Home
last modified time | relevance | path

Searched refs:is_system (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Ddelayed-ref.h187 bool is_system; member
364 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
H A Ddelayed-ref.c758 head_ref->is_system = (generic_ref->ref_root == BTRFS_CHUNK_TREE_OBJECTID); in init_delayed_ref_head()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v12_0.c505 bool coherent, is_system; in gmc_v12_0_get_vm_pte() local
531 is_system = (bo->tbo.resource->mem_type == TTM_PL_TT) || in gmc_v12_0_get_vm_pte()
538 if (is_system || ((bo_adev != adev) && coherent)) in gmc_v12_0_get_vm_pte()