Lines Matching refs:state
38 struct state {
64 static void read_state(struct state *s);
65 static int read_meminfo(struct state *s);
66 static int read_stat(struct state *s);
67 static int read_vmstat(struct state *s);
69 static void print_line(struct state *old, struct state *new);
73 struct state s[2];
137 static void read_state(struct state *s) {
159 static int read_meminfo(struct state *s) {
177 static int read_stat(struct state *s) {
200 static int read_vmstat(struct state *s) {
224 static void print_line(struct state *old, struct state *new) {