Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
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-v5.4/mm/
Dslab.c211 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()
700 free_block(cachep, ac->entry, ac->avail, node, list); in __drain_alien_cache()
776 free_block(cachep, &objp, 1, page_node, &list); in __cache_free_alien()
902 free_block(cachep, n->shared->entry, in setup_kmem_cache_node()
964 free_block(cachep, nc->entry, nc->avail, node, &list); in cpuup_canceled()
974 free_block(cachep, shared->entry, in cpuup_canceled()
2131 free_block(cachep, ac->entry, tofree, node, list); in drain_array_locked()
2148 free_block(cachep, ac->entry, ac->avail, node, &list); in do_drain()
3327 static void free_block(struct kmem_cache *cachep, void **objpp, in free_block() function
[all …]
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc_btree.c437 .free_block = xfs_allocbt_free_block,
459 .free_block = xfs_allocbt_free_block,
Dxfs_ialloc_btree.c367 .free_block = xfs_inobt_free_block,
388 .free_block = xfs_finobt_free_block,
Dxfs_btree.h114 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); member
Dxfs_refcount_btree.c299 .free_block = xfs_refcountbt_free_block,
Dxfs_rmap_btree.c437 .free_block = xfs_rmapbt_free_block,
Dxfs_bmap_btree.c526 .free_block = xfs_bmbt_free_block,
Dxfs_btree.c344 error = cur->bc_ops->free_block(cur, bp); in xfs_btree_free_block()
/Linux-v5.4/fs/reiserfs/
Dprocfs.c214 SFP(free_block), in show_bitmap()
Dbitmap.c427 PROC_INFO_INC(s, free_block); in _reiserfs_free_block()
Dreiserfs.h482 stat_cnt_t free_block; member
/Linux-v5.4/net/sched/
Dcls_api.c436 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() argument
442 if (free_block) in tcf_chain_destroy()
544 bool free_block = false; in __tcf_chain_put() local
577 free_block = tcf_chain_detach(chain); in __tcf_chain_put()
582 tcf_chain_destroy(chain, free_block); in __tcf_chain_put()
1209 bool free_block = list_empty(&block->chain_list); in __tcf_block_put() local
1218 if (free_block) in __tcf_block_put()