/src/sys/kern/ |
subr_cpufreq.c | 165 struct timespec nta, ntb; local in function:cpufreq_latency 193 nanotime(&ntb); 194 timespecsub(&ntb, &nta, &ntb); 196 if (ntb.tv_sec != 0 || 197 ntb.tv_nsec > CPUFREQ_LATENCY_MAX) 204 s += ntb.tv_nsec / 1000;
|
subr_cpufreq.c | 165 struct timespec nta, ntb; local in function:cpufreq_latency 193 nanotime(&ntb); 194 timespecsub(&ntb, &nta, &ntb); 196 if (ntb.tv_sec != 0 || 197 ntb.tv_nsec > CPUFREQ_LATENCY_MAX) 204 s += ntb.tv_nsec / 1000;
|
subr_cpufreq.c | 165 struct timespec nta, ntb; local in function:cpufreq_latency 193 nanotime(&ntb); 194 timespecsub(&ntb, &nta, &ntb); 196 if (ntb.tv_sec != 0 || 197 ntb.tv_nsec > CPUFREQ_LATENCY_MAX) 204 s += ntb.tv_nsec / 1000;
|
/src/sbin/dump/ |
tape.c | 463 union u_spcl *ntb, *otb; local in function:rollforward 465 ntb = (union u_spcl *)twp->tblock[1]; 485 *ntb++ = *otb++; /* copy the datablock also */ 494 ntb--; 509 size = (char *)ntb - (char *)q; 528 ntb = (union u_spcl *)twp->tblock; 535 *((union u_spcl *)twp->tblock) = *ntb; 536 ntb = (union u_spcl *)twp->tblock[1];
|
tape.c | 463 union u_spcl *ntb, *otb; local in function:rollforward 465 ntb = (union u_spcl *)twp->tblock[1]; 485 *ntb++ = *otb++; /* copy the datablock also */ 494 ntb--; 509 size = (char *)ntb - (char *)q; 528 ntb = (union u_spcl *)twp->tblock; 535 *((union u_spcl *)twp->tblock) = *ntb; 536 ntb = (union u_spcl *)twp->tblock[1];
|
tape.c | 463 union u_spcl *ntb, *otb; local in function:rollforward 465 ntb = (union u_spcl *)twp->tblock[1]; 485 *ntb++ = *otb++; /* copy the datablock also */ 494 ntb--; 509 size = (char *)ntb - (char *)q; 528 ntb = (union u_spcl *)twp->tblock; 535 *((union u_spcl *)twp->tblock) = *ntb; 536 ntb = (union u_spcl *)twp->tblock[1];
|