Home
last modified time | relevance | path

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

/fs/dlm/
Dmidcomms.c170 wait_queue_head_t shutdown_wait; member
327 wake_up(&node->shutdown_wait); in midcomms_node_reset()
348 init_waitqueue_head(&node->shutdown_wait); in nodeid2node()
465 wake_up(&node->shutdown_wait); in dlm_pas_fin_ack_rcv()
535 wake_up(&node->shutdown_wait); in dlm_midcomms_receive_buffer()
1246 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()
1250 wake_up(&node->shutdown_wait); in dlm_act_fin_ack_rcv()
1411 ret = wait_event_timeout(node->shutdown_wait, in midcomms_shutdown()
1466 wake_up(&node->shutdown_wait); in dlm_midcomms_close()
Dlowcomms.c97 wait_queue_head_t shutdown_wait; /* wait for graceful shutdown */ member
262 init_waitqueue_head(&con->shutdown_wait); in dlm_con_init()
865 ret = wait_event_timeout(con->shutdown_wait, in shutdown_connection()
990 wake_up(&con->shutdown_wait); in receive_from_sock()
1463 wake_up(&con->shutdown_wait); in send_to_sock()