Searched refs:cmd_top (Results 1 – 4 of 4) sorted by relevance
29 extern int cmd_top(int argc, const char **argv, const char *prefix);
47 { "top", cmd_top, 0 },
1044 int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused) in cmd_top() function
1724 return cmd_top(argc, argv, NULL); in cmd_kvm()