Searched refs:more_pending (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-smc.c68 int scm_get_wq_ctx(u32 *wq_ctx, u32 *flags, u32 *more_pending) argument
86 *more_pending = get_wq_res.a3;
H A Dqcom_scm.h66 int scm_get_wq_ctx(u32 *wq_ctx, u32 *flags, u32 *more_pending);
H A Dqcom_scm.c1787 u32 wq_ctx, flags, more_pending = 0; local
1790 ret = scm_get_wq_ctx(&wq_ctx, &flags, &more_pending);
1805 } while (more_pending);
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1582 LIST_HEAD(more_pending);
1598 made_progress = prepare_al_transaction_nonblock(device, &more_incoming, &more_pending, &busy);
1600 list_splice_tail_init(&more_pending, &pending);

Completed in 272 milliseconds