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

/linux-master/drivers/acpi/acpica/
H A Duttrack.c37 u8 alloc_type,
319 * alloc_type - MEM_MALLOC or MEM_CALLOC
333 u8 alloc_type,
367 allocation->alloc_type = alloc_type;
331 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) argument
H A Daclocal.h1260 u8 alloc_type;
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c265 enum mte_block_test_alloc alloc_type = UNTAGGED_TAGGED; local
267 for (alloc_type = UNTAGGED_TAGGED; alloc_type < (int) BLOCK_ALLOC_MAX; alloc_type++) {
268 switch (alloc_type) {
/linux-master/fs/f2fs/
H A Dsegment.c2564 if (sbi->ckpt->alloc_type[type] == SSR)
2578 if (sbi->ckpt->alloc_type[i] != SSR && for_ra)
2836 curseg->alloc_type = LFS;
2892 curseg->alloc_type = SSR;
3076 if (curseg->alloc_type == LFS &&
3529 if (curseg->alloc_type == SSR) {
3844 old_alloc_type = curseg->alloc_type;
3880 curseg->alloc_type = old_alloc_type;
3991 seg_i->alloc_type = ckpt->alloc_type[
[all...]
H A Dcheckpoint.c1490 ckpt->alloc_type[i + CURSEG_HOT_NODE] = curseg->alloc_type;
1497 ckpt->alloc_type[i + CURSEG_HOT_DATA] = curseg->alloc_type;
H A Dsegment.h295 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
728 return curseg->alloc_type;
H A Df2fs.h4046 ((sbi)->segment_count[(curseg)->alloc_type]++)
4048 ((sbi)->block_count[(curseg)->alloc_type]++)
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c134 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; local
207 alloc_type[i], instr_4op ? 4 : 2,
/linux-master/fs/jffs2/
H A Dfs.c44 int alloc_type = ALLOC_NORMAL; local
131 alloc_type = ALLOC_DELETION;
139 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type);
/linux-master/include/linux/
H A Df2fs_fs.h204 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c3555 enum mlx5_ib_uapi_uar_alloc_type alloc_type)
3573 if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF)
3596 enum mlx5_ib_uapi_uar_alloc_type alloc_type; local
3607 err = uverbs_get_const(&alloc_type, attrs,
3612 if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF &&
3613 alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC)
3617 alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF)
3620 entry = alloc_uar_entry(c, alloc_type);
3554 alloc_uar_entry(struct mlx5_ib_ucontext *c, enum mlx5_ib_uapi_uar_alloc_type alloc_type) argument
/linux-master/drivers/accel/habanalabs/common/
H A Ddevice.c118 gfp_t flag, enum dma_alloc_type alloc_type,
123 switch (alloc_type) {
140 dma_addr_t dma_handle, enum dma_alloc_type alloc_type,
146 switch (alloc_type) {
117 hl_dma_alloc_common(struct hl_device *hdev, size_t size, dma_addr_t *dma_handle, gfp_t flag, enum dma_alloc_type alloc_type, const char *caller) argument
139 hl_asic_dma_free_common(struct hl_device *hdev, size_t size, void *cpu_addr, dma_addr_t dma_handle, enum dma_alloc_type alloc_type, const char *caller) argument
/linux-master/drivers/iommu/
H A Diommu.c1945 unsigned int alloc_type = type & IOMMU_DOMAIN_ALLOC_FLAGS; local
1947 if (alloc_type == IOMMU_DOMAIN_IDENTITY && ops->identity_domain)
1949 else if (alloc_type == IOMMU_DOMAIN_BLOCKED && ops->blocked_domain)
1954 domain = ops->domain_alloc(alloc_type);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1941 u32 alloc_type = exclusive ? local
1961 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4343 enum bnxt_re_alloc_page_type alloc_type; local
4359 err = uverbs_get_const(&alloc_type, attrs, BNXT_RE_ALLOC_PAGE_TYPE);
4366 switch (alloc_type) {

Completed in 523 milliseconds