Home
last modified time | relevance | path

Searched refs:node_up (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h1022 void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up);
H A Ddlmmaster.c344 void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up) in dlm_hb_event_notify_attached() argument
351 if (node_up) in dlm_hb_event_notify_attached()
/linux/net/tipc/
H A Dnode.c1693 bool node_up = false; in tipc_node_xmit() local
1713 node_up = node_is_up(n); in tipc_node_xmit()
1716 if (node_up && peer_net && check_net(peer_net)) { in tipc_node_xmit()