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

/linux-master/fs/btrfs/
H A Dspace-info.h135 unsigned int force_alloc; /* set if we need to force a chunk member in struct:btrfs_space_info
H A Dblock-rsv.c400 sinfo->force_alloc = CHUNK_ALLOC_FORCE;
H A Dblock-group.c3795 found->force_alloc = CHUNK_ALLOC_FORCE;
4081 if (force < space_info->force_alloc)
4082 force = space_info->force_alloc;
4166 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE;
H A Dspace-info.c240 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE;
H A Dtransaction.c661 if (trans_rsv->space_info->force_alloc)
/linux-master/include/drm/ttm/
H A Dttm_bo.h171 * @force_alloc: Don't check the memory account during suspend or CPU page
183 bool force_alloc; member in struct:ttm_operation_ctx
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c223 .force_alloc = true
H A Dttm_resource.c379 .force_alloc = true
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.h242 int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
H A Dxe_bo.c2170 * @force_alloc: Set force_alloc in ttm_operation_ctx
2177 int xe_bo_evict(struct xe_bo *bo, bool force_alloc) argument
2182 .force_alloc = force_alloc,
/linux-master/mm/
H A Dvmscan.c3650 static struct lru_gen_mm_walk *set_mm_walk(struct pglist_data *pgdat, bool force_alloc) argument
3658 } else if (!walk && force_alloc) {

Completed in 378 milliseconds