Searched refs:available_size (Results 1 – 7 of 7) sorted by relevance
385 phys_addr_t available_size = SZ_256; in alloc_no_space_generic_check() local386 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() local419 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()
299 u64 available_size = 0; in xe_vram_probe() local354 available_size += vram_size; in xe_vram_probe()369 &available_size); in xe_vram_probe()
74 What: $(readlink -f /sys/bus/dax/devices/daxX.Y)/../dax_region/available_size79 (RO) The available_size attribute tracks available dax region
413 static DEVICE_ATTR_RO(available_size);
409 | |-- available_size
324 static DEVICE_ATTR_RO(available_size);
10319 __le32 available_size; member