Home
last modified time | relevance | path

Searched refs:cb_list_head (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c74 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/include/net/
H A Dflow_offload.h564 struct list_head *cb_list_head; member
/linux/net/core/
H A Dflow_offload.c585 info->cb_list = bo->cb_list_head; in indir_dev_add()
/linux/net/netfilter/
H A Dnf_tables_offload.c379 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_flow_block_offload_init()
H A Dnf_flow_table_offload.c1137 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
/linux/net/sched/
H A Dcls_api.c797 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()