Searched refs:kbytes (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/resize/
H A Dresource_track.c79 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
83 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
84 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
/external/autotest/client/bin/
H A Dcpuset.py468 kbytes = 0
470 while kbytes < needed_kbytes and nodecnt < len(nodes):
472 kbytes += node_avail_kbytes(nodes[-nodecnt])
473 if kbytes < needed_kbytes:
484 % ((needed_kbytes - kbytes)//1024) )
/external/e2fsprogs/e2fsck/
H A Dutil.c392 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
396 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
397 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));

Completed in 153 milliseconds