Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dtelemetry.c49 goto free_block; in sof_ipc4_intel_dump_telemetry_state()
59 goto free_block; in sof_ipc4_intel_dump_telemetry_state()
76 goto free_block; in sof_ipc4_intel_dump_telemetry_state()
91 free_block: in sof_ipc4_intel_dump_telemetry_state()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H 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/net/sched/
H A Dcls_api.c567 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() argument
573 if (free_block) in tcf_chain_destroy()
691 bool free_block = false; in __tcf_chain_put() local
724 free_block = tcf_chain_detach(chain); in __tcf_chain_put()
729 tcf_chain_destroy(chain, free_block); in __tcf_chain_put()
1322 bool free_block = list_empty(&block->chain_list); in __tcf_block_put() local
1331 if (free_block) in __tcf_block_put()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.h155 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); member