HomeSort by: relevance | last modified time | path
    Searched defs:c_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
callout.h 96 int c_time; /* when callout fires */ member in struct:callout_impl
  /src/sys/arch/shark/shark/
scr.c 535 int c_time; /* ticks to the event */
3601 p1->c_time -= scrClkCount;
3603 if (p1->c_time > 0)
3608 if (p1->c_time == 0)
3617 while ((c = scrClkCallTodo.c_next) != NULL && c->c_time <= 0)
3739 * as well. Watch out for negative c_time values; these represent
3742 for (p = &scrClkCallTodo; (t = p->c_next) != NULL && count > t->c_time; p = t)
3744 if (t->c_time > 0)
3746 count -= t->c_time;
3751 new->c_time = count
534 int c_time; \/* ticks to the event *\/ member in struct:callout_t
    [all...]

Completed in 12 milliseconds