Home
last modified time | relevance | path

Searched refs:sb_avail (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-dev-v3.c38 ccp->sb_avail = 0; in ccp_alloc_ksb()
43 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_alloc_ksb()
62 ccp->sb_avail = 1; in ccp_free_ksb()
H A Dccp-dev-v5.c57 ccp->sb_avail = 0; in ccp_lsb_alloc()
62 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_lsb_alloc()
85 ccp->sb_avail = 1; in ccp_lsb_free()
H A Dccp-dev.h420 unsigned int sb_avail; member
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-dev-v3.c38 ccp->sb_avail = 0; in ccp_alloc_ksb()
43 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_alloc_ksb()
62 ccp->sb_avail = 1; in ccp_free_ksb()
H A Dccp-dev-v5.c57 ccp->sb_avail = 0; in ccp_lsb_alloc()
62 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_lsb_alloc()
85 ccp->sb_avail = 1; in ccp_lsb_free()
H A Dccp-dev.h420 unsigned int sb_avail; member

Completed in 8 milliseconds