Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/cluster/
Dtcp_internal.h127 struct delayed_work nn_still_up; member
Dtcp.c540 queue_delayed_work(o2net_wq, &nn->nn_still_up, in o2net_set_nn_state()
1539 queue_delayed_work(o2net_wq, &nn->nn_still_up, in o2net_idle_timer()
1563 cancel_delayed_work(&nn->nn_still_up); in o2net_sc_postpone_idle()
1726 container_of(work, struct o2net_node, nn_still_up.work); in o2net_still_up()
1746 cancel_delayed_work(&nn->nn_still_up); in o2net_disconnect_node()
2169 INIT_DELAYED_WORK(&nn->nn_still_up, o2net_still_up); in o2net_init()