Home
last modified time | relevance | path

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

/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()
464 init_waitqueue_head(&ccp->sb_queue); in ccp_init()
Dccp-dev.h402 wait_queue_head_t sb_queue; member
Dccp-dev-v5.c61 if (wait_event_interruptible(ccp->sb_queue, ccp->sb_avail)) in ccp_lsb_alloc()
85 wake_up_interruptible_all(&ccp->sb_queue); in ccp_lsb_free()