Home
last modified time | relevance | path

Searched refs:NBD_RT_DISCONNECTED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Dnbd.c77 #define NBD_RT_DISCONNECTED 2 macro
263 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
284 set_bit(NBD_RT_DISCONNECTED, in nbd_mark_nsock_dead()
360 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
898 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
941 test_bit(NBD_RT_DISCONNECTED, in wait_for_reconnect()
947 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
1197 clear_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in nbd_reconnect_socket()
/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c81 #define NBD_RT_DISCONNECTED 2 macro
286 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
307 set_bit(NBD_RT_DISCONNECTED, in nbd_mark_nsock_dead()
371 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
939 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
982 test_bit(NBD_RT_DISCONNECTED, in wait_for_reconnect()
988 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
1242 clear_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in nbd_reconnect_socket()

Completed in 7 milliseconds