Home
last modified time | relevance | path

Searched refs:available_size (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/memblock/tests/
H A Dalloc_api.c385 phys_addr_t available_size = SZ_256; in alloc_no_space_generic_check() local
386 phys_addr_t reserved_size = MEM_SIZE - available_size; in alloc_no_space_generic_check()
418 phys_addr_t available_size = SZ_256; in alloc_limited_space_generic_check() local
419 phys_addr_t reserved_size = MEM_SIZE - available_size; in alloc_limited_space_generic_check()
427 allocated_ptr = run_memblock_alloc(available_size, SMP_CACHE_BYTES); in alloc_limited_space_generic_check()
430 assert_mem_content(allocated_ptr, available_size, alloc_test_flags); in alloc_limited_space_generic_check()
/linux/drivers/gpu/drm/xe/
H A Dxe_vram.c360 u64 available_size = 0; in xe_vram_probe() local
385 available_size += usable_size; in xe_vram_probe()
400 err = vram_region_init(xe, xe->mem.vram, &lmem_bar, 0, available_size, total_size, in xe_vram_probe()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-dax74 What: $(readlink -f /sys/bus/dax/devices/daxX.Y)/../dax_region/available_size
79 (RO) The available_size attribute tracks available dax region
/linux/drivers/nvdimm/
H A Dregion_devs.c420 static DEVICE_ATTR_RO(available_size);
/linux/drivers/dax/
H A Dbus.c324 static DEVICE_ATTR_RO(available_size);