Lines Matching defs:upt
710 struct timespec upt, now, dif, start;
712 clock_gettime(CLOCK_BOOTTIME, &upt);
714 timespecsub(&now, &upt, &upt);
736 timespecadd(&upt, &dump->records[i].rec.start, &start);
751 struct timespec upt, now, dif, start, timeout;
753 clock_gettime(CLOCK_BOOTTIME, &upt);
755 timespecsub(&now, &upt, &upt);
757 timespecadd(&upt, &dump->records[idx].rec.start, &start);
763 timespecadd(&upt, &dump->records[idx].rec.timeout, &timeout);
818 struct timespec upt, now, dif, start, timeout;
820 clock_gettime(CLOCK_BOOTTIME, &upt);
822 timespecsub(&now, &upt, &upt);
828 timespecadd(&upt, &dump->records[i].rec.start, &start);
835 timespecadd(&upt, &dump->records[i].rec.timeout,
849 struct timespec upt, now, dif, start, timeout;
852 clock_gettime(CLOCK_BOOTTIME, &upt);
854 timespecsub(&now, &upt, &upt);
855 timespecadd(&upt, &dump->records[idx].rec.start, &start);
865 timespecadd(&upt, &dump->records[idx].rec.timeout, &timeout);
908 struct timespec upt, now, dif, start, timeout;
910 clock_gettime(CLOCK_BOOTTIME, &upt);
912 timespecsub(&now, &upt, &upt);
920 timespecadd(&upt, &dump->records[i].rec.start, &start);
926 timespecadd(&upt, &dump->records[i].rec.timeout,