*参照元 [#ga77bd58]
#backlinks

*説明 [#yedf8e95]
-パス: [[linux-2.6.33/mm/dmapool.c]]

-FIXME: これは何?
--説明


**参考 [#h8c71fe4]


*実装 [#f90c4548]
 struct dma_pool {		/* the pool */
 	struct list_head page_list;
-
--[[linux-2.6.33/list_head]]

 	spinlock_t lock;
-
--[[linux-2.6.33/spinlock_t]]

 	size_t size;
 	struct device *dev;
-
--[[linux-2.6.33/device]]

 	size_t allocation;
 	size_t boundary;
 	char name[32];
 	wait_queue_head_t waitq;
-
--[[linux-2.6.33/wait_queue_head_t]]

 	struct list_head pools;
 };


*コメント [#rdbb20dd]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS