Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosd_client.h277 struct completion reg_commit_wait; member
/linux-6.1.9/net/ceph/
Dosd_client.c2753 init_completion(&lreq->reg_commit_wait); in linger_alloc()
2977 if (!completion_done(&lreq->reg_commit_wait)) { in linger_reg_commit_complete()
2979 complete_all(&lreq->reg_commit_wait); in linger_reg_commit_complete()
3337 ret = wait_for_completion_interruptible(&lreq->reg_commit_wait); in linger_reg_commit_wait()