Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dsysinfo.c334 typedef struct mem_table_struct { struct
337 } mem_table_struct; argument
341 return strcmp(((const mem_table_struct *)a)->name, in compare_mem_table_structs()
342 ((const mem_table_struct *)b)->name); in compare_mem_table_structs()
410 mem_table_struct findme = { namebuf, NULL }; in meminfo()
411 mem_table_struct *found; in meminfo()
414 static const mem_table_struct mem_table[] = { in meminfo()
442 sizeof(mem_table) / sizeof(mem_table_struct); in meminfo()
460 sizeof(mem_table_struct), in meminfo()