Searched defs:links (Results 1 - 3 of 3) sorted by relevance

/net/tipc/
H A Dnode.h51 #define WAIT_PEER_DOWN 0x0001 /* wait to see that peer's links are down */
59 * @hash: links to adjacent nodes in unsorted hash chain
60 * @list: links to adjacent nodes in sorted list of cluster's nodes
62 * @active_links: pointers to active links to node
63 * @links: pointers to all links to node
64 * @working_links: number of working links to node (both active and standby)
66 * @link_cnt: number of links to node
67 * @permit_changeover: non-zero if node has redundant links to this system
87 struct tipc_link *links[MAX_BEARER member in struct:tipc_node
[all...]
H A Dbearer.h121 * @links: list of non-congested links associated with bearer
144 struct list_head links; member in struct:tipc_bearer
/net/ceph/
H A Dmessenger.c1063 data = list_first_entry(&msg->data, struct ceph_msg_data, links);
1137 BUG_ON(list_is_last(&cursor->data->links, cursor->data_head));
1138 cursor->data = list_entry_next(cursor->data, links);
3034 INIT_LIST_HEAD(&data->links);
3044 WARN_ON(!list_empty(&data->links));
3066 list_add_tail(&data->links, &msg->data);
3083 list_add_tail(&data->links, &msg->data);
3101 list_add_tail(&data->links, &msg->data);
3273 struct list_head *links; local
3286 list_for_each_safe(links, nex
[all...]

Completed in 89 milliseconds