Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosd_client.h273 struct completion notify_finish_wait; member
/Linux-v5.4/net/ceph/
Dosd_client.c2705 init_completion(&lreq->notify_finish_wait); in linger_alloc()
3260 ret = wait_for_completion_interruptible(&lreq->notify_finish_wait); in linger_notify_finish_wait()
4429 } else if (!completion_done(&lreq->notify_finish_wait)) { in handle_watch_notify()
4445 complete_all(&lreq->notify_finish_wait); in handle_watch_notify()