Searched refs:cb_list_head (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/soc/xilinx/ |
| H A 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() 199 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend() 220 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 257 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event() 267 if (list_empty(&eve_data->cb_list_head)) { in xlnx_remove_cb_for_notify_event() [all …]
|
| /linux/net/core/ |
| H A D | flow_offload.c | 585 info->cb_list = bo->cb_list_head; in indir_dev_add()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_offload.c | 383 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_block_offload_cmd()
|
| H A D | nf_flow_table_offload.c | 1137 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 790 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()
|