/linux/net/ieee802154/6lowpan/ |
H A D | rx.c | 35 net_warn_ratelimited("%s: received unknown dispatch\n", in lowpan_rx_handlers_result() 54 static inline bool lowpan_is_frag1(u8 dispatch) in lowpan_is_frag1() argument 56 return (dispatch & LOWPAN_DISPATCH_FRAG_MASK) == LOWPAN_DISPATCH_FRAG1; in lowpan_is_frag1() 59 static inline bool lowpan_is_fragn(u8 dispatch) in lowpan_is_fragn() argument 61 return (dispatch & LOWPAN_DISPATCH_FRAG_MASK) == LOWPAN_DISPATCH_FRAGN; in lowpan_is_fragn() 122 static inline bool lowpan_is_esc(u8 dispatch) in lowpan_is_esc() argument 124 return dispatch == LOWPAN_DISPATCH_ESC; in lowpan_is_esc() 138 static inline bool lowpan_is_hc1(u8 dispatch) in lowpan_is_hc1() argument 140 return dispatch == LOWPAN_DISPATCH_HC1; in lowpan_is_hc1() 154 static inline bool lowpan_is_dff(u8 dispatch) in lowpan_is_dff() argument 170 lowpan_is_bc0(u8 dispatch) lowpan_is_bc0() argument 186 lowpan_is_mesh(u8 dispatch) lowpan_is_mesh() argument 228 lowpan_is_nalp(u8 dispatch) lowpan_is_nalp() argument 238 lowpan_is_reserved(u8 dispatch) lowpan_is_reserved() argument [all...] |
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.c | 714 oct->dispatch.dlist = (struct octeon_dispatch *) in octeon_allocate_device_mem() 1027 oct->dispatch.count = 0; in octeon_init_dispatch_list() 1030 oct->dispatch.dlist[i].opcode = 0; in octeon_init_dispatch_list() 1031 INIT_LIST_HEAD(&oct->dispatch.dlist[i].list); in octeon_init_dispatch_list() 1037 spin_lock_init(&oct->dispatch.lock); in octeon_init_dispatch_list() 1050 spin_lock_bh(&oct->dispatch.lock); in octeon_delete_dispatch_list() 1053 struct list_head *dispatch; in octeon_delete_dispatch_list() local 1055 dispatch = &oct->dispatch.dlist[i].list; in octeon_delete_dispatch_list() 1056 while (dispatch in octeon_delete_dispatch_list() 1080 struct list_head *dispatch; octeon_get_dispatch() local 1163 struct octeon_dispatch *dispatch; octeon_register_dispatch_fn() local [all...] |
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw1.h | 62 u32 dispatch [ 28]; member 417 PADDR_A (dispatch), 434 PADDR_A (dispatch), 443 PADDR_A (dispatch), 464 PADDR_A (dispatch), 483 PADDR_A (dispatch), 499 PADDR_A (dispatch), 524 PADDR_A (dispatch), 543 PADDR_A (dispatch), 557 PADDR_A (dispatch), [all...] |
H A D | sym_fw2.h | 63 u32 dispatch [ 28]; member 402 PADDR_A (dispatch), 419 PADDR_A (dispatch), 428 PADDR_A (dispatch), 449 PADDR_A (dispatch), 467 PADDR_A (dispatch), 483 PADDR_A (dispatch), 508 PADDR_A (dispatch), 526 PADDR_A (dispatch), 540 PADDR_A (dispatch), [all...] |
/linux/tools/testing/selftests/sched_ext/ |
H A D | select_cpu_dispatch.bpf.c | 22 goto dispatch; in BPF_STRUCT_OPS() 26 goto dispatch; in BPF_STRUCT_OPS() 31 dispatch: in BPF_STRUCT_OPS()
|
H A D | maybe_null_fail_dsp.bpf.c | 22 .dispatch = (void *) maybe_null_fail_dispatch,
|
H A D | maybe_null.bpf.c | 32 .dispatch = (void *) maybe_null_success_dispatch,
|
H A D | dsp_local_on.bpf.c | 64 .dispatch = (void *) dsp_local_on_dispatch,
|
/linux/include/net/ |
H A D | 6lowpan.h | 88 static inline bool lowpan_is_ipv6(u8 dispatch) in lowpan_is_ipv6() argument 90 return dispatch == LOWPAN_DISPATCH_IPV6; in lowpan_is_ipv6() 93 static inline bool lowpan_is_iphc(u8 dispatch) in lowpan_is_iphc() argument 95 return (dispatch & LOWPAN_DISPATCH_IPHC_MASK) == LOWPAN_DISPATCH_IPHC; in lowpan_is_iphc()
|
/linux/drivers/acpi/acpica/ |
H A D | evgpeutil.c | 300 ACPI_FREE(gpe_event_info->dispatch.handler); in acpi_ev_delete_gpe_handlers() 301 gpe_event_info->dispatch.handler = NULL; in acpi_ev_delete_gpe_handlers() 309 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_delete_gpe_handlers() 316 gpe_event_info->dispatch.notify_list = NULL; in acpi_ev_delete_gpe_handlers()
|
H A D | evgpe.c | 4 * Module Name: evgpe - General Purpose Event handling and dispatch 415 /* Detect and dispatch one GPE bit */ in acpi_ev_gpe_detect() 464 /* Do the correct dispatch - normal method or implicit notify */ in acpi_ev_asynch_execute_gpe_method() 479 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method() 503 gpe_event_info->dispatch.method_node; in acpi_ev_asynch_execute_gpe_method() 514 dispatch. in acpi_ev_asynch_execute_gpe_method() 615 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function 703 gpe_handler_info = gpe_event_info->dispatch.handler; in acpi_ev_detect_gpe() 804 gpe_event_info->dispatch.handler->address(gpe_device, in acpi_ev_gpe_dispatch() 807 dispatch in acpi_ev_gpe_dispatch() [all...] |
H A D | evxface.c | 529 * invoked at interrupt level at the time of the event dispatch. in ACPI_EXPORT_SYMBOL() 770 handler->method_node = gpe_event_info->dispatch.method_node; in ACPI_EXPORT_SYMBOL() 798 gpe_event_info->dispatch.handler = handler; in ACPI_EXPORT_SYMBOL() 800 /* Setup up dispatch flags to indicate handler (vs. method/notify) */ in ACPI_EXPORT_SYMBOL() 948 if (gpe_event_info->dispatch.handler->address != address) { in ACPI_EXPORT_SYMBOL() 955 handler = gpe_event_info->dispatch.handler; in ACPI_EXPORT_SYMBOL() 956 gpe_event_info->dispatch.handler = NULL; in ACPI_EXPORT_SYMBOL() 958 /* Restore Method node (if any), set dispatch flags */ in ACPI_EXPORT_SYMBOL() 960 gpe_event_info->dispatch.method_node = handler->method_node; in ACPI_EXPORT_SYMBOL()
|
/linux/block/ |
H A D | blk-mq-sched.c | 36 * Order clearing SCHED_RESTART and list_empty_careful(&hctx->dispatch) in __blk_mq_sched_restart() 38 * blk_mq_dispatch_rq_list(). So dispatch code won't see SCHED_RESTART, in __blk_mq_sched_restart() 39 * meantime new request added to hctx->dispatch is missed to check in in __blk_mq_sched_restart() 66 goto dispatch; in blk_mq_dispatch_hctx_list() 71 dispatch: in blk_mq_dispatch_hctx_list() 82 * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to 107 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_do_dispatch_sched() 122 * same queue and if we didn't dispatch then there's in __blk_mq_do_dispatch_sched() 161 * dispatch batching requests from same hctx at a time. in __blk_mq_do_dispatch_sched() 210 * Returns -EAGAIN if hctx->dispatch wa [all...] |
H A D | mq-deadline.c | 33 * Time after which to dispatch lower priority requests even if higher 74 struct list_head dispatch; member 239 * move an entry to dispatch queue 275 * dispatch using arrival ordered lists. 289 * dispatch using sector position sorted lists. 328 if (!list_empty(&per_prio->dispatch)) { in __dd_dispatch_request() 329 rq = list_first_entry(&per_prio->dispatch, struct request, in __dd_dispatch_request() 475 * Next, dispatch requests in priority order. Ignore lower priority in dd_dispatch_request() 571 INIT_LIST_HEAD(&per_prio->dispatch); in dd_init_sched() 586 /* We dispatch fro in dd_init_sched() [all...] |
/linux/Documentation/arch/powerpc/ |
H A D | vcpudispatch_stats.rst | 9 chips (representing the "home" node) and tries to always dispatch vcpus 15 related to the vcpu dispatch behavior. Writing '1' to this file enables 29 The next 4 numbers represent vcpu dispatch dispersions: 71 its last dispatch.
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | fred.rst | 44 vector, FRED requires the software to dispatch an event to its handler 45 based on both the event's type and vector. Therefore, an event dispatch 47 dispatch process. The FRED event dispatch framework takes control 48 once an event is delivered, and employs a two-level dispatch.
|
/linux/Documentation/block/ |
H A D | blk-mq.rst | 49 blk-mq has two group of queues: software staging queues and hardware dispatch 102 Hardware dispatch queues 110 dispatch to the hardware. 113 added to a linked list (``hctx->dispatch``) of requests. Then, 115 ``dispatch`` list first, to ensure a fairness dispatch with those 132 identified by an integer, ranging from 0 to the dispatch queue size. This tag
|
H A D | deadline-iosched.rst | 50 device dispatch queue, we always give a preference to reads. However, we 53 done writes_starved number of times, we dispatch some writes based on the
|
/linux/Documentation/scheduler/ |
H A D | sched-ext.rst | 200 sched_ext uses DSQs (dispatch queues) which can operate as both a FIFO and a 212 ``ops.dispatch()`` is invoked. 257 run, ``ops.dispatch()`` is invoked which can use the following two 273 4. After ``ops.dispatch()`` returns, if there are tasks in the local DSQ, 278 * If ``ops.dispatch()`` has dispatched any tasks, retry #3. 285 Note that the BPF scheduler can always choose to dispatch tasks immediately 287 built-in DSQs are used, there is no need to implement ``ops.dispatch()`` as 321 ops.dispatch(); /* Task is moved to a local DSQ */ 330 ops.dispatch(); /* task->scx.slice can be refilled */
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 269 # and dispatch uhid events in case the kernel needs 281 self.uhdev.dispatch(1) 295 self.uhdev.dispatch(1) 333 self.uhdev.dispatch(1)
|
H A D | test_sony.py | 234 while self.uhdev.dispatch(10): 246 self.uhdev.dispatch(10) 250 self.uhdev.dispatch(10)
|
H A D | base_device.py | 357 def dispatch(): function 359 self.dispatch(1) 361 t = threading.Thread(target=dispatch)
|
/linux/arch/xtensa/kernel/ |
H A D | vectors.S | 21 * use a first-level dispatch table to dispatch the exception to a registered 24 * registerd C handler in the second-level dispatch table. 31 * a3: dispatch table 74 xsr a3, excsave1 # save a3 and get dispatch table 82 xsr a3, excsave1 # restore a3 and dispatch table 101 xsr a3, excsave1 # save a3, and get dispatch table 109 xsr a3, excsave1 # restore a3 and dispatch table 666 * Continuation of medium priority interrupt dispatch code.
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
H A D | com.fuc | 174 call #dispatch 284 dispatch: 293 // lookup method in the dispatch table, ILLEGAL_MTHD if not found 321 // depending on dispatch flags: execute method, or save data as state 364 // $r4: dispatch table entry 379 // $r4: dispatch table entry 399 // $r4: dispatch table entry 777 // $r4: dispatch table entry 851 // $r4: dispatch table entry
|
/linux/tools/testing/selftests/syscall_user_dispatch/ |
H A D | sud_test.c | 5 * Test code for syscall user dispatch 314 TH_LOG("Failed to unset syscall user dispatch"); in TEST() 351 unsigned long size, bool dispatch) in test_range() argument 357 if (dispatch) { in test_range()
|