Lines Matching defs:up
54 fmd_timer_t *tp, *up;
91 for (up = fmd_list_next(&tmq->tmq_list); up; up = fmd_list_next(up)) {
92 if (tp->tmr_hrt < up->tmr_hrt)
96 if (up != NULL)
97 fmd_list_insert_before(&tmq->tmq_list, up, tp);
99 fmd_list_insert_after(&tmq->tmq_list, up, tp);
101 if (up != NULL && fmd_list_next(&tmq->tmq_list) == tp)
103 else if (up == NULL && fmd_list_next(&tmq->tmq_list) == tp)
172 * We sleep on tmq_cv waiting for timers to show up on tmq_list. When the list