Searched refs:idle_slots_wait_queue (Results 1 – 2 of 2) sorted by relevance
102 init_waitqueue_head(&profile->idle_slots_wait_queue); in blk_crypto_profile_init()285 wait_event(profile->idle_slots_wait_queue, in blk_crypto_get_keyslot()295 wake_up(&profile->idle_slots_wait_queue); in blk_crypto_get_keyslot()332 wake_up(&profile->idle_slots_wait_queue); in blk_crypto_put_keyslot()
179 wait_queue_head_t idle_slots_wait_queue; member