Home | History | Annotate | Download | only in profile

Lines Matching refs:curr

519   struct writeout_fn_node *curr = writeout_fn_head;
521 while (curr) {
522 curr->fn();
523 curr = curr->next;
551 struct flush_fn_node *curr = flush_fn_head;
553 while (curr) {
554 curr->fn();
555 curr = curr->next;