Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_server.cpp162 RK_S32 pending_count; member
324 pending = server->pending_count; in process_task()
385 server->pending_count--; in process_task()
494 server->pending_count++; in send_task()
496 session->client, task->slot_idx, server->pending_count); in send_task()
748 mpp_assert(server->pending_count == 0); in bat_server_put()
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c364 atomic64_dec((&pqueue->pending_count)); in process_pending_queue()
378 atomic64_dec((&pqueue->pending_count)); in process_pending_queue()
397 atomic64_dec((&pqueue->pending_count)); in process_pending_queue()
482 if (atomic64_read(&pqueue->pending_count) > PENDING_THOLD) { in process_request()
510 atomic64_inc(&pqueue->pending_count); in process_request()
H A Dcptvf.h80 atomic64_t pending_count; member
H A Dcptvf_main.c125 atomic64_set((&queue->pending_count), (0)); in alloc_pending_queues()
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c266 if (atomic_inc_return(&cmdq->pending_count) > qlen) { in cmdq_full()
267 atomic_dec(&cmdq->pending_count); in cmdq_full()
542 budget = atomic_read(&cmdq->pending_count); in process_response_list()
561 atomic_dec(&cmdq->pending_count); in process_response_list()
H A Dnitrox_lib.c48 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_init()
56 atomic_set(&cmdq->pending_count, 0); in nitrox_cmdq_reset()
H A Dnitrox_dev.h55 atomic_t pending_count; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap-persistent.c159 atomic_t pending_count; member
688 atomic_inc(&ps->pending_count); in persistent_prepare_exception()
723 if (!atomic_dec_and_test(&ps->pending_count) && in persistent_commit_exception()
866 atomic_set(&ps->pending_count, 0); in persistent_ctr()
H A Draid1.h90 int pending_count; member
H A Draid10.h78 int pending_count; member
H A Draid1.c825 conf->pending_count = 0; in flush_pending_writes()
1164 conf->pending_count += plug->pending_cnt; in raid1_unplug()
1355 if (conf->pending_count >= max_queued_requests) { in raid1_write_request()
1359 conf->pending_count < max_queued_requests); in raid1_write_request()
1537 conf->pending_count++; in raid1_write_request()
3005 conf->pending_count = 0; in setup_conf()
H A Draid10.c863 conf->pending_count = 0; in flush_pending_writes()
1063 conf->pending_count += plug->pending_cnt; in raid10_unplug()
1273 conf->pending_count++; in raid10_write_one_disk()
1324 if (conf->pending_count >= max_queued_requests) { in raid10_write_request()
1328 conf->pending_count < max_queued_requests); in raid10_write_request()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c346 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 Dotx_cptvf_reqmgr.h152 u32 pending_count; /* Pending requests count */ member
H A Dotx_cptvf_main.c111 queue->pending_count = 0; in alloc_pending_queues()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxive.h82 atomic_t pending_count; member
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_xive_template.c203 if (atomic_read(&q->pending_count)) { in GLUE()
204 int p = atomic_xchg(&q->pending_count, 0); in GLUE()
H A Dbook3s_xive.c330 atomic_inc(&q->pending_count); in xive_inc_q_pending()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dapm_32.c1411 static int pending_count = 4; in apm_event_handler() local
1416 (pending_count-- <= 0)) { in apm_event_handler()
1417 pending_count = 4; in apm_event_handler()
1425 pending_count = 4; in apm_event_handler()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dcommon.c169 if (atomic_read(&q->pending_count)) { in xive_scan_interrupts()
170 int p = atomic_xchg(&q->pending_count, 0); in xive_scan_interrupts()
518 atomic_inc(&q->pending_count); in xive_dec_target_count()
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c265 int pending_count; member
451 int fifo_count = ac->pending_count; in artpec6_crypto_busy()
511 ac->pending_count++; in artpec6_crypto_start_dma()
2062 if (ac->pending_count) in artpec6_crypto_process_queue()
2125 ac->pending_count--; in artpec6_crypto_task()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dbcm-sba-raid.c462 u32 pending_count = 0, active_count = 0, aborted_count = 0; in sba_write_stats_in_seqfile() local
474 pending_count++; in sba_write_stats_in_seqfile()
487 seq_printf(file, "pending requests = %d\n", pending_count); in sba_write_stats_in_seqfile()