Lines Matching refs:creationtime
1009 co->creationtime = ++c->lastct;
1145 /* when replacing, creationtime is kept from old */
1146 co->creationtime = clist->creationtime;
1296 * with the creationtime as the tiebreaker. The creationtime is guaranteed to
1327 return (c2->creationtime > c1->creationtime) ? 1 : -1;
1340 return (c2->creationtime > c1->creationtime) ? 1 : -1;
1366 d->creationtime = src->creationtime;