Home | History | Annotate | Download | only in profile

Lines Matching full:curr

512   struct writeout_fn_node *curr = writeout_fn_head;
514 while (curr) {
515 curr->fn();
516 curr = curr->next;
544 struct flush_fn_node *curr = flush_fn_head;
546 while (curr) {
547 curr->fn();
548 curr = curr->next;