Searched refs:pending_count (Results 1 – 8 of 8) sorted by relevance
268 if (atomic_inc_return(&cmdq->pending_count) > qlen) { in cmdq_full()269 atomic_dec(&cmdq->pending_count); in cmdq_full()546 budget = atomic_read(&cmdq->pending_count); in process_response_list()565 atomic_dec(&cmdq->pending_count); in process_response_list()
48 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_init()56 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_reset()
55 atomic_t pending_count; member
80 atomic64_t pending_count; member
152 u32 pending_count; /* Pending requests count */ member
1382 static int pending_count = 4; in apm_event_handler() local1387 (pending_count-- <= 0)) { in apm_event_handler()1388 pending_count = 4; in apm_event_handler()1396 pending_count = 4; in apm_event_handler()
219 if (atomic_read(&q->pending_count)) { in xive_vm_scan_interrupts()220 int p = atomic_xchg(&q->pending_count, 0); in xive_vm_scan_interrupts()1021 atomic_inc(&q->pending_count); in xive_inc_q_pending()
967 u8 pending_count; member