Searched refs:XPRT_LOCKED (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | xprt.c | 187 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt() 219 clear_bit(XPRT_LOCKED, &xprt->state); in xprt_clear_locked() 238 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) { in xprt_reserve_xprt_cong() 294 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in __xprt_lock_write_next() 322 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in __xprt_lock_write_next_cong() 617 wake_up_bit(&xprt->state, XPRT_LOCKED); in xprt_autoclose() 646 if (test_and_set_bit(XPRT_LOCKED, &xprt->state) == 0) in xprt_force_disconnect() 673 if (test_and_set_bit(XPRT_LOCKED, &xprt->state) == 0) in xprt_conditional_disconnect() 688 if (test_and_set_bit(XPRT_LOCKED, &xprt->state)) in xprt_init_autodisconnect() 704 if (!test_bit(XPRT_LOCKED, &xprt->state)) in xprt_lock_connect() [all …]
|
D | xprtsock.c | 2096 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_enable_swap() 2118 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_disable_swap()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | xprt.h | 381 #define XPRT_LOCKED (0) macro
|