Searched refs:flush_node (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router_xm.c | 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() 321 kfree(flush_node); in mlxsw_sp_router_xm_cache_flush_node_create() 328 return flush_node; in mlxsw_sp_router_xm_cache_flush_node_create() 334 if (!flush_node) in mlxsw_sp_router_xm_cache_flush_node_hold() 342 if (!flush_node || !refcount_dec_and_test(&flush_node->refcnt)) in mlxsw_sp_router_xm_cache_flush_node_put() 344 kfree(flush_node); in mlxsw_sp_router_xm_cache_flush_node_put() 403 if (flush_node->reuses < in mlxsw_sp_router_xm_cache_flush_work() 489 if (flush_node && mlxsw_sp_router_xm_cache_flush_may_cancel(flush_node)) { in mlxsw_sp_router_xm_cache_flush_schedule() 490 flush_node->reuses++; in mlxsw_sp_router_xm_cache_flush_schedule() [all …]
|
/linux/kernel/bpf/ |
A 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()
|
A 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/include/net/ |
A D | xdp_sock.h | 49 struct list_head flush_node; member
|
/linux/net/xdp/ |
A D | xsk.c | 279 if (!xs->flush_node.prev) in __xsk_map_redirect() 280 list_add(&xs->flush_node, flush_list); in __xsk_map_redirect() 290 list_for_each_entry_safe(xs, tmp, flush_list, flush_node) { in __xsk_map_flush() 292 __list_del_clearprev(&xs->flush_node); in __xsk_map_flush()
|
Completed in 15 milliseconds