Searched refs:active_reqs (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Daio.c149 struct list_head active_reqs; /* used for cancellation */ member in struct:kioctx::__anon164
611 list_add_tail(&req->ki_list, &ctx->active_reqs);
660 while (!list_empty(&ctx->active_reqs)) {
661 req = list_first_entry(&ctx->active_reqs,
786 INIT_LIST_HEAD(&ctx->active_reqs);
1741 * Note that ->ki_cancel callers also delete iocb from active_reqs after
1956 * active_reqs so that it can be cancelled if needed.
1958 list_add_tail(&aiocb->ki_list, &ctx->active_reqs);
2201 list_for_each_entry(kiocb, &ctx->active_reqs, ki_list) {
/linux-master/include/ufs/
H A Dufshcd.h402 * @active_reqs: number of requests that are pending and should be waited for
416 int active_reqs; member in struct:ufs_clk_gating
422 * @active_reqs: number of requests that are pending. If this is zero when
445 int active_reqs; member in struct:ufs_clk_scaling
/linux-master/drivers/ufs/core/
H A Dufshcd.c243 return (hba->clk_gating.active_reqs || hba->outstanding_reqs || hba->outstanding_tasks ||
1483 if (hba->clk_scaling.active_reqs || hba->clk_scaling.is_suspended) {
1554 if (!hba->clk_scaling.active_reqs)
1638 if (scaling->active_reqs) {
1894 hba->clk_gating.active_reqs++;
2030 hba->clk_gating.active_reqs--;
2032 if (hba->clk_gating.active_reqs || hba->clk_gating.is_suspended ||
2114 hba->clk_gating.active_reqs++;
2198 if (!hba->clk_scaling.active_reqs++)
2232 hba->clk_scaling.active_reqs
[all...]

Completed in 176 milliseconds