linux-2.6.33/files_fdtable()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#x057d7a0]
#backlinks
*説明 [#d0ed80a6]
-パス: [[linux-2.6.33/include/linux/fdtable.h]]
-FIXME: これは何?
--説明
**引数 [#j3a774a9]
-struct files_struct *
--
**返り値 [#hc42ac48]
-struct fdtable *
--
**参考 [#vd2e694e]
*実装 [#w72996a9]
#define files_fdtable(files) (rcu_dereference((files)->f...
-struct files_struct の fdt は struct fdtable * 型
--[[linux-2.6.33/rcu_dereference()]]
*コメント [#p81cff52]
終了行:
*参照元 [#x057d7a0]
#backlinks
*説明 [#d0ed80a6]
-パス: [[linux-2.6.33/include/linux/fdtable.h]]
-FIXME: これは何?
--説明
**引数 [#j3a774a9]
-struct files_struct *
--
**返り値 [#hc42ac48]
-struct fdtable *
--
**参考 [#vd2e694e]
*実装 [#w72996a9]
#define files_fdtable(files) (rcu_dereference((files)->f...
-struct files_struct の fdt は struct fdtable * 型
--[[linux-2.6.33/rcu_dereference()]]
*コメント [#p81cff52]
ページ名: