Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev-v3.c47 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_alloc_ksb()
70 wake_up_interruptible_all(&ccp->sb_queue); in ccp_free_ksb()
Dccp-dev.h421 wait_queue_head_t sb_queue; member
Dccp-dev.c479 init_waitqueue_head(&ccp->sb_queue); in ccp_alloc_struct()
Dccp-dev-v5.c68 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_lsb_alloc()
93 wake_up_interruptible_all(&ccp->sb_queue); in ccp_lsb_free()