Lines Matching refs:list
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
57 * @local_publ: list of identical publications made from this node
77 * @subscriptions: list of subscriptions for this service type
87 spinlock_t lock; /* Covers service range list */
246 INIT_LIST_HEAD(&p->list);
409 pa = container_of(a, struct publication, list);
410 pb = container_of(b, struct publication, list);
444 list_add_tail(&p->list, &publ_list);
450 list_add_tail(&first->list, &publ_list);
455 list_for_each_entry_safe(p, tmp, &publ_list, list) {
457 list_del_init(&p->list);
567 * we must look in the local binding list first
624 * Returns a list of one (== group anycast) or more (== group multicast)
626 * The requester may or may not want to exclude himself from the list.
673 * Returns a list of local sockets
703 * Returns a list of nodes, including own node if applicable
728 /* tipc_nametbl_build_group - build list of communication group members
1145 list_for_each_entry(dst, l, list) {
1164 list_add(&dst->list, l);
1174 dst = list_first_entry(l, typeof(*dst), list);
1179 list_del(&dst->list);
1191 list_del(&dst->list);
1200 list_for_each_entry_safe(dst, tmp, l, list) {
1201 list_del(&dst->list);