/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | hv_vhca.c | 161 goto free_block; in mlx5_hv_vhca_control_agent_invalidate() 175 goto free_block; in mlx5_hv_vhca_control_agent_invalidate() 183 free_block: in mlx5_hv_vhca_control_agent_invalidate()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | hv_vhca.c | 161 goto free_block; in mlx5_hv_vhca_control_agent_invalidate() 175 goto free_block; in mlx5_hv_vhca_control_agent_invalidate() 183 free_block: in mlx5_hv_vhca_control_agent_invalidate()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 211 static void free_block(struct kmem_cache *cachep, void **objpp, int len, 562 free_block(cachep, &objp, 1, page_node, &list); in cache_free_pfmemalloc() 710 free_block(cachep, ac->entry, ac->avail, node, list); in __drain_alien_cache() 786 free_block(cachep, &objp, 1, page_node, &list); in __cache_free_alien() 912 free_block(cachep, n->shared->entry, in setup_kmem_cache_node() 974 free_block(cachep, nc->entry, nc->avail, node, &list); in cpuup_canceled() 984 free_block(cachep, shared->entry, in cpuup_canceled() 2140 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked() 2157 free_block(cachep, ac->entry, ac->avail, node, &list); in do_drain() 3321 static void free_block(struc function [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 212 static void free_block(struct kmem_cache *cachep, void **objpp, int len, 562 free_block(cachep, &objp, 1, slab_node, &list); in cache_free_pfmemalloc() 695 free_block(cachep, ac->entry, ac->avail, node, list); in __drain_alien_cache() 771 free_block(cachep, &objp, 1, slab_node, &list); in __cache_free_alien() 897 free_block(cachep, n->shared->entry, in setup_kmem_cache_node() 959 free_block(cachep, nc->entry, nc->avail, node, &list); in cpuup_canceled() 969 free_block(cachep, shared->entry, in cpuup_canceled() 2120 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked() 2137 free_block(cachep, ac->entry, ac->avail, node, &list); in do_drain() 3254 static void free_block(struc function [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot() 226 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_ifakeroot()
|
H A D | xfs_alloc_btree.c | 434 .free_block = xfs_allocbt_free_block, 456 .free_block = xfs_allocbt_free_block,
|
H A D | xfs_ialloc_btree.c | 388 .free_block = xfs_inobt_free_block, 409 .free_block = xfs_finobt_free_block,
|
H A D | xfs_btree.h | 115 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); member
|
H A D | xfs_rmap_btree.c | 437 .free_block = xfs_rmapbt_free_block,
|
H A D | xfs_refcount_btree.c | 298 .free_block = xfs_refcountbt_free_block,
|
H A D | xfs_bmap_btree.c | 526 .free_block = xfs_bmbt_free_block,
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot() 226 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_ifakeroot()
|
H A D | xfs_ialloc_btree.c | 408 .free_block = xfs_inobt_free_block, 430 .free_block = xfs_finobt_free_block,
|
H A D | xfs_alloc_btree.c | 453 .free_block = xfs_allocbt_free_block, 476 .free_block = xfs_allocbt_free_block,
|
H A D | xfs_btree.h | 133 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); member
|
H A D | xfs_refcount_btree.c | 320 .free_block = xfs_refcountbt_free_block,
|
H A D | xfs_rmap_btree.c | 486 .free_block = xfs_rmapbt_free_block,
|
H A D | xfs_bmap_btree.c | 530 .free_block = xfs_bmbt_free_block,
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 414 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() argument 420 if (free_block) in tcf_chain_destroy() 537 bool free_block = false; in __tcf_chain_put() local 571 free_block = tcf_chain_detach(chain); in __tcf_chain_put() 576 tcf_chain_destroy(chain, free_block); in __tcf_chain_put() 1168 bool free_block = list_empty(&block->chain_list); in __tcf_block_put() local 1177 if (free_block) in __tcf_block_put()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 537 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() argument 543 if (free_block) in tcf_chain_destroy() 661 bool free_block = false; in __tcf_chain_put() local 695 free_block = tcf_chain_detach(chain); in __tcf_chain_put() 700 tcf_chain_destroy(chain, free_block); in __tcf_chain_put() 1291 bool free_block = list_empty(&block->chain_list); in __tcf_block_put() local 1300 if (free_block) in __tcf_block_put()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | procfs.c | 197 seq_printf(m, "free_block: %lu\n" in show_bitmap() 214 SFP(free_block), in show_bitmap()
|
H A D | bitmap.c | 427 PROC_INFO_INC(s, free_block); in _reiserfs_free_block()
|
H A D | reiserfs.h | 482 stat_cnt_t free_block; member
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | procfs.c | 197 seq_printf(m, "free_block: %lu\n" in show_bitmap() 214 SFP(free_block), in show_bitmap()
|
H A D | bitmap.c | 427 PROC_INFO_INC(s, free_block); in _reiserfs_free_block()
|