Lines Matching refs:all_publ
68 struct list_head all_publ; member
245 INIT_LIST_HEAD(&p->all_publ); in tipc_publ_create()
324 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range()
347 first = list_empty(&sr->all_publ); in tipc_service_insert_publ()
350 list_for_each_entry(_p, &sr->all_publ, all_publ) { in tipc_service_insert_publ()
361 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ()
390 list_for_each_entry(p, &r->all_publ, all_publ) { in tipc_service_remove_publ()
393 list_del(&p->all_publ); in tipc_service_remove_publ()
442 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_subscribe()
521 last = list_empty(&sr->all_publ); in tipc_nametbl_remove_publ()
527 if (list_empty(&sr->all_publ)) { in tipc_nametbl_remove_publ()
605 l = &r->all_publ; in tipc_nametbl_lookup_anycast()
606 p = list_first_entry(l, struct publication, all_publ); in tipc_nametbl_lookup_anycast()
607 list_move_tail(&p->all_publ, &r->all_publ); in tipc_nametbl_lookup_anycast()
651 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_lookup_group()
660 list_move_tail(&p->all_publ, &sr->all_publ); in tipc_nametbl_lookup_group()
719 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_lookup_mcast_nodes()
746 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_build_group()
918 list_for_each_entry_safe(p, tmp, &sr->all_publ, all_publ) { in tipc_service_delete()
967 list_for_each_entry(p, &sr->all_publ, all_publ) in __tipc_nl_add_nametable_publ()
970 if (list_entry_is_head(p, &sr->all_publ, all_publ)) in __tipc_nl_add_nametable_publ()
973 p = list_first_entry(&sr->all_publ, in __tipc_nl_add_nametable_publ()
975 all_publ); in __tipc_nl_add_nametable_publ()
978 list_for_each_entry_from(p, &sr->all_publ, all_publ) { in __tipc_nl_add_nametable_publ()