Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dspace-info.h125 unsigned int force_alloc; /* set if we need to force a chunk member
Dblock-rsv.c394 sinfo->force_alloc = CHUNK_ALLOC_FORCE; in btrfs_update_global_block_rsv()
Dblock-group.c3796 found->force_alloc = CHUNK_ALLOC_FORCE; in force_metadata_allocation()
4082 if (force < space_info->force_alloc) in btrfs_chunk_alloc()
4083 force = space_info->force_alloc; in btrfs_chunk_alloc()
4167 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in btrfs_chunk_alloc()
Dspace-info.c241 space_info->force_alloc = CHUNK_ALLOC_NO_FORCE; in create_space_info()
Dtransaction.c641 if (rsv->space_info->force_alloc) in start_transaction()
/linux-6.6.21/include/drm/ttm/
Dttm_bo.h183 bool force_alloc; member
/linux-6.6.21/drivers/gpu/drm/ttm/
Dttm_bo_vm.c223 .force_alloc = true in ttm_bo_vm_fault_reserved()
Dttm_resource.c417 .force_alloc = true in ttm_resource_manager_evict_all()
/linux-6.6.21/mm/
Dvmscan.c4327 static struct lru_gen_mm_walk *set_mm_walk(struct pglist_data *pgdat, bool force_alloc) in set_mm_walk() argument
4335 } else if (!walk && force_alloc) { in set_mm_walk()