OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatcher
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/playstation2/ee/
intc.c
87
struct _ipl_dispatcher *
dispatcher
;
local in function:intc_intr
106
SLIST_FOREACH(
dispatcher
, &__intc_dispatcher_head, link) {
107
if (
dispatcher
->bit & dispatch) {
108
KDASSERT(
dispatcher
->func);
109
(*
dispatcher
->func)(
dispatcher
->arg);
110
dispatch &= ~
dispatcher
->bit;
162
struct _ipl_dispatcher *
dispatcher
= &__intc_dispatcher[ch];
local in function:intc_intr_establish
167
KDASSERT(
dispatcher
->func == NULL);
170
dispatcher
->func = func
209
struct _ipl_
dispatcher
*
dispatcher
= &__intc_
dispatcher
[ch];
local in function:intc_intr_disestablish
[
all
...]
dmac.c
116
struct _ipl_dispatcher *
dispatcher
;
local in function:dmac_intr
135
SLIST_FOREACH(
dispatcher
, &__dmac_dispatcher_head, link) {
136
if (
dispatcher
->bit & dispatch) {
137
KDASSERT(
dispatcher
->func);
138
(*
dispatcher
->func)(
dispatcher
->arg);
139
dispatch &= ~
dispatcher
->bit;
194
struct _ipl_dispatcher *
dispatcher
= &__dmac_dispatcher[ch];
local in function:dmac_intr_establish
198
KDASSERT(
dispatcher
->func == NULL);
201
dispatcher
->func = func
241
struct _ipl_
dispatcher
*
dispatcher
= &__dmac_
dispatcher
[ch];
local in function:dmac_intr_disestablish
[
all
...]
/src/lib/libpuffs/
Makefile
12
SRCS= puffs.c callcontext.c creds.c
dispatcher
.c flush.c \
/src/sys/kern/
kern_threadpool.c
36
* jobs, together with a
dispatcher
thread that does not run jobs but
61
* | | <
dispatcher
0> | | <
dispatcher
1> | ... | <
dispatcher
n> | |
69
* | | <
dispatcher
n+1> | |
75
* XXX Why one
dispatcher
per CPU? I did that originally to avoid
78
* with a single
dispatcher
thread, at the expense of another pointer
80
* order for the
dispatcher
to schedule it correctly.
393
/* XXX
dispatcher
*/
396
pool->tp_refcnt = 1; /*
dispatcher
's reference *
966
struct threadpool_thread *const
dispatcher
= arg;
local in function:threadpool_dispatcher_thread
[
all
...]
/src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config
125
ACPICA_DISPATCHER = $(ACPICA_CORE)/
dispatcher
/src/sys/arch/luna68k/dev/xplx/
xplx.asm
67
; PRT0 device
dispatcher
/TIME
858
; #### XPBUS devices
dispatcher
/src/sys/arch/virt68k/virt68k/
locore.s
503
jbsr _C_LABEL(intr_dispatch) | call
dispatcher
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025