Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dlibceph.h124 wait_queue_head_t auth_wq; member
/linux/net/ceph/
H A Dceph_common.c725 init_waitqueue_head(&client->auth_wq); in ceph_create_client()
816 err = wait_event_interruptible_timeout(client->auth_wq, in __ceph_open_session()
H A Dmon_client.c509 ret = wait_event_interruptible_timeout(monc->client->auth_wq, in ceph_monc_wait_osdmap()
573 wake_up_all(&client->auth_wq); in ceph_monc_handle_map()
1293 wake_up_all(&monc->client->auth_wq); in finish_auth()
H A Dosd_client.c4252 wake_up_all(&osdc->client->auth_wq); in ceph_osdc_handle_map()