Home
last modified time | relevance | path

Searched refs:dec_qcyclic (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h150 atomic_t dec_qcyclic; member
H A Dsec_crypto.c124 return (u32)atomic_inc_return(&ctx->dec_qcyclic) % ctx->hlf_q_num + in sec_alloc_queue_id()
133 atomic_dec(&ctx->dec_qcyclic); in sec_free_queue_id()