Home
last modified time | relevance | path

Searched refs:sub_list (Results 1 – 4 of 4) sorted by relevance

/linux/net/tipc/
H A Dtopsrv.c99 struct list_head sub_list; member
191 INIT_LIST_HEAD(&con->sub_list); in tipc_conn_alloc()
234 struct list_head *sub_list = &con->sub_list; in tipc_conn_delete_sub() local
238 list_for_each_entry_safe(sub, tmp, sub_list, sub_list) { in tipc_conn_delete_sub()
383 list_add(&sub->sub_list, &con->sub_list); in tipc_conn_rcv_sub()
H A Dsubscr.c152 INIT_LIST_HEAD(&sub->sub_list); in tipc_sub_subscribe()
181 list_del(&sub->sub_list); in tipc_sub_unsubscribe()
H A Dsubscr.h70 struct list_head sub_list; member
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c2076 struct list_head sub_list; in UVERBS_HANDLER() local
2140 INIT_LIST_HEAD(&sub_list); in UVERBS_HANDLER()
2167 list_add_tail(&event_sub->event_list, &sub_list); in UVERBS_HANDLER()
2192 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
2225 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()