/netbsd-src/sys/arch/playstation2/ee/ |
H A D | intc.c | 87 struct _ipl_dispatcher *dispatcher; in intc_intr() local 106 SLIST_FOREACH(dispatcher, &__intc_dispatcher_head, link) { in intc_intr() 107 if (dispatcher->bit & dispatch) { in intc_intr() 108 KDASSERT(dispatcher->func); in intc_intr() 109 (*dispatcher->func)(dispatcher->arg); in intc_intr() 110 dispatch &= ~dispatcher->bit; in intc_intr() 162 struct _ipl_dispatcher *dispatcher = &__intc_dispatcher[ch]; in intc_intr_establish() local 167 KDASSERT(dispatcher->func == NULL); in intc_intr_establish() 170 dispatcher->func = func; in intc_intr_establish() 171 dispatcher->arg = arg; in intc_intr_establish() [all …]
|
H A D | dmac.c | 116 struct _ipl_dispatcher *dispatcher; in dmac_intr() local 135 SLIST_FOREACH(dispatcher, &__dmac_dispatcher_head, link) { in dmac_intr() 136 if (dispatcher->bit & dispatch) { in dmac_intr() 137 KDASSERT(dispatcher->func); in dmac_intr() 138 (*dispatcher->func)(dispatcher->arg); in dmac_intr() 139 dispatch &= ~dispatcher->bit; in dmac_intr() 194 struct _ipl_dispatcher *dispatcher = &__dmac_dispatcher[ch]; in dmac_intr_establish() local 198 KDASSERT(dispatcher->func == NULL); in dmac_intr_establish() 201 dispatcher->func = func; in dmac_intr_establish() 202 dispatcher->arg = arg; in dmac_intr_establish() [all …]
|
/netbsd-src/sys/external/bsd/acpica/conf/ |
H A D | files.acpica | 40 # dispatcher/ 41 file dispatcher/dsargs.c acpica 42 file dispatcher/dscontrol.c acpica 43 file dispatcher/dsdebug.c acpica 44 file dispatcher/dsfield.c acpica 45 file dispatcher/dsinit.c acpica 46 file dispatcher/dsmethod.c acpica 47 file dispatcher/dsmthdat.c acpica 48 file dispatcher/dsobject.c acpica 49 file dispatcher/dsopcode.c acpica [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/ |
H A D | async.c | 46 async_fibre_init_dispatcher(&nctx->dispatcher); in async_ctx_new() 157 &ctx->dispatcher, 1)) { in async_start_func() 205 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job() 241 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job() 274 &ctx->dispatcher, 1)) { in ASYNC_pause_job()
|
H A D | async_local.h | 34 async_fibre dispatcher; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/ |
H A D | async.c | 48 async_fibre_init_dispatcher(&nctx->dispatcher); in async_ctx_new() 167 &ctx->dispatcher, 1)) { in async_start_func() 229 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job() 272 if (!async_fibre_swapcontext(&ctx->dispatcher, in ASYNC_start_job() 310 &ctx->dispatcher, 1)) { in ASYNC_pause_job()
|
H A D | async_local.h | 34 async_fibre dispatcher; member
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | Makefile.in | 163 libgp_collector_la-dispatcher.lo libgp_collector_la-iolib.lo \ 426 dispatcher.c \ 591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-dispatcher.Plo@am__quote@ 637 libgp_collector_la-dispatcher.lo: dispatcher.c 638 …dispatcher.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-dispatcher.Tpo -c -o libgp_collector_la-dis… 639 …$(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-dispatcher.Tpo $(DEPDIR)/libgp_collector_la-dispa… 642 …FLAGS) $(CFLAGS) -c -o libgp_collector_la-dispatcher.lo `test -f 'dispatcher.c' || echo '$(srcdir)…
|
H A D | Makefile.am | 24 dispatcher.c \
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | Makefile.in | 163 libgp_collector_la-dispatcher.lo libgp_collector_la-iolib.lo \ 427 dispatcher.c \ 592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgp_collector_la-dispatcher.Plo@am__quote@ 638 libgp_collector_la-dispatcher.lo: dispatcher.c 639 …dispatcher.lo -MD -MP -MF $(DEPDIR)/libgp_collector_la-dispatcher.Tpo -c -o libgp_collector_la-dis… 640 …$(AM_V_at)$(am__mv) $(DEPDIR)/libgp_collector_la-dispatcher.Tpo $(DEPDIR)/libgp_collector_la-dispa… 643 …FLAGS) $(CFLAGS) -c -o libgp_collector_la-dispatcher.lo `test -f 'dispatcher.c' || echo '$(srcdir)…
|
H A D | Makefile.am | 26 dispatcher.c \
|
/netbsd-src/sys/kern/ |
H A D | kern_threadpool.c | 966 struct threadpool_thread *const dispatcher = arg; in threadpool_dispatcher_thread() local 967 struct threadpool *const pool = dispatcher->tpt_pool; in threadpool_dispatcher_thread() 978 while (dispatcher->tpt_lwp == NULL) in threadpool_dispatcher_thread() 979 cv_wait(&dispatcher->tpt_cv, &pool->tp_lock); in threadpool_dispatcher_thread() 991 cv_wait(&dispatcher->tpt_cv, &pool->tp_lock); in threadpool_dispatcher_thread() 1054 if (__predict_true(job->job_thread == dispatcher)) { in threadpool_dispatcher_thread()
|
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
H A D | files.lnt | 6 ..\..\source\components\dispatcher\*.c
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/arch/ |
H A D | async_win.c | 27 async_fibre *fibre = &ctx->dispatcher; in async_local_cleanup()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/arch/ |
H A D | async_win.c | 27 async_fibre *fibre = &ctx->dispatcher; in async_local_cleanup()
|
/netbsd-src/lib/libpuffs/ |
H A D | Makefile | 12 SRCS= puffs.c callcontext.c creds.c dispatcher.c flush.c \
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | pridist_example.txt | 54 The output is spectacular as it matches the behaviour of the dispatcher 165 Run "dispadmin -c TS -g" for a printout of the time sharing dispatcher table.
|
H A D | dispqlen_example.txt | 17 The output shows the length of the dispatcher queue is mostly 0. This is
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | pridist_example.txt | 54 The output is spectacular as it matches the behaviour of the dispatcher 165 Run "dispadmin -c TS -g" for a printout of the time sharing dispatcher table.
|
H A D | dispqlen_example.txt | 17 The output shows the length of the dispatcher queue is mostly 0. This is
|
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/ |
H A D | Makefile.config | 125 ACPICA_DISPATCHER = $(ACPICA_CORE)/dispatcher
|
/netbsd-src/external/bsd/acpica/bin/iasl/ |
H A D | Makefile | 155 .PATH: ${TOPDIR}/../dispatcher
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
H A D | Contents | 32 dispqlen.d dispatcher queue length by CPU
|
H A D | Index | 32 dispqlen.d dispatcher queue length by CPU
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.c | 740 basic_block *dispatcher = dispatcher_bbs + (computed_goto ? 1 : 0); in handle_abnormal_edges() local 747 dispatcher = dispatcher_bbs + 2 * bb_to_omp_idx[for_bb->index]; in handle_abnormal_edges() 755 if (*dispatcher == NULL) in handle_abnormal_edges() 775 *dispatcher = create_basic_block (NULL, for_bb); in handle_abnormal_edges() 781 gimple_stmt_iterator gsi = gsi_start_bb (*dispatcher); in handle_abnormal_edges() 816 edge e = make_edge (bb, *dispatcher, EDGE_FALLTHRU); in handle_abnormal_edges() 826 gimple_stmt_iterator gsi = gsi_after_labels (*dispatcher); in handle_abnormal_edges() 835 make_edge (bb, *dispatcher, EDGE_ABNORMAL); in handle_abnormal_edges() 840 make_edge (*dispatcher, for_bb, EDGE_ABNORMAL); in handle_abnormal_edges()
|