Searched refs:cb_list_head (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/soc/xilinx/ |
D | xlnx_event_manager.c | 74 struct list_head cb_list_head; member 116 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 127 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 133 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 147 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event() 173 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 182 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 203 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 240 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event() 250 if (list_empty(&eve_data->cb_list_head)) { in xlnx_remove_cb_for_notify_event() [all …]
|
/linux-6.6.21/include/net/ |
D | flow_offload.h | 509 struct list_head *cb_list_head; member
|
/linux-6.6.21/net/core/ |
D | flow_offload.c | 585 info->cb_list = bo->cb_list_head; in indir_dev_add()
|
/linux-6.6.21/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.6.21/net/sched/ |
D | cls_api.c | 761 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
|