Home
last modified time | relevance | path

Searched refs:force_alloc (Results 1 – 11 of 11) sorted by relevance

/linux/fs/btrfs/
H A Dspace-info.h141 unsigned int force_alloc; /* set if we need to force a chunk member
H A Dblock-rsv.c396 sinfo->force_alloc = CHUNK_ALLOC_FORCE; in btrfs_update_global_block_rsv()
H A Dblock-group.c3835 found->force_alloc = CHUNK_ALLOC_FORCE; in force_metadata_allocation()
4121 if (force < space_info->force_alloc) in btrfs_chunk_alloc()
4122 force = space_info->force_alloc; in btrfs_chunk_alloc()
4206 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in btrfs_chunk_alloc()
H A Dspace-info.c254 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in create_space_info()
H A Dtransaction.c660 if (trans_rsv->space_info->force_alloc) in start_transaction()
/linux/include/drm/ttm/
H A Dttm_bo.h188 bool force_alloc; member
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c223 .force_alloc = true in ttm_bo_vm_fault_reserved()
H A Dttm_resource.c529 .force_alloc = true in ttm_resource_manager_evict_all()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h243 int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
H A Dxe_bo.c2419 int xe_bo_evict(struct xe_bo *bo, bool force_alloc) in xe_bo_evict() argument
2424 .force_alloc = force_alloc, in xe_bo_evict()
/linux/mm/
H A Dvmscan.c3775 static struct lru_gen_mm_walk *set_mm_walk(struct pglist_data *pgdat, bool force_alloc) in set_mm_walk() argument
3783 } else if (!walk && force_alloc) { in set_mm_walk()