Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dceph_common.c659 init_waitqueue_head(&client->auth_wq); in ceph_create_client()
750 err = wait_event_interruptible_timeout(client->auth_wq, in __ceph_open_session()
Dmon_client.c436 ret = wait_event_interruptible_timeout(monc->client->auth_wq, in ceph_monc_wait_osdmap()
500 wake_up_all(&client->auth_wq); in ceph_monc_handle_map()
1199 wake_up_all(&monc->client->auth_wq); in handle_auth_reply()
Dosd_client.c4054 wake_up_all(&osdc->client->auth_wq); in ceph_osdc_handle_map()
/Linux-v5.4/include/linux/ceph/
Dlibceph.h128 wait_queue_head_t auth_wq; member