Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dsysinfo.c488 typedef struct vm_table_struct { struct
491 } vm_table_struct; argument
495 return strcmp(((const vm_table_struct *)a)->name, in compare_vm_table_structs()
496 ((const vm_table_struct *)b)->name); in compare_vm_table_structs()
528 vm_table_struct findme = { namebuf, NULL }; in vminfo()
529 vm_table_struct *found; in vminfo()
532 static const vm_table_struct vm_table[] = { in vminfo()
558 const int vm_table_count = sizeof(vm_table) / sizeof(vm_table_struct); in vminfo()
574 sizeof(vm_table_struct), in vminfo()