Searched refs:cb_list_head (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/soc/xilinx/ |
D | xlnx_event_manager.c | 74 struct list_head cb_list_head; member 131 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 142 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 162 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 188 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 197 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 218 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 255 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event() 265 if (list_empty(&eve_data->cb_list_head)) { in xlnx_remove_cb_for_notify_event() [all …]
|
/linux-6.12.1/include/net/ |
D | flow_offload.h | 599 struct list_head *cb_list_head; member
|
/linux-6.12.1/net/core/ |
D | flow_offload.c | 585 info->cb_list = bo->cb_list_head; in indir_dev_add()
|
/linux-6.12.1/net/netfilter/ |
D | nf_tables_offload.c | 379 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_flow_block_offload_init()
|
D | nf_flow_table_offload.c | 1137 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
|
/linux-6.12.1/net/sched/ |
D | cls_api.c | 797 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
|