Searched refs:pending_count (Results 1 – 14 of 14) 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()
55 atomic_t pending_count; member
135 pqueue->pending_count > (pqueue->qlen - CPT_IQ_STOP_MARGIN)) { in process_request()140 pqueue->pending_count++; in process_request()373 pqueue->pending_count--; in process_pending_queue()
97 u32 pending_count; /* Pending requests count */ member
162 atomic_t pending_count; member693 atomic_inc(&ps->pending_count); in persistent_prepare_exception()728 if (!atomic_dec_and_test(&ps->pending_count) && in persistent_commit_exception()871 atomic_set(&ps->pending_count, 0); in persistent_ctr()
80 atomic64_t pending_count; member
122 atomic64_set((&queue->pending_count), (0)); in alloc_pending_queues()
346 pqueue->pending_count > (pqueue->qlen - CPT_IQ_STOP_MARGIN)) { in process_request()351 pqueue->pending_count++; in process_request()592 pqueue->pending_count--; in process_pending_queue()
152 u32 pending_count; /* Pending requests count */ member
109 queue->pending_count = 0; in alloc_pending_queues()
82 atomic_t pending_count; member
1383 static int pending_count = 4; in apm_event_handler() local1388 (pending_count-- <= 0)) { in apm_event_handler()1389 pending_count = 4; in apm_event_handler()1397 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()1022 atomic_inc(&q->pending_count); in xive_inc_q_pending()
947 u8 pending_count; member