Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h335 struct completion reg_commit_wait; member
/openbmc/linux/net/ceph/
H A Dosd_client.c2836 init_completion(&lreq->reg_commit_wait); in linger_alloc()
3060 if (!completion_done(&lreq->reg_commit_wait)) { in linger_reg_commit_complete()
3062 complete_all(&lreq->reg_commit_wait); in linger_reg_commit_complete()
3420 ret = wait_for_completion_killable(&lreq->reg_commit_wait); in linger_reg_commit_wait()