OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tb_softc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/tprof/
tprof.c
99
tprof_backend_softc_t
tb_softc
;
member in struct:tprof_backend
225
shouldstop = (tb == NULL || tb->
tb_softc
.sc_ctr_running_mask == 0);
348
runmask &= ~tb->
tb_softc
.sc_ctr_running_mask;
349
runmask &= tb->
tb_softc
.sc_ctr_configured_mask;
359
firstrun = (tb->
tb_softc
.sc_ctr_running_mask == 0);
362
error = tb->tb_ops->tbo_establish(&tb->
tb_softc
);
373
tb->tb_ops->tbo_disestablish(&tb->
tb_softc
);
392
runmask &= tb->
tb_softc
.sc_ctr_configured_mask;
396
tb->
tb_softc
.sc_ctr_running_mask |= runmask;
426
stopmask &= tb->
tb_softc
.sc_ctr_running_mask
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025