Home
last modified time | relevance | path

Searched refs:free_block (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dhv_vhca.c161 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()
/linux-6.3-rc2/mm/
A Dslab.c562 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()
2129 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked()
2146 free_block(cachep, ac->entry, ac->avail, node, &list); in do_drain()
3274 static void free_block(struct kmem_cache *cachep, void **objpp, in free_block() function
3343 free_block(cachep, ac->entry, batchcount, node, &list); in cache_flusharray()
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_alloc_btree.c433 .free_block = xfs_allocbt_free_block,
455 .free_block = xfs_allocbt_free_block,
A Dxfs_btree_staging.c145 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()
A Dxfs_ialloc_btree.c390 .free_block = xfs_inobt_free_block,
411 .free_block = xfs_finobt_free_block,
A Dxfs_btree.h112 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); member
A Dxfs_refcount_btree.c309 .free_block = xfs_refcountbt_free_block,
A Dxfs_bmap_btree.c510 .free_block = xfs_bmbt_free_block,
A Dxfs_rmap_btree.c434 .free_block = xfs_rmapbt_free_block,
A Dxfs_btree.c413 error = cur->bc_ops->free_block(cur, bp); in xfs_btree_free_block()
/linux-6.3-rc2/fs/reiserfs/
A Dprocfs.c214 SFP(free_block), in show_bitmap()
A Dbitmap.c427 PROC_INFO_INC(s, free_block); in _reiserfs_free_block()
A Dreiserfs.h480 stat_cnt_t free_block; member
/linux-6.3-rc2/net/sched/
A Dcls_api.c539 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() argument
545 if (free_block) in tcf_chain_destroy()
662 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()

Completed in 57 milliseconds