/Linux-v4.19/net/ieee802154/6lowpan/ |
D | rx.c | 62 static inline bool lowpan_is_frag1(u8 dispatch) in lowpan_is_frag1() argument 64 return (dispatch & LOWPAN_DISPATCH_FRAG_MASK) == LOWPAN_DISPATCH_FRAG1; in lowpan_is_frag1() 67 static inline bool lowpan_is_fragn(u8 dispatch) in lowpan_is_fragn() argument 69 return (dispatch & LOWPAN_DISPATCH_FRAG_MASK) == LOWPAN_DISPATCH_FRAGN; in lowpan_is_fragn() 130 static inline bool lowpan_is_esc(u8 dispatch) in lowpan_is_esc() argument 132 return dispatch == LOWPAN_DISPATCH_ESC; in lowpan_is_esc() 146 static inline bool lowpan_is_hc1(u8 dispatch) in lowpan_is_hc1() argument 148 return dispatch == LOWPAN_DISPATCH_HC1; in lowpan_is_hc1() 162 static inline bool lowpan_is_dff(u8 dispatch) in lowpan_is_dff() argument 164 return dispatch == LOWPAN_DISPATCH_DFF; in lowpan_is_dff() [all …]
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
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->next != dispatch) { in octeon_delete_dispatch_list() 1046 temp = dispatch->next; in octeon_delete_dispatch_list() [all …]
|
D | octeon_droq.c | 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.dlist[idx].arg; in octeon_get_dispatch_arg() 75 list_for_each(dispatch, in octeon_get_dispatch_arg() 76 &octeon_dev->dispatch.dlist[idx].list) { in octeon_get_dispatch_arg() 77 if (((struct octeon_dispatch *)dispatch)->opcode == in octeon_get_dispatch_arg() 80 dispatch)->arg; in octeon_get_dispatch_arg() [all …]
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_fw1.h | 75 u32 dispatch [ 28]; member 430 PADDR_A (dispatch), 447 PADDR_A (dispatch), 456 PADDR_A (dispatch), 477 PADDR_A (dispatch), 496 PADDR_A (dispatch), 512 PADDR_A (dispatch), 537 PADDR_A (dispatch), 556 PADDR_A (dispatch), 570 PADDR_A (dispatch), [all …]
|
D | sym_fw2.h | 76 u32 dispatch [ 28]; member 415 PADDR_A (dispatch), 432 PADDR_A (dispatch), 441 PADDR_A (dispatch), 462 PADDR_A (dispatch), 480 PADDR_A (dispatch), 496 PADDR_A (dispatch), 521 PADDR_A (dispatch), 539 PADDR_A (dispatch), 553 PADDR_A (dispatch), [all …]
|
D | sym_fw.h | 50 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
|
/Linux-v4.19/include/net/ |
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-v4.19/drivers/acpi/acpica/ |
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()
|
D | evgpe.c | 473 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method() 497 gpe_event_info->dispatch.method_node; in acpi_ev_asynch_execute_gpe_method() 508 dispatch. in acpi_ev_asynch_execute_gpe_method() 697 gpe_handler_info = gpe_event_info->dispatch.handler; in acpi_ev_detect_gpe() 798 gpe_event_info->dispatch.handler->address(gpe_device, in acpi_ev_gpe_dispatch() 801 dispatch.handler-> in acpi_ev_gpe_dispatch()
|
D | evxface.c | 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() 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() 960 gpe_event_info->dispatch.method_node = handler->method_node; in ACPI_EXPORT_SYMBOL()
|
D | evxfgpe.c | 442 notify = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL() 454 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL() 455 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()
|
D | evgpeinit.c | 407 gpe_event_info->dispatch.method_node = method_node; in acpi_ev_match_gpe_method()
|
D | psxface.c | 158 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 209 int dispatch = 0; in iwch_event_handler() local 219 dispatch = 1; in iwch_event_handler() 224 dispatch = 1; in iwch_event_handler() 229 dispatch = 1; in iwch_event_handler() 257 if (dispatch) { in iwch_event_handler()
|
/Linux-v4.19/block/ |
D | mq-deadline.c | 63 struct list_head dispatch; member 276 if (!list_empty(&dd->dispatch)) { in __dd_dispatch_request() 277 rq = list_first_entry(&dd->dispatch, struct request, queuelist); in __dd_dispatch_request() 432 INIT_LIST_HEAD(&dd->dispatch); in dd_init_queue() 501 list_add(&rq->queuelist, &dd->dispatch); in dd_insert_request() 503 list_add_tail(&rq->queuelist, &dd->dispatch); in dd_insert_request() 571 return !list_empty_careful(&dd->dispatch) || in dd_has_work() 722 return seq_list_start(&dd->dispatch, *pos); in deadline_dispatch_start() 730 return seq_list_next(v, &dd->dispatch, pos); in deadline_dispatch_next()
|
D | blk-mq-sched.c | 179 if (!list_empty_careful(&hctx->dispatch)) { in blk_mq_sched_dispatch_requests() 181 if (!list_empty(&hctx->dispatch)) in blk_mq_sched_dispatch_requests() 182 list_splice_init(&hctx->dispatch, &rq_list); in blk_mq_sched_dispatch_requests() 353 list_add(&rq->queuelist, &hctx->dispatch); in blk_mq_sched_bypass_insert()
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | vectors.S | 73 xsr a3, excsave1 # save a3 and get dispatch table 81 xsr a3, excsave1 # restore a3 and dispatch table 100 xsr a3, excsave1 # save a3, and get dispatch table 108 xsr a3, excsave1 # restore a3 and dispatch table
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 19 queue is expired and CFQ selects next queue to dispatch from. 73 in higher end storage due to idle on sequential queue and allow dispatch 78 Not idling on individual queues in the group will dispatch requests from 208 it would be better to dispatch multiple requests from multiple cfq queues in 213 single queue and also allow dispatch from multiple cfq queue at the same time. 226 dispatch requests from other cfq queues even if requests are pending there. 246 for IO to dispatch we will idle only once last queue has dispatched the IO
|
D | deadline-iosched.txt | 51 device dispatch queue, we always give a preference to reads. However, we 54 done writes_starved number of times, we dispatch some writes based on the
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
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-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 1816 ncrcmd dispatch [ 32]; member 2184 PADDR (dispatch), 2250 PADDR (dispatch), 2259 PADDR (dispatch), 2287 PADDR (dispatch), 2306 PADDR (dispatch), 2494 PADDR (dispatch), 2563 PADDR (dispatch), 2739 PADDR (dispatch), 2760 PADDR (dispatch), [all …]
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-queue-length.txt | 9 <repeat_count>: The number of I/Os to dispatch using the selected
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 485 * path and special case the event dispatch instead. This is the 487 * exception), which effectively wants regular exception dispatch
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_sas.h | 189 const struct mvs_dispatch *dispatch; member 195 #define MVS_CHIP_DISP (mvi->chip->dispatch)
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 164 int dispatch = 0; in cx18_mdl_send_to_videobuf() local 195 dispatch = 1; in cx18_mdl_send_to_videobuf() 199 if (dispatch) { in cx18_mdl_send_to_videobuf()
|