*参照元 [#ndb94191]
#backlinks

*説明 [#j5260fd8]
-パス: [[linux-2.6.25/include/linux/blkdev.h]]

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


**引数 [#dd9295ea]
-struct request *req
--ブロックデバイスのリクエストを指定する。
--[[linux-2.6.25/request]]

**返り値 [#k3b52a2a]
-なし

**参考 [#ta2aa604]


*実装 [#a0f28f8f]
 static inline void blkdev_dequeue_request(struct request *req)
 {
         elv_dequeue_request(req->q, req);
-
--[[linux-2.6.25/elv_dequeue_request()]]

 }


*コメント [#ccad2be6]
#comment

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