OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntb
(Results
1 - 2
of
2
) sorted by relevancy
/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;
/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];
Completed in 13 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025