OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tq_sih
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/common/linux/
linux_tasklet.c
58
void *
tq_sih
;
member in struct:tasklet_queue
156
tq->
tq_sih
= softint_establish(prio|SOFTINT_MPSAFE, &tasklet_softintr,
158
if (tq->
tq_sih
== NULL) {
167
softint_disestablish(tq->
tq_sih
);
168
tq->
tq_sih
= NULL;
186
softint_disestablish(tq->
tq_sih
);
187
tq->
tq_sih
= NULL;
324
softint_schedule(tq->
tq_sih
);
Completed in 13 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025