Searched refs:alloc_type (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/acpi/acpica/ | 
| D | uttrack.c | 37 			 u8 alloc_type,333 			 u8 alloc_type,  in acpi_ut_track_allocation()  argument
 367 	allocation->alloc_type = alloc_type;  in acpi_ut_track_allocation()
 
 | 
| D | aclocal.h | 1243 	u8                              alloc_type;
 | 
| /Linux-v5.10/tools/testing/selftests/arm64/mte/ | 
| D | check_buffer_fill.c | 265 	enum mte_block_test_alloc alloc_type = UNTAGGED_TAGGED;  in check_buffer_by_block_iterate()  local267 	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-v5.10/fs/xfs/ | 
| D | xfs_bmap_util.h | 57 			     xfs_off_t len, int alloc_type);
 | 
| D | xfs_bmap_util.c | 720 	int			alloc_type)  in xfs_alloc_file_space()  argument828 					allocatesize_fsb, alloc_type, 0, imapp,  in xfs_alloc_file_space()
 
 | 
| /Linux-v5.10/fs/jffs2/ | 
| D | fs.c | 44 	int alloc_type = ALLOC_NORMAL;  in jffs2_do_setattr()  local131 		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-v5.10/sound/drivers/opl3/ | 
| D | opl3_midi.c | 134 	char *alloc_type[3] = { "FREE     ", "CHEAP    ", "EXPENSIVE" };  in opl3_get_voice()  local208 			       alloc_type[i], instr_4op ? 4 : 2,  in opl3_get_voice()
 
 | 
| /Linux-v5.10/fs/f2fs/ | 
| D | segment.c | 2359 		if (sbi->ckpt->alloc_type[i] == SSR)  in f2fs_npages_for_summary_flush()2614 	curseg->alloc_type = LFS;  in new_curseg()
 2643 	if (seg->alloc_type == SSR)  in __refresh_next_blkoff()
 2673 	curseg->alloc_type = SSR;  in change_curseg()
 2860 	else if (curseg->alloc_type == LFS &&  in allocate_segment_by_default()
 3722 		seg_i->alloc_type = ckpt->alloc_type[i];  in read_compacted_summaries()
 3725 		if (seg_i->alloc_type == SSR)  in read_compacted_summaries()
 3816 	curseg->alloc_type = ckpt->alloc_type[type];  in read_normal_summaries()
 3894 		if (sbi->ckpt->alloc_type[i] == SSR)  in write_compacted_summaries()
 4624 		if (curseg->alloc_type == SSR)  in sanity_check_curseg()
 [all …]
 
 | 
| D | segment.h | 313 	unsigned char alloc_type;		/* current allocation type */  member671 	return curseg->alloc_type;  in curseg_alloc_type()
 
 | 
| D | checkpoint.c | 1414 		ckpt->alloc_type[i + CURSEG_HOT_NODE] =  in do_checkpoint()1422 		ckpt->alloc_type[i + CURSEG_HOT_DATA] =  in do_checkpoint()
 
 | 
| D | f2fs.h | 3664 		((sbi)->segment_count[(curseg)->alloc_type]++)3666 		((sbi)->block_count[(curseg)->alloc_type]++)
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | f2fs_fs.h | 168 	unsigned char alloc_type[MAX_ACTIVE_LOGS];  member
 | 
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ | 
| D | main.c | 3754 		enum mlx5_ib_uapi_uar_alloc_type alloc_type)  in alloc_uar_entry()  argument3772 	if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF)  in alloc_uar_entry()
 3795 	enum mlx5_ib_uapi_uar_alloc_type alloc_type;  in UVERBS_HANDLER()  local
 3806 	err = uverbs_get_const(&alloc_type, attrs,  in UVERBS_HANDLER()
 3811 	if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF &&  in UVERBS_HANDLER()
 3812 	    alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC)  in UVERBS_HANDLER()
 3816 	    alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF)  in UVERBS_HANDLER()
 3819 	entry = alloc_uar_entry(c, alloc_type);  in UVERBS_HANDLER()
 
 | 
| /Linux-v5.10/drivers/net/ethernet/sfc/ | 
| D | mcdi_filters.c | 1937 	u32 alloc_type = exclusive ?  in efx_mcdi_filter_alloc_rss_context()  local1957 	MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type);  in efx_mcdi_filter_alloc_rss_context()
 
 |