Lines Matching refs:list
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
56 * @local_publ: list of identical publications made from this node
76 * @subscriptions: list of subscriptions for this service type
86 spinlock_t lock; /* Covers service range list */
242 INIT_LIST_HEAD(&publ->list);
389 pa = container_of(a, struct publication, list);
390 pb = container_of(b, struct publication, list);
425 list_add_tail(&p->list, &publ_list);
431 list_add_tail(&first->list, &publ_list);
436 list_for_each_entry_safe(p, tmp, &publ_list, list) {
440 list_del_init(&p->list);
543 * we must look in the local binding list first
552 struct list_head *list;
569 list = &sr->local_publ;
570 if (list_empty(list))
572 p = list_first_entry(list, struct publication,
576 list = &sr->local_publ;
577 p = list_first_entry(list, struct publication,
581 list = &sr->all_publ;
582 p = list_first_entry(list, struct publication,
667 * - Creates list of nodes that overlap the given multicast address
693 /* tipc_nametbl_build_group - build list of communication group members
1106 list_for_each_entry(dst, l, list) {
1125 list_add(&dst->list, l);
1135 dst = list_first_entry(l, typeof(*dst), list);
1140 list_del(&dst->list);
1152 list_del(&dst->list);
1161 list_for_each_entry_safe(dst, tmp, l, list) {
1162 list_del(&dst->list);
1172 list_for_each_entry(dst, l, list) {