Lines Matching full:called

35     /// Called by the kernel to queue a request with the driver. If `is_last` is
43 /// Called by the kernel to indicate that queued requests should be submitted.
46 /// Called by the kernel when the request is completed.
49 /// Called by the kernel to poll the device for completed requests. Only
69 /// This function is called by the C kernel. A pointer to this function is
76 /// - This function must be called for an initialized and live `hctx`. That
77 /// is, `Self::init_hctx_callback` was called and
78 /// `Self::exit_hctx_callback()` was not yet called.
80 /// That is, `Self::init_request_callback` was called but
81 /// `Self::exit_request_callback` was not yet called for the request.
100 // - `rq` will be alive until `blk_mq_end_request` is called and is
109 // `ForeignOwnable::from_foreign` is only called when the tagset is
131 /// This function is called by the C kernel. A pointer to this function is
136 /// This function may only be called by blk-mq C infrastructure. The caller
144 // `ForeignOwnable::from_foreign()` is only called when the tagset is
150 /// This function is called by the C kernel. A pointer to this function is
155 /// This function may only be called by blk-mq C infrastructure. `rq` must
166 /// This function is called by the C kernel. A pointer to this function is
171 /// This function may only be called by blk-mq C infrastructure.
179 /// This function is called by the C kernel. A pointer to this function is
184 /// This function may only be called by blk-mq C infrastructure. This
185 /// function may only be called once before `exit_hctx_callback` is called
195 /// This function is called by the C kernel. A pointer to this function is
200 /// This function may only be called by blk-mq C infrastructure.
207 /// This function is called by the C kernel. A pointer to this function is
212 /// - This function may only be called by blk-mq C infrastructure.
236 /// This function is called by the C kernel. A pointer to this function is
241 /// - This function may only be called by blk-mq C infrastructure.