Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Ddisplay.h24 void i_swap(int *stats);
H A Dtop.c80 static void (*d_swap)(int *stats) = i_swap;
1198 d_swap = i_swap; in reset_display()
H A Ddisplay.c672 i_swap(int *stats) in i_swap() function