Home
last modified time | relevance | path

Searched refs:sb_avail (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/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