/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 360 atomic64_dec((&pqueue->pending_count)); in process_pending_queue() 374 atomic64_dec((&pqueue->pending_count)); in process_pending_queue() 393 atomic64_dec((&pqueue->pending_count)); in process_pending_queue() 478 if (atomic64_read(&pqueue->pending_count) > PENDING_THOLD) { in process_request() 506 atomic64_inc(&pqueue->pending_count); in process_request()
|
H A D | cptvf.h | 80 atomic64_t pending_count; member
|
H A D | cptvf_main.c | 122 atomic64_set((&queue->pending_count), (0)); in alloc_pending_queues()
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_reqmgr.c | 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()
|
H A D | nitrox_lib.c | 48 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_init() 56 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_reset()
|
H A D | nitrox_dev.h | 55 atomic_t pending_count; member
|
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 101 uint32_t *pending_count) in handle_send_msg() argument 132 *pending_count = count - (sent_count + udp_data_ofs); in handle_send_msg() 262 msg->u.send.is_raw, &msg->u.send.pending_count); in hv_syndbg_handler()
|
H A D | hyperv.c | 891 post_data_out->pending_count = msg.u.send.pending_count; in hyperv_hcall_post_dbg_data() 892 ret = post_data_out->pending_count ? HV_STATUS_INSUFFICIENT_BUFFERS : in hyperv_hcall_post_dbg_data()
|
/openbmc/linux/drivers/md/ |
H A D | dm-snap-persistent.c | 162 atomic_t pending_count; member 693 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()
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv-proto.h | 165 uint32_t pending_count; member
|
H A D | hyperv.h | 121 uint32_t pending_count; member
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_reqmgr.c | 281 pqueue->pending_count > (pqueue->qlen - CPT_IQ_STOP_MARGIN)) { in process_request() 286 pqueue->pending_count++; in process_request() 519 pqueue->pending_count--; in process_pending_queue()
|
H A D | otx2_cpt_reqmgr.h | 88 u32 pending_count; /* Pending requests count */ member
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 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()
|
H A D | otx_cptvf_reqmgr.h | 152 u32 pending_count; /* Pending requests count */ member
|
H A D | otx_cptvf_main.c | 109 queue->pending_count = 0; in alloc_pending_queues()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | xive.h | 82 atomic_t pending_count; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | apm_32.c | 1412 static int pending_count = 4; in apm_event_handler() local 1417 (pending_count-- <= 0)) { in apm_event_handler() 1418 pending_count = 4; in apm_event_handler() 1426 pending_count = 4; in apm_event_handler()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | common.c | 190 if (atomic_read(&q->pending_count)) { in xive_scan_interrupts() 191 int p = atomic_xchg(&q->pending_count, 0); in xive_scan_interrupts() 544 atomic_inc(&q->pending_count); in xive_dec_target_count()
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 266 int pending_count; member 452 int fifo_count = ac->pending_count; in artpec6_crypto_busy() 512 ac->pending_count++; in artpec6_crypto_start_dma() 2063 if (ac->pending_count) in artpec6_crypto_process_queue() 2126 ac->pending_count--; in artpec6_crypto_task()
|
/openbmc/linux/drivers/dma/ |
H A D | bcm-sba-raid.c | 454 u32 pending_count = 0, active_count = 0, aborted_count = 0; in sba_write_stats_in_seqfile() local 466 pending_count++; in sba_write_stats_in_seqfile() 479 seq_printf(file, "pending requests = %d\n", pending_count); in sba_write_stats_in_seqfile()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive.c | 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()
|
/openbmc/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 940 u8 pending_count; member
|