Searched refs:col_next (Results 1 – 1 of 1) sorted by relevance
66 struct col *col_next; member79 for (col = col_head; col != NULL; col = col->col_next) in col_find()97 new_col->col_next = col_head; in col_insert()110 col->col_prev->col_next = col->col_next; in col_remove()111 if (col->col_next != NULL) in col_remove()112 col->col_next->col_prev = col->col_prev; in col_remove()114 col_head = col->col_next; in col_remove()150 col_t *col, *col_next; in read_stats() local183 for (col = col_head; col != NULL; col = col->col_next) { in read_stats()245 col_next = col->col_next; in read_stats()[all …]