/kernel/linux/linux-5.10/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...] |
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_device.c | 712 oct->dispatch.dlist = (struct octeon_dispatch *) in octeon_allocate_device_mem() 1017 oct->dispatch.count = 0; in octeon_init_dispatch_list() 1020 oct->dispatch.dlist[i].opcode = 0; in octeon_init_dispatch_list() 1021 INIT_LIST_HEAD(&oct->dispatch.dlist[i].list); in octeon_init_dispatch_list() 1027 spin_lock_init(&oct->dispatch.lock); in octeon_init_dispatch_list() 1039 spin_lock_bh(&oct->dispatch.lock); in octeon_delete_dispatch_list() 1042 struct list_head *dispatch; in octeon_delete_dispatch_list() local 1044 dispatch = &oct->dispatch.dlist[i].list; in octeon_delete_dispatch_list() 1045 while (dispatch in octeon_delete_dispatch_list() 1068 struct list_head *dispatch; octeon_get_dispatch() local 1151 struct octeon_dispatch *dispatch; octeon_register_dispatch_fn() local [all...] |
H A D | octeon_droq.c | 44 /** Get the argument that the user set when registering dispatch 47 * @param opcode - the opcode for which the dispatch argument 49 * @param subcode - the subcode for which the dispatch argument 51 * @return Success: void * (argument to the dispatch function) 59 struct list_head *dispatch; in octeon_get_dispatch_arg() local 65 spin_lock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 67 if (octeon_dev->dispatch.count == 0) { in octeon_get_dispatch_arg() 68 spin_unlock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 72 if (octeon_dev->dispatch.dlist[idx].opcode == combined_opcode) { in octeon_get_dispatch_arg() 73 fn_arg = octeon_dev->dispatch in octeon_get_dispatch_arg() [all...] |
/kernel/linux/linux-6.6/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...] |
H A D | octeon_droq.c | 44 /** Get the argument that the user set when registering dispatch 47 * @param opcode - the opcode for which the dispatch argument 49 * @param subcode - the subcode for which the dispatch argument 51 * @return Success: void * (argument to the dispatch function) 59 struct list_head *dispatch; in octeon_get_dispatch_arg() local 65 spin_lock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 67 if (octeon_dev->dispatch.count == 0) { in octeon_get_dispatch_arg() 68 spin_unlock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 72 if (octeon_dev->dispatch.dlist[idx].opcode == combined_opcode) { in octeon_get_dispatch_arg() 73 fn_arg = octeon_dev->dispatch in octeon_get_dispatch_arg() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
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...] |
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...] |
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
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...] |
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...] |
/kernel/linux/linux-5.10/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 | 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_ev_install_gpe_handler() 798 gpe_event_info->dispatch.handler = handler; in acpi_ev_install_gpe_handler() 800 /* Setup up dispatch flags to indicate handler (vs. method/notify) */ in acpi_ev_install_gpe_handler() 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()
|
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...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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_ev_install_gpe_handler() 798 gpe_event_info->dispatch.handler = handler; in acpi_ev_install_gpe_handler() 800 /* Setup up dispatch flags to indicate handler (vs. method/notify) */ in acpi_ev_install_gpe_handler() 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 64 struct list_head dispatch; member 162 * move an entry to dispatch queue 198 * dispatch using arrival ordered lists. 234 * dispatch using sector position sorted lists. 277 if (!list_empty(&dd->dispatch)) { in __dd_dispatch_request() 278 rq = list_first_entry(&dd->dispatch, struct request, queuelist); in __dd_dispatch_request() 435 INIT_LIST_HEAD(&dd->dispatch); in dd_init_queue() 509 list_add(&rq->queuelist, &dd->dispatch); in dd_insert_request() 511 list_add_tail(&rq->queuelist, &dd->dispatch); in dd_insert_request() 565 * write request dispatch progres [all...] |
H A D | blk-mq-sched.c | 66 * Order clearing SCHED_RESTART and list_empty_careful(&hctx->dispatch) in blk_mq_sched_restart() 68 * blk_mq_dispatch_rq_list(). So dispatch code won't see SCHED_RESTART, in blk_mq_sched_restart() 69 * meantime new request added to hctx->dispatch is missed to check in in blk_mq_sched_restart() 97 goto dispatch; in blk_mq_dispatch_hctx_list() 103 dispatch: in blk_mq_dispatch_hctx_list() 114 * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to 138 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_do_dispatch_sched() 152 * same queue and if we didn't dispatch then there's in __blk_mq_do_dispatch_sched() 179 * dispatch batching requests from same hctx at a time. in __blk_mq_do_dispatch_sched() 228 * Returns -EAGAIN if hctx->dispatch wa [all...] |
/kernel/linux/linux-6.6/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() 67 goto dispatch; in blk_mq_dispatch_hctx_list() 73 dispatch: in blk_mq_dispatch_hctx_list() 84 * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to 109 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_do_dispatch_sched() 124 * same queue and if we didn't dispatch then there's in __blk_mq_do_dispatch_sched() 163 * dispatch batching requests from same hctx at a time. in __blk_mq_do_dispatch_sched() 212 * 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 277 * move an entry to dispatch queue 343 * dispatch using arrival ordered lists. 387 * dispatch using sector position sorted lists. 454 if (!list_empty(&per_prio->dispatch)) { in __dd_dispatch_request() 455 rq = list_first_entry(&per_prio->dispatch, struct request, in __dd_dispatch_request() 609 * Next, dispatch requests in priority order. Ignore lower priority in dd_dispatch_request() 712 INIT_LIST_HEAD(&per_prio->dispatch); in dd_init_sched() 728 /* We dispatch fro in dd_init_sched() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1804 ncrcmd dispatch [ 32]; member 2172 PADDR (dispatch), 2238 PADDR (dispatch), 2247 PADDR (dispatch), 2275 PADDR (dispatch), 2294 PADDR (dispatch), 2482 PADDR (dispatch), 2551 PADDR (dispatch), 2717 ** || PADDR (dispatch), 2727 PADDR (dispatch), [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1801 ncrcmd dispatch [ 32]; member 2144 PADDR (dispatch), 2210 PADDR (dispatch), 2219 PADDR (dispatch), 2247 PADDR (dispatch), 2266 PADDR (dispatch), 2454 PADDR (dispatch), 2523 PADDR (dispatch), 2689 ** || PADDR (dispatch), 2699 PADDR (dispatch), [all...] |
/kernel/linux/linux-5.10/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 687 * medium priority interrupt dispatch code.
|