Searched refs:flush_node (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router_xm.c | 310 struct mlxsw_sp_router_xm_flush_node *flush_node; in mlxsw_sp_router_xm_cache_flush_node_create() local 313 flush_node = kzalloc(sizeof(*flush_node), GFP_KERNEL); in mlxsw_sp_router_xm_cache_flush_node_create() 314 if (!flush_node) in mlxsw_sp_router_xm_cache_flush_node_create() 317 flush_node->flush_info = *flush_info; in mlxsw_sp_router_xm_cache_flush_node_create() 318 err = rhashtable_insert_fast(&router_xm->flush_ht, &flush_node->ht_node, in mlxsw_sp_router_xm_cache_flush_node_create() 321 kfree(flush_node); in mlxsw_sp_router_xm_cache_flush_node_create() 325 flush_node->mlxsw_sp = mlxsw_sp; in mlxsw_sp_router_xm_cache_flush_node_create() 326 flush_node->start_jiffies = jiffies; in mlxsw_sp_router_xm_cache_flush_node_create() 327 refcount_set(&flush_node->refcnt, 1); in mlxsw_sp_router_xm_cache_flush_node_create() 328 return flush_node; in mlxsw_sp_router_xm_cache_flush_node_create() [all …]
|
/Linux-v5.15/kernel/bpf/ |
D | cpumap.c | 47 struct list_head flush_node; member 717 __list_del_clearprev(&bq->flush_node); in bq_flush_to_queue() 745 if (!bq->flush_node.prev) in bq_enqueue() 746 list_add(&bq->flush_node, flush_list); in bq_enqueue() 789 list_for_each_entry_safe(bq, tmp, flush_list, flush_node) { in __cpu_map_flush()
|
D | devmap.c | 57 struct list_head flush_node; member 416 list_for_each_entry_safe(bq, tmp, flush_list, flush_node) { in __dev_flush() 420 __list_del_clearprev(&bq->flush_node); in __dev_flush() 464 list_add(&bq->flush_node, flush_list); in bq_enqueue()
|
/Linux-v5.15/include/net/ |
D | xdp_sock.h | 49 struct list_head flush_node; member
|
/Linux-v5.15/net/xdp/ |
D | xsk.c | 294 if (!xs->flush_node.prev) in __xsk_map_redirect() 295 list_add(&xs->flush_node, flush_list); in __xsk_map_redirect() 305 list_for_each_entry_safe(xs, tmp, flush_list, flush_node) { in __xsk_map_flush() 307 __list_del_clearprev(&xs->flush_node); in __xsk_map_flush()
|