Lines Matching refs:c_time
66 * Timeouts are kept in a hierarchical timing wheel. The c_time is the
77 * be scheduled to timeout further in time than INT_MAX, but c->c_time can
79 * The only way we can use the c->c_time value in any predictable way is
80 * when we calculate how far in the future `to' will timeout - "c->c_time
438 old_time = c->c_time;
439 c->c_time = to_ticks + occ->cc_ticks;
440 if (c->c_time - old_time < 0) {
452 c->c_time = to_ticks + occ->cc_ticks;
458 c->c_time = to_ticks + cc->cc_ticks;
848 delta = (int)((unsigned)c->c_time - (unsigned)ticks);
850 CIRCQ_INSERT(&c->c_list, BUCKET(cc, delta, c->c_time));
921 c->c_time - cc->cc_ticks, b / WHEELSIZE, b,