Lines Matching refs:all_publ

63 	struct list_head all_publ;  member
111 INIT_LIST_HEAD(&publ->all_publ); in tipc_publ_create()
213 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range()
235 first = list_empty(&sr->all_publ); in tipc_service_insert_publ()
238 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_insert_publ()
249 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ()
270 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_remove_publ()
273 list_del(&p->all_publ); in tipc_service_remove_publ()
313 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_subscribe()
385 last = list_empty(&sr->all_publ); in tipc_nametbl_remove_publ()
392 if (list_empty(&sr->all_publ)) { in tipc_nametbl_remove_publ()
460 list = &sr->all_publ; in tipc_nametbl_translate()
461 p = list_first_entry(list, struct publication, all_publ); in tipc_nametbl_translate()
462 list_move_tail(&p->all_publ, &sr->all_publ); in tipc_nametbl_translate()
495 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_lookup()
504 list_move_tail(&p->all_publ, &sr->all_publ); in tipc_nametbl_lookup()
570 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_lookup_dst_nodes()
597 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_nametbl_build_group()
763 list_for_each_entry_safe(p, tmp, &sr->all_publ, all_publ) { in tipc_service_delete()
812 list_for_each_entry(p, &sr->all_publ, all_publ) in __tipc_nl_add_nametable_publ()
818 p = list_first_entry(&sr->all_publ, in __tipc_nl_add_nametable_publ()
820 all_publ); in __tipc_nl_add_nametable_publ()
823 list_for_each_entry_from(p, &sr->all_publ, all_publ) { in __tipc_nl_add_nametable_publ()