Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_reqmgr.c65 static inline u32 modulo_inc(u32 index, u32 length, u32 inc) in modulo_inc() function
494 resume_index = modulo_inc(pqueue->front, pqueue->qlen, in process_pending_queue()
520 pqueue->front = modulo_inc(pqueue->front, pqueue->qlen, 1); in process_pending_queue()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c74 static inline u32 modulo_inc(u32 index, u32 length, u32 inc) in modulo_inc() function
567 resume_index = modulo_inc(pqueue->front, pqueue->qlen, in process_pending_queue()
593 pqueue->front = modulo_inc(pqueue->front, pqueue->qlen, 1); in process_pending_queue()

Completed in 4 milliseconds