Home
last modified time | relevance | path

Searched refs:cl_cb_slot_busy (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfsd/
Dnfs4callback.c900 if (test_and_set_bit(0, &clp->cl_cb_slot_busy) != 0) { in nfsd41_cb_get_slot()
903 if (test_and_set_bit(0, &clp->cl_cb_slot_busy) != 0) { in nfsd41_cb_get_slot()
995 clear_bit(0, &clp->cl_cb_slot_busy); in nfsd4_cb_sequence_done()
Dstate.h354 unsigned long cl_cb_slot_busy; member
Dnfs4state.c2167 clear_bit(0, &clp->cl_cb_slot_busy); in create_client()