Home
last modified time | relevance | path

Searched refs:sb_queue (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev-v3.c43 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_alloc_ksb()
66 wake_up_interruptible_all(&ccp->sb_queue); in ccp_free_ksb()
H A Dccp-dev.h419 wait_queue_head_t sb_queue; member
H A Dccp-dev.c497 init_waitqueue_head(&ccp->sb_queue); in ccp_alloc_struct()
H A Dccp-dev-v5.c62 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_lsb_alloc()
87 wake_up_interruptible_all(&ccp->sb_queue); in ccp_lsb_free()