OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_used
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tprof/
tprof.c
74
u_int
b_used
;
member in struct:tprof_buf
171
new->
b_used
= 0;
232
if (buf->
b_used
== 0) {
235
tprof_stat.ts_sample += buf->
b_used
;
244
tprof_stat.ts_dropbuf_sample += buf->
b_used
;
716
idx = buf->
b_used
;
728
buf->
b_used
= idx + 1;
901
n += buf->
b_used
;
975
bytes = MIN(buf->
b_used
* sizeof(tprof_sample_t) -
988
buf->
b_used
* sizeof(tprof_sample_t))
[
all
...]
tprof.c
74
u_int
b_used
;
member in struct:tprof_buf
171
new->
b_used
= 0;
232
if (buf->
b_used
== 0) {
235
tprof_stat.ts_sample += buf->
b_used
;
244
tprof_stat.ts_dropbuf_sample += buf->
b_used
;
716
idx = buf->
b_used
;
728
buf->
b_used
= idx + 1;
901
n += buf->
b_used
;
975
bytes = MIN(buf->
b_used
* sizeof(tprof_sample_t) -
988
buf->
b_used
* sizeof(tprof_sample_t))
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025