Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c265 enum mte_block_test_alloc alloc_type = UNTAGGED_TAGGED; in check_buffer_by_block_iterate() local
267 for (alloc_type = UNTAGGED_TAGGED; alloc_type < (int) BLOCK_ALLOC_MAX; alloc_type++) { in check_buffer_by_block_iterate()
268 switch (alloc_type) { in check_buffer_by_block_iterate()
/linux/drivers/acpi/acpica/
H A Duttrack.c37 u8 alloc_type,
333 u8 alloc_type, in acpi_ut_track_allocation() argument
367 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
H A Daclocal.h1262 u8 alloc_type;
/linux/fs/jffs2/
H A Dfs.c44 int alloc_type = ALLOC_NORMAL; in jffs2_do_setattr() local
131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
139 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type); in jffs2_do_setattr()
/linux/drivers/accel/habanalabs/common/
H A Ddevice.c120 gfp_t flag, enum dma_alloc_type alloc_type, in hl_dma_alloc_common() argument
125 switch (alloc_type) { in hl_dma_alloc_common()
142 dma_addr_t dma_handle, enum dma_alloc_type alloc_type, in hl_asic_dma_free_common() argument
148 switch (alloc_type) { in hl_asic_dma_free_common()
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c4265 enum mlx5_ib_uapi_uar_alloc_type alloc_type) in alloc_uar_entry() argument
4283 if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in alloc_uar_entry()
4306 enum mlx5_ib_uapi_uar_alloc_type alloc_type; in UVERBS_HANDLER() local
4317 err = uverbs_get_const(&alloc_type, attrs, in UVERBS_HANDLER()
4322 if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF && in UVERBS_HANDLER()
4323 alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC) in UVERBS_HANDLER()
4327 alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in UVERBS_HANDLER()
4330 entry = alloc_uar_entry(c, alloc_type); in UVERBS_HANDLER()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1942 u32 alloc_type = exclusive ? in efx_mcdi_filter_alloc_rss_context() local
1962 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type); in efx_mcdi_filter_alloc_rss_context()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4698 enum bnxt_re_alloc_page_type alloc_type; in UVERBS_HANDLER() local
4714 err = uverbs_get_const(&alloc_type, attrs, BNXT_RE_ALLOC_PAGE_TYPE); in UVERBS_HANDLER()
4721 switch (alloc_type) { in UVERBS_HANDLER()