Searched refs:active_reqs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | aio.c | 150 struct list_head active_reqs; /* used for cancellation */ member 587 list_add_tail(&req->ki_list, &ctx->active_reqs); in kiocb_set_cancel_fn() 636 while (!list_empty(&ctx->active_reqs)) { in free_ioctx_users() 637 req = list_first_entry(&ctx->active_reqs, in free_ioctx_users() 764 INIT_LIST_HEAD(&ctx->active_reqs); in ioctx_alloc() 1697 * Note that ->ki_cancel callers also delete iocb from active_reqs after in aio_poll_complete_work() 1912 * active_reqs so that it can be cancelled if needed. in aio_poll() 1914 list_add_tail(&aiocb->ki_list, &ctx->active_reqs); in aio_poll() 2157 list_for_each_entry(kiocb, &ctx->active_reqs, ki_list) { in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | aio.c | 149 struct list_head active_reqs; /* used for cancellation */ member 608 list_add_tail(&req->ki_list, &ctx->active_reqs); in kiocb_set_cancel_fn() 657 while (!list_empty(&ctx->active_reqs)) { in free_ioctx_users() 658 req = list_first_entry(&ctx->active_reqs, in free_ioctx_users() 783 INIT_LIST_HEAD(&ctx->active_reqs); in ioctx_alloc() 1691 * Note that ->ki_cancel callers also delete iocb from active_reqs after in aio_poll_complete_work() 1906 * active_reqs so that it can be cancelled if needed. in aio_poll() 1908 list_add_tail(&aiocb->ki_list, &ctx->active_reqs); in aio_poll() 2151 list_for_each_entry(kiocb, &ctx->active_reqs, ki_list) { in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd.h | 353 * @active_reqs: number of requests that are pending and should be waited for 365 int active_reqs; member 376 * @active_reqs: number of requests that are pending. If this is zero when 393 int active_reqs; member
|
H A D | ufshcd.c | 1230 if (hba->clk_scaling.active_reqs || hba->clk_scaling.is_suspended) { in ufshcd_clk_scaling_suspend_work() 1280 if (!hba->clk_scaling.active_reqs) in ufshcd_devfreq_target() 1598 hba->clk_gating.active_reqs++; in ufshcd_hold() 1615 hba->clk_gating.active_reqs--; in ufshcd_hold() 1654 hba->clk_gating.active_reqs--; in ufshcd_hold() 1696 if (hba->clk_gating.active_reqs in ufshcd_gate_work() 1749 hba->clk_gating.active_reqs--; in __ufshcd_release() 1751 if (hba->clk_gating.active_reqs || hba->clk_gating.is_suspended || in __ufshcd_release() 1824 hba->clk_gating.active_reqs++; in ufshcd_clkgate_enable_store() 1918 if (!hba->clk_scaling.active_reqs in ufshcd_clk_scaling_start_busy() [all...] |
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufshcd.h | 398 * @active_reqs: number of requests that are pending and should be waited for 412 int active_reqs; member 418 * @active_reqs: number of requests that are pending. If this is zero when 440 int active_reqs; member
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd.c | 1355 if (hba->clk_scaling.active_reqs || hba->clk_scaling.is_suspended) { in ufshcd_clk_scaling_suspend_work() 1405 if (!hba->clk_scaling.active_reqs) in ufshcd_devfreq_target() 1477 if (scaling->active_reqs) { in ufshcd_devfreq_get_dev_status() 1735 hba->clk_gating.active_reqs++; in ufshcd_hold() 1819 if (hba->clk_gating.active_reqs in ufshcd_gate_work() 1874 hba->clk_gating.active_reqs--; in __ufshcd_release() 1876 if (hba->clk_gating.active_reqs || hba->clk_gating.is_suspended || in __ufshcd_release() 1958 hba->clk_gating.active_reqs++; in ufshcd_clkgate_enable_store() 2042 if (!hba->clk_scaling.active_reqs++) in ufshcd_clk_scaling_start_busy() 2076 hba->clk_scaling.active_reqs in ufshcd_clk_scaling_update_busy() [all...] |
Completed in 32 milliseconds