Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/arm64/mte/
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-6.12.1/drivers/acpi/acpica/
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()
Daclocal.h1262 u8 alloc_type;
/linux-6.12.1/fs/jffs2/
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-6.12.1/fs/f2fs/
Dsegment.c2580 if (sbi->ckpt->alloc_type[type] == SSR) in f2fs_curseg_valid_blocks()
2594 if (sbi->ckpt->alloc_type[i] != SSR && for_ra) in f2fs_npages_for_summary_flush()
2883 curseg->alloc_type = LFS; in new_curseg()
2939 curseg->alloc_type = SSR; in change_curseg()
3146 if (curseg->alloc_type == LFS && is_next_segment_free(sbi, curseg) && in need_new_seg()
3672 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block()
3988 old_alloc_type = curseg->alloc_type; in f2fs_do_replace_block()
4024 curseg->alloc_type = old_alloc_type; in f2fs_do_replace_block()
4136 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries()
4139 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
[all …]
Dcheckpoint.c1497 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type; in do_checkpoint()
1504 ckpt->alloc_type[i + CURSEG_HOT_DATA] = curseg->alloc_type; in do_checkpoint()
Dsegment.h296 unsigned char alloc_type; /* current allocation type */ member
730 return curseg->alloc_type; in curseg_alloc_type()
Df2fs.h4083 ((sbi)->segment_count[(curseg)->alloc_type]++)
4085 ((sbi)->block_count[(curseg)->alloc_type]++)
/linux-6.12.1/sound/drivers/opl3/
Dopl3_midi.c144 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; in opl3_get_voice() local
218 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
/linux-6.12.1/include/linux/
Df2fs_fs.h204 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dmain.c3842 enum mlx5_ib_uapi_uar_alloc_type alloc_type) in alloc_uar_entry() argument
3860 if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in alloc_uar_entry()
3883 enum mlx5_ib_uapi_uar_alloc_type alloc_type; in UVERBS_HANDLER() local
3894 err = uverbs_get_const(&alloc_type, attrs, in UVERBS_HANDLER()
3899 if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF && in UVERBS_HANDLER()
3900 alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC) in UVERBS_HANDLER()
3904 alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in UVERBS_HANDLER()
3907 entry = alloc_uar_entry(c, alloc_type); in UVERBS_HANDLER()
/linux-6.12.1/drivers/iommu/
Diommu.c1942 unsigned int alloc_type = type & IOMMU_DOMAIN_ALLOC_FLAGS; in __iommu_domain_alloc() local
1944 if (alloc_type == IOMMU_DOMAIN_IDENTITY && ops->identity_domain) in __iommu_domain_alloc()
1946 else if (alloc_type == IOMMU_DOMAIN_BLOCKED && ops->blocked_domain) in __iommu_domain_alloc()
1951 domain = ops->domain_alloc(alloc_type); in __iommu_domain_alloc()
/linux-6.12.1/drivers/accel/habanalabs/common/
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-6.12.1/drivers/net/ethernet/sfc/
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-6.12.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c4425 enum bnxt_re_alloc_page_type alloc_type; in UVERBS_HANDLER() local
4441 err = uverbs_get_const(&alloc_type, attrs, BNXT_RE_ALLOC_PAGE_TYPE); in UVERBS_HANDLER()
4448 switch (alloc_type) { in UVERBS_HANDLER()