Home | History | Annotate | Download | only in profile

Lines Matching full:curr

435   struct writeout_fn_node *curr = writeout_fn_head;
437 while (curr) {
438 curr->fn();
439 curr = curr->next;
467 struct flush_fn_node *curr = flush_fn_head;
469 while (curr) {
470 curr->fn();
471 curr = curr->next;