*参照元 [#xa191693]
#backlinks

*説明 [#a2ed564d]
-パス: [[linux-2.6.25/]]

-これは何?
--説明


**引数 [#v015586b]
-
--

**返り値 [#z99a05f1]
-
--

**参考 [#s71ac17c]


*実装 [#ia660202]
 /*
  * remove the plug and let it rip..
  */
 void __generic_unplug_device(struct request_queue *q)
 {
         if (unlikely(blk_queue_stopped(q)))
                 return;
-
--[[linux-2.6.25/blk_queue_stopped()]]

         if (!blk_remove_plug(q))
                 return;
-
--[[linux-2.6.25/blk_remove_plug()]]

         q->request_fn(q);
-
--blk_init_queue_node で初期化される。
---[[linux-2.6.25/blk_init_queue_node()]]

 }
 EXPORT_SYMBOL(__generic_unplug_device);
-関数をエクスポートする。
--[[linux-2.6.25/]]


*コメント [#x21436e5]
#comment

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS