Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dtopsrv.c98 struct list_head sub_list; member
190 INIT_LIST_HEAD(&con->sub_list); in tipc_conn_alloc()
233 struct list_head *sub_list = &con->sub_list; in tipc_conn_delete_sub() local
237 list_for_each_entry_safe(sub, tmp, sub_list, sub_list) { in tipc_conn_delete_sub()
382 list_add(&sub->sub_list, &con->sub_list); in tipc_conn_rcv_sub()
H A Dsubscr.c149 INIT_LIST_HEAD(&sub->sub_list); in tipc_sub_subscribe()
172 list_del(&sub->sub_list); in tipc_sub_unsubscribe()
H A Dsubscr.h62 struct list_head sub_list; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp160 CamCalibSubSceneList_t *sub_list = nullptr; in refToScene() local
186 sub_list = main_list[curr_main_scene].sub_scene; in refToScene()
192 if (!sub_list || sub_list_len < 1) { in refToScene()
199 if (0 != strcmp(sub_list[curr_sub_scene].name, sub_scene)) { in refToScene()
203 dst_calib = calibdbv2_get_scene_ptr(&sub_list[curr_sub_scene]); in refToScene()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c1887 struct list_head sub_list; in UVERBS_HANDLER() local
1952 INIT_LIST_HEAD(&sub_list); in UVERBS_HANDLER()
1980 list_add_tail(&event_sub->event_list, &sub_list); in UVERBS_HANDLER()
2005 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
2038 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()