Searched refs:size_kb (Results 1 – 4 of 4) sorted by relevance
14 # -C[size_kb] : Log to shared mem buffer (use logread to read it)
555 unsigned int size_kb; in size_show() local560 if (cache_size_kb(cache, &size_kb)) in size_show()563 return sprintf(buf, "%uK\n", size_kb); in size_show()
637 uint64_t size_kb; in nxp_fspi_select_mem() local653 size_kb = FSPI_FLSHXCR0_SZ(f->memmap_phy_size); in nxp_fspi_select_mem()655 fspi_writel(f, size_kb, f->iobase + FSPI_FLSHA1CR0 + in nxp_fspi_select_mem()
529 size_kb = oe.utils.directory_size(d.getVar("IMAGE_ROOTFS")) / 1024531 base_size = size_kb * overhead_factor532 bb.debug(1, '%f = %d * %f' % (base_size, size_kb, overhead_factor))