| /freebsd-12.1/sys/dev/liquidio/base/ |
| H A D | lio_device.c | 521 oct->dispatch.count = 0; in lio_init_dispatch_list() 547 dispatch = &oct->dispatch.dlist[i].head; in lio_delete_dispatch_list() 558 oct->dispatch.count = 0; in lio_delete_dispatch_list() 594 STAILQ_FOREACH(dispatch, &octeon_dev->dispatch.dlist[idx].head, in lio_get_dispatch() 643 oct->dispatch.count++; in lio_register_dispatch_fn() 663 if (dispatch == NULL) { in lio_register_dispatch_fn() 680 oct->dispatch.count++; in lio_register_dispatch_fn() 736 dfree = dispatch; in lio_unregister_dispatch_fn() 750 dispatch, in lio_unregister_dispatch_fn() 752 dfree = dispatch; in lio_unregister_dispatch_fn() [all …]
|
| H A D | lio_droq.c | 70 struct lio_stailq_node *dispatch; in lio_get_dispatch_arg() local 79 mtx_lock(&octeon_dev->dispatch.lock); in lio_get_dispatch_arg() 81 if (octeon_dev->dispatch.count == 0) { in lio_get_dispatch_arg() 82 mtx_unlock(&octeon_dev->dispatch.lock); in lio_get_dispatch_arg() 86 if (octeon_dev->dispatch.dlist[idx].opcode == combined_opcode) { in lio_get_dispatch_arg() 87 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in lio_get_dispatch_arg() 89 STAILQ_FOREACH(dispatch, in lio_get_dispatch_arg() 90 &octeon_dev->dispatch.dlist[idx].head, entries) { in lio_get_dispatch_arg() 91 if (((struct lio_dispatch *)dispatch)->opcode == in lio_get_dispatch_arg() 93 fn_arg = ((struct lio_dispatch *)dispatch)->arg; in lio_get_dispatch_arg() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| 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()
|
| /freebsd-12.1/sys/dev/sym/ |
| H A D | sym_fw2.h | 91 u32 dispatch [ 28]; member 408 PADDR_A (dispatch), 425 PADDR_A (dispatch), 434 PADDR_A (dispatch), 455 PADDR_A (dispatch), 466 PADDR_A (dispatch), 549 PADDR_A (dispatch), 625 PADDR_A (dispatch), 746 PADDR_A (dispatch), 1018 PADDR_A (dispatch), [all …]
|
| H A D | sym_fw1.h | 93 u32 dispatch [ 28]; member 439 PADDR_A (dispatch), 456 PADDR_A (dispatch), 465 PADDR_A (dispatch), 486 PADDR_A (dispatch), 497 PADDR_A (dispatch), 580 PADDR_A (dispatch), 648 PADDR_A (dispatch), 786 PADDR_A (dispatch), 1145 PADDR_A (dispatch), [all …]
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | svc_generic.c | 83 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 109 dispatch, nconf) == FALSE) in svc_create() 121 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); in svc_create() 157 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create() 174 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
| H A D | svc.c | 176 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 206 if (s->sc_dispatch == dispatch) in svc_reg() 220 s->sc_dispatch = dispatch; in svc_reg() 276 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_register() 283 assert(dispatch != NULL); in svc_register() 287 if (s->sc_dispatch == dispatch) in svc_register() 297 s->sc_dispatch = dispatch; in svc_register()
|
| /freebsd-12.1/sys/rpc/ |
| H A D | svc_generic.c | 86 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 112 dispatch, nconf) == FALSE) { in svc_create() 128 xprt = svc_tp_create(pool, dispatch, prognum, versnum, in svc_create() 152 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create() 185 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
| H A D | svc.c | 501 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 526 if (s->sc_dispatch == dispatch) in svc_reg() 541 s->sc_dispatch = dispatch; in svc_reg() 589 svc_loss_reg(SVCXPRT *xprt, void (*dispatch)(SVCXPRT *)) in svc_loss_reg() 596 if (s->slc_dispatch == dispatch) in svc_loss_reg() 608 s->slc_dispatch = dispatch; in svc_loss_reg() 618 svc_loss_unreg(SVCPOOL *pool, void (*dispatch)(SVCXPRT *)) in svc_loss_unreg() 624 if (s->slc_dispatch == dispatch) { in svc_loss_unreg()
|
| /freebsd-12.1/contrib/apr-util/misc/ |
| H A D | apr_thread_pool.c | 28 #define TASK_PRIORITY_SEG(x) (((x)->dispatch.priority & 0xFF) / 64) 40 } dispatch; member 164 if (task->dispatch.time <= apr_time_now()) { in pop_task() 201 return task->dispatch.time - apr_time_now(); in waiting_time() 425 t->dispatch.time = apr_time_now() + time; in task_new() 428 t->dispatch.priority = priority; in task_new() 452 while (t_next->dispatch.priority > t->dispatch.priority) { in add_if_empty() 497 if (t->dispatch.time < t_loc->dispatch.time) { in schedule_task() 552 t_loc && t_loc->dispatch.priority >= t->dispatch.priority) { in add_task()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | 15 // 1. The dispatch bundle slots 131 // and should be 'First' in dispatch. 141 // should be first in the dispatch group. 160 // dispatch group. They are simply cracked, so require DU1,DU2. 216 // first+last in dispatch group. 257 // dispatch slot. The instruction will be broken into two IOPS. The agen 394 // P8 has an 8 insn dispatch group (6 non-branch, 2 branch) and can issue up 400 // up to two branches in a dispatch group. 407 // Try to make sure we have at least 10 dispatch groups in a loop.
|
| H A D | PPCScheduleP7.td | 20 // 1. The dispatch bundle slots 62 // (either to a float or XC op). prevents dispatch in that cycle to VS2 of any 71 // IFU/IDU will not dispatch an XS instructon 5 cycles after a vector FP 76 // Instruction dispatch groups have (at most) four non-branch instructions, and 78 // end the dispatch group, but a second branch must be the last in the group. 389 // Note that the dispatch bundle size is 6 (including 398 // Try to make sure we have at least 10 dispatch groups in a loop.
|
| /freebsd-12.1/contrib/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 87 Error DispatchStage::dispatch(InstRef IR) { in dispatch() function in llvm::mca::DispatchStage 137 IS.dispatch(RCU.reserveSlot(IR, NumMicroOps)); in dispatch() 183 return dispatch(IR); in execute()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | sr71k.md | 7 ;; multiple function units, with an average dispatch rate of 2 15 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 98 ;; to the issue units, the default/minimum "repeat" dispatch delay is 104 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 196 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | vasprintf.c | 298 static int dispatch(xprintf_struct *s) in dispatch() function 591 if (dispatch(s) == EOF) in core() 613 if (dispatch(s) == EOF) in core()
|
| /freebsd-12.1/sys/modules/blake2/ |
| H A D | Makefile | 15 SRCS += blake2-dispatch.c 89 CWARNFLAGS.blake2-dispatch.c += -Wno-unused-const-variable
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-registry.h | 36 std::function<Error()> dispatch(cl::SubCommand *SC);
|
| H A D | llvm-xray.cpp | 39 if (auto C = dispatch(SC)) { in main()
|
| H A D | xray-registry.cpp | 33 HandlerType dispatch(cl::SubCommand *SC) { in dispatch() function
|
| /freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/ |
| H A D | Scheduler.cpp | 211 void Scheduler::dispatch(const InstRef &IR) { in dispatch() function in llvm::mca::Scheduler 218 LSU.dispatch(IR); in dispatch()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 182 void dispatch(const InstRef &IR);
|
| /freebsd-12.1/contrib/llvm/include/llvm/MCA/Stages/ |
| H A D | DispatchStage.h | 63 Error dispatch(InstRef IR);
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | Makefile | 38 SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
|
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | unbound-event.h | 93 int (*dispatch)(struct ub_event_base*); member
|
| /freebsd-12.1/sys/dev/ncr/ |
| H A D | ncr.c | 1630 PADDR (dispatch), 1644 PADDR (dispatch), 1697 PADDR (dispatch), 1725 PADDR (dispatch), 1740 PADDR (dispatch), 1776 PADDR (dispatch), 1783 PADDR (dispatch), 2146 PADDR (dispatch), 2453 PADDR (dispatch), 2512 PADDR (dispatch), [all …]
|