Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_kernel_queue.c231 size_t available_size; in kq_acquire_packet_buffer() local
252 available_size = (rptr + queue_size_dwords - 1 - wptr) % in kq_acquire_packet_buffer()
255 if (packet_size_in_dwords > available_size) { in kq_acquire_packet_buffer()
/openbmc/linux/drivers/nvdimm/
H A Dregion_devs.c413 static DEVICE_ATTR_RO(available_size);
/openbmc/linux/drivers/dax/
H A Dbus.c305 static DEVICE_ATTR_RO(available_size);
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst409 | |-- available_size
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h9542 __le32 available_size; member