Home
last modified time | relevance | path

Searched refs:idle_slots_wait_queue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dkeyslot-manager.c100 init_waitqueue_head(&ksm->idle_slots_wait_queue); in blk_ksm_init()
268 wait_event(ksm->idle_slots_wait_queue, in blk_ksm_get_slot_for_key()
278 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_get_slot_for_key()
319 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_put_slot()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyslot-manager.h92 wait_queue_head_t idle_slots_wait_queue; member