/netbsd-src/sys/arch/playstation2/ee/ |
H A D | intc.c | 88 u_int32_t r, dispatch, pending; in intc_intr() local 91 dispatch = r & ~mask & __intc_enabled_channel; in intc_intr() 97 r, mask, pending, dispatch, __intc_enabled_channel); in intc_intr() 99 if (dispatch == 0) in intc_intr() 103 _reg_write_4(I_STAT_REG, dispatch); in intc_intr() 107 if (dispatcher->bit & dispatch) { in intc_intr() 110 dispatch &= ~dispatcher->bit; in intc_intr() 115 if (dispatch) { in intc_intr() 118 if (bit & dispatch) { in intc_intr()
|
H A D | dmac.c | 117 u_int32_t r, dispatch, pending; in dmac_intr() local 121 dispatch = r & ~mask & __dmac_enabled_channel; in dmac_intr() 126 r, mask, pending, dispatch, __dmac_enabled_channel); in dmac_intr() 128 if (dispatch == 0) in dmac_intr() 132 _reg_write_4(D_STAT_REG, dispatch); in dmac_intr() 136 if (dispatcher->bit & dispatch) { in dmac_intr() 139 dispatch &= ~dispatcher->bit; in dmac_intr() 144 if (dispatch) { in dmac_intr() 147 if (bit & dispatch) { in dmac_intr()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | dispatch.m4 | 7 AC_CHECK_HEADERS([dispatch/dispatch.h]) 8 AC_FIND_FUNC_NO_LIBS(dispatch_async_f, dispatch, 10 #include <dispatch/dispatch.h>
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | dispatch_test.c | 36 #include <dns/dispatch.h> 88 dns_dispatch_t *dispatch; in setup_ephemeral_port() 96 dns_dispatch_detach(&test->dispatch); in setup_ephemeral_port() 269 /* create dispatch set */ variable 294 /* test dispatch set per-loop dispatch */ in nameserver() 330 * different dispatch sets but the same thread gets the same in noop_nameserver() 513 &tcp_connect_addr, NULL, &test2->dispatch); in ISC_RUN_TEST_IMPL() 516 assert_ptr_equal(test1->dispatch, test2->dispatch); in ISC_RUN_TEST_IMPL() [all...] |
H A D | resolver_test.c | 33 #include <dns/dispatch.h> 40 static dns_dispatch_t *dispatch = NULL; 59 result = dns_dispatch_createudp(dispatchmgr, &local, &dispatch); in _setup() 69 dns_dispatch_detach(&dispatch); in _teardown() 82 dispatch, NULL, resolverp); in mkres() 43 static dns_dispatch_t *dispatch = NULL; global() variable
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | dispatch.c | 66 ssh->dispatch[i] = dflt; in ssh_dispatch_init() 77 ssh->dispatch[i] = fn; in ssh_dispatch_range() 84 ssh->dispatch[type] = fn; in ssh_dispatch_set() 107 ssh->dispatch[type] != NULL) { in ssh_dispatch_run() 113 r = (*ssh->dispatch[type])(type, seqnr, ssh); in ssh_dispatch_run()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | filterprov.c | 31 } dispatch[MAX_FILTERS]; member 87 if (globs->dispatch[i].operation == operation_id) { in filter_query() 89 return globs->dispatch[i].alg; in filter_query() 109 if (globs->dispatch[i].alg == algs) in filter_unquery() 209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; in filter_provider_set_filter() 218 globs->dispatch[globs->num_dispatch].operation = operation; in filter_provider_set_filter()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | openssl-core_dispatch.h.pod | 6 - OpenSSL provider dispatch numbers and function types 15 numbers, dispatch numbers and provider interface function types 18 The operation and dispatch numbers are represented with macros, which 35 With every dispatch number, there is an associated function type.
|
/netbsd-src/lib/libc/rpc/ |
H A D | svc_generic.c | 90 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 118 dispatch, nconf) == FALSE) in svc_create() 130 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); in svc_create() 161 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create() 178 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
H A D | svc.c | 249 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 283 if (s->sc_dispatch == dispatch) in svc_reg() 306 s->sc_dispatch = dispatch; in svc_reg() 358 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register() 364 _DIAGASSERT(dispatch != NULL); in svc_register() 368 if (s->sc_dispatch == dispatch) in svc_register() 378 s->sc_dispatch = dispatch; in svc_register()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | DispatchStage.cpp | 78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() function in llvm::mca::DispatchStage 124 unsigned RCUTokenID = RCU.dispatch(IR); in dispatch() 126 IS.dispatch(RCUTokenID); in dispatch() 178 return dispatch(IR); in execute()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | request.c | 79 dns_dispatch_t *dispatch; member 473 request->dispatch = NULL; in new_request() 768 dscp, &connected, &request->dispatch); in dns_request_createraw() 779 request->dispatch, dispopt, destaddr, task, req_response, in dns_request_createraw() 785 dns_dispatch_detach(&request->dispatch); in dns_request_createraw() 954 dscp, &connected, &request->dispatch); in dns_request_createvia() 960 request->dispatch, 0, destaddr, task, req_response, request, in dns_request_createvia() 982 dns_dispatch_detach(&request->dispatch); in dns_request_createvia() 1265 INSIST(request->dispatch == NULL); in dns_request_destroy() 1280 dispattr = dns_dispatch_getattributes(request->dispatch); in req_getsocket() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 31 // Try to make sure we have at least 10 dispatch groups in a loop. 32 // A dispatch group is 6 instructions. 55 // x0, x1, x2, and x3 are the dedicated slice dispatch ports, where each 62 // b0 and b1 are dedicated dispatch ports into the branch slice. 65 // Any non BR dispatch ports 136 // dispatch slot but are dispatched to both the even and odd slices of a 144 // Also consumes odd dispatch slice slot of the same superslice at dispatch 151 // must dispatch together to the same superslice.
|
H A D | PPCScheduleP8.td | 14 // 1. The dispatch bundle slots 130 // and should be 'First' in dispatch. 140 // should be first in the dispatch group. 159 // dispatch group. They are simply cracked, so require DU1,DU2. 215 // first+last in dispatch group. 256 // dispatch slot. The instruction will be broken into two IOPS. The agen 393 // P8 has an 8 insn dispatch group (6 non-branch, 2 branch) and can issue up 399 // up to two branches in a dispatch group. 406 // Try to make sure we have at least 10 dispatch groups in a loop.
|
H A D | PPCScheduleP7.td | 19 // 1. The dispatch bundle slots 61 // (either to a float or XC op). prevents dispatch in that cycle to VS2 of any 70 // IFU/IDU will not dispatch an XS instructon 5 cycles after a vector FP 75 // Instruction dispatch groups have (at most) four non-branch instructions, and 77 // end the dispatch group, but a second branch must be the last in the group. 388 // Note that the dispatch bundle size is 6 (including 397 // Try to make sure we have at least 10 dispatch groups in a loop.
|
H A D | P9InstrResources.td | 35 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice. 204 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice. 399 // dispatch units for the superslice. 407 // dispatch units for the superslice. 485 // 7 cycle DP operation. One DP unit, one EXEC pipeline and 1 dispatch units. 523 // dispatch. 631 // dispatch. 655 // dispatch. 663 // dispatch. 680 // dispatch. [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | request.c | 33 #include <dns/dispatch.h> 80 dns_dispatch_t *dispatch; member 476 transport, &request->dispatch); in dns_request_createraw() 487 request->dispatch, loop, dispopt, request->timeout, destaddr, in dns_request_createraw() 492 dns_dispatch_detach(&request->dispatch); in dns_request_createraw() 601 transport, &request->dispatch); in dns_request_createraw() 606 result = dns_dispatch_add(request->dispatch, loop, 0, request->timeout, in dns_request_createraw() 620 dns_dispatch_detach(&request->dispatch); in dns_request_createraw() 969 if (request->dispatch != NULL) { in dns_request_destroy() 970 dns_dispatch_detach(&request->dispatch); in dns_request_destroy() [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 316 // dispatch: 320 dispatch(_CompletionToken&& __token); 324 dispatch(const _Executor& __ex, _CompletionToken&& __token); 328 dispatch(_ExecutionContext& __ctx, _CompletionToken&& __token); 621 decltype(__x->dispatch(std::move(__f), __a)), 951 dispatch(_Func&& __f, const _ProtoAlloc& __a) const 1063 dispatch(_Func&& __f, const _Alloc& __a) const 1067 // _M_target->dispatch({allocator_arg, __a, std::forward<_Func>(__f)}); 1068 _M_target->dispatch(std::forward<_Func>(__f)); 1148 virtual void dispatch(std::function<void()>) const = 0; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-hsa.c | 1279 print_kernel_dispatch (struct GOMP_hsa_kernel_dispatch *dispatch, unsigned indent) in print_kernel_dispatch() argument 1282 fprintf (stderr, "this: %p\n", dispatch); in print_kernel_dispatch() 1284 fprintf (stderr, "queue: %p\n", dispatch->queue); in print_kernel_dispatch() 1286 fprintf (stderr, "omp_data_memory: %p\n", dispatch->omp_data_memory); in print_kernel_dispatch() 1288 fprintf (stderr, "kernarg_address: %p\n", dispatch->kernarg_address); in print_kernel_dispatch() 1290 fprintf (stderr, "object: %" PRIu64 "\n", (print_uint64_t) dispatch->object); in print_kernel_dispatch() 1292 fprintf (stderr, "signal: %" PRIu64 "\n", (print_uint64_t) dispatch->signal); in print_kernel_dispatch() 1295 dispatch->private_segment_size); in print_kernel_dispatch() 1298 dispatch->group_segment_size); in print_kernel_dispatch() 1301 (print_uint64_t) dispatch->kernel_dispatch_count); in print_kernel_dispatch() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-mca.rst | 104 .. option:: -dispatch=<width> 106 Specify a different dispatch width for the processor. The dispatch width 108 zero, then the default dispatch width is used. 162 .. option:: -dispatch-stats 164 Enable extra dispatch statistics. This view collects and analyzes instruction 165 dispatch events, as well as static/dynamic dispatch stall events. This view 188 dispatch logic, the hardware schedulers, the register file(s), and the retire 403 dispatch rate, and the availability of hardware resources. 416 Field *uOps Per Cycle* is bounded from above by the dispatch width. That is 417 because the dispatch width limits the maximum size of a dispatch group. Both IPC [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 315 // dispatch: 319 dispatch(_CompletionToken&& __token); 323 dispatch(const _Executor& __ex, _CompletionToken&& __token); 327 dispatch(_ExecutionContext& __ctx, _CompletionToken&& __token); 629 decltype(__x->dispatch(std::move(__f), __a)), 977 dispatch(_Func&& __f, const _ProtoAlloc& __a) const 1089 dispatch(_Func&& __f, const _Alloc& __a) const 1093 // _M_target->dispatch({allocator_arg, __a, std::forward<_Func>(__f)}); 1094 _M_target->dispatch(std::forward<_Func>(__f)); 1174 virtual void dispatch(std::function<void()>) const = 0; [all …]
|
/netbsd-src/external/mit/xorg/server/xorg-server/dix/ |
H A D | Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 37 COPTS.dispatch.c= -Wno-error
|
/netbsd-src/external/mit/xorg/server/xorg-server.old/dix/ |
H A D | Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 39 COPTS.dispatch.c= -Wno-error
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_method_construct.pod | 36 on provider dispatch tables need to do so in exactly the same way. 55 providers for a dispatch table given an I<operation_id>, and then 81 when the provider doesn't want its dispatch table stored in a longer 123 dispatch table I<fns>.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | sr71k.md | 25 ;; multiple function units, with an average dispatch rate of 2 33 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 116 ;; to the issue units, the default/minimum "repeat" dispatch delay is 122 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 212 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|