Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/cluster/
Dtcp_internal.h111 struct delayed_work nn_still_up; member
Dtcp.c524 queue_delayed_work(o2net_wq, &nn->nn_still_up, in o2net_set_nn_state()
1506 queue_delayed_work(o2net_wq, &nn->nn_still_up, in o2net_idle_timer()
1530 cancel_delayed_work(&nn->nn_still_up); in o2net_sc_postpone_idle()
1682 container_of(work, struct o2net_node, nn_still_up.work); in o2net_still_up()
1702 cancel_delayed_work(&nn->nn_still_up); in o2net_disconnect_node()
2112 INIT_DELAYED_WORK(&nn->nn_still_up, o2net_still_up); in o2net_init()