Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dxprt.c187 clear_bit(XPRT_LOCKED, &xprt->state); in xprt_clear_locked()
206 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt()
270 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt_cong()
305 if (test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == task) in xprt_lock_write()
323 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in __xprt_lock_write_next()
336 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in __xprt_lock_write_next_cong()
679 wake_up_bit(&xprt->state, XPRT_LOCKED); in xprt_autoclose()
713 if (test_and_set_bit(XPRT_LOCKED, &xprt->state) == 0) in xprt_force_disconnect()
759 if (test_and_set_bit(XPRT_LOCKED, &xprt->state) == 0) in xprt_conditional_disconnect()
790 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in xprt_init_autodisconnect()
[all …]
Dxprtsock.c1958 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_enable_swap()
1980 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_disable_swap()
/Linux-v5.10/include/linux/sunrpc/
Dxprt.h411 #define XPRT_LOCKED (0) macro
/Linux-v5.10/include/trace/events/
Dsunrpc.h948 TRACE_DEFINE_ENUM(XPRT_LOCKED);
961 { (1UL << XPRT_LOCKED), "LOCKED"}, \