/linux-4.4.14/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-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.c | 710 oct->dispatch.dlist = (struct octeon_dispatch *) in octeon_allocate_device_mem() 842 oct->dispatch.count = 0; in octeon_init_dispatch_list() 845 oct->dispatch.dlist[i].opcode = 0; in octeon_init_dispatch_list() 846 INIT_LIST_HEAD(&oct->dispatch.dlist[i].list); in octeon_init_dispatch_list() 852 spin_lock_init(&oct->dispatch.lock); in octeon_init_dispatch_list() 864 spin_lock_bh(&oct->dispatch.lock); in octeon_delete_dispatch_list() 867 struct list_head *dispatch; in octeon_delete_dispatch_list() local 869 dispatch = &oct->dispatch.dlist[i].list; in octeon_delete_dispatch_list() 870 while (dispatch->next != dispatch) { in octeon_delete_dispatch_list() 871 temp = dispatch->next; in octeon_delete_dispatch_list() [all …]
|
D | octeon_droq.c | 76 struct list_head *dispatch; in octeon_get_dispatch_arg() local 82 spin_lock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 84 if (octeon_dev->dispatch.count == 0) { in octeon_get_dispatch_arg() 85 spin_unlock_bh(&octeon_dev->dispatch.lock); in octeon_get_dispatch_arg() 89 if (octeon_dev->dispatch.dlist[idx].opcode == combined_opcode) { in octeon_get_dispatch_arg() 90 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in octeon_get_dispatch_arg() 92 list_for_each(dispatch, in octeon_get_dispatch_arg() 93 &octeon_dev->dispatch.dlist[idx].list) { in octeon_get_dispatch_arg() 94 if (((struct octeon_dispatch *)dispatch)->opcode == in octeon_get_dispatch_arg() 97 dispatch)->arg; in octeon_get_dispatch_arg() [all …]
|
D | octeon_device.h | 340 struct octeon_dispatch_list dispatch; member
|
/linux-4.4.14/include/net/ |
D | 6lowpan.h | 81 static inline bool lowpan_is_ipv6(u8 dispatch) in lowpan_is_ipv6() argument 83 return dispatch == LOWPAN_DISPATCH_IPV6; in lowpan_is_ipv6() 86 static inline bool lowpan_is_iphc(u8 dispatch) in lowpan_is_iphc() argument 88 return (dispatch & LOWPAN_DISPATCH_IPHC_MASK) == LOWPAN_DISPATCH_IPHC; in lowpan_is_iphc()
|
/linux-4.4.14/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) \
|
D | sym_hipd.c | 2375 OUTL_DSP(np, SCRIPTA_BA(np, dispatch)); 2385 OUTL_DSP(np, SCRIPTA_BA(np, dispatch)); 2621 nxtdsp = SCRIPTA_BA(np, dispatch); 2700 nxtdsp = SCRIPTA_BA(np, dispatch); 2704 nxtdsp = SCRIPTA_BA(np, dispatch);
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | evgpeutil.c | 334 ACPI_FREE(gpe_event_info->dispatch.handler); in acpi_ev_delete_gpe_handlers() 335 gpe_event_info->dispatch.handler = NULL; in acpi_ev_delete_gpe_handlers() 343 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_delete_gpe_handlers() 349 gpe_event_info->dispatch.notify_list = NULL; in acpi_ev_delete_gpe_handlers()
|
D | evgpe.c | 469 gpe_event_info->dispatch. in acpi_ev_gpe_detect() 556 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method() 580 gpe_event_info->dispatch.method_node; in acpi_ev_asynch_execute_gpe_method() 591 dispatch. in acpi_ev_asynch_execute_gpe_method() 753 gpe_event_info->dispatch.handler->address(gpe_device, in acpi_ev_gpe_dispatch() 756 dispatch.handler-> in acpi_ev_gpe_dispatch()
|
D | evxface.c | 804 handler->method_node = gpe_event_info->dispatch.method_node; in ACPI_EXPORT_SYMBOL() 832 gpe_event_info->dispatch.handler = handler; in ACPI_EXPORT_SYMBOL() 983 if (gpe_event_info->dispatch.handler->address != address) { in ACPI_EXPORT_SYMBOL() 990 handler = gpe_event_info->dispatch.handler; in ACPI_EXPORT_SYMBOL() 991 gpe_event_info->dispatch.handler = NULL; in ACPI_EXPORT_SYMBOL() 995 gpe_event_info->dispatch.method_node = handler->method_node; in ACPI_EXPORT_SYMBOL()
|
D | evxfgpe.c | 406 notify = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL() 418 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL() 419 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()
|
D | psxface.c | 192 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
|
D | evgpeinit.c | 438 gpe_event_info->dispatch.method_node = method_node; in acpi_ev_match_gpe_method()
|
D | acobject.h | 184 } dispatch; member
|
D | nseval.c | 433 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code()
|
D | nsaccess.c | 169 obj_desc->method.dispatch.implementation = in acpi_ns_root_initialize()
|
D | evrgnini.c | 594 obj_desc->method.dispatch.handler; in acpi_ev_initialize_region()
|
D | dsmethod.c | 573 obj_desc->method.dispatch.implementation(next_walk_state); in acpi_ds_call_control_method()
|
D | aclocal.h | 472 union acpi_gpe_dispatch_info dispatch; /* Either Method, Handler, or notify_list */ member
|
D | dbdisply.c | 888 gpe_event_info->dispatch. in acpi_db_display_gpes()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 211 int dispatch = 0; in iwch_event_handler() local 221 dispatch = 1; in iwch_event_handler() 226 dispatch = 1; in iwch_event_handler() 231 dispatch = 1; in iwch_event_handler() 259 if (dispatch) { in iwch_event_handler()
|
/linux-4.4.14/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-4.4.14/Documentation/block/ |
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
|
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 209 it would be better to dispatch multiple requests from multiple cfq queues in 214 single queue and also allow dispatch from multiple cfq queue at the same time. 227 dispatch requests from other cfq queues even if requests are pending there. 246 of queues or the tree. So if there are 4 queues waiting for IO to dispatch
|
D | null_blk.txt | 71 1: The multi-queue block layer is instantiated with a hardware dispatch
|
D | biodoc.txt | 886 I/O scheduler, a.k.a. elevator, is implemented in two layers. Generic dispatch 890 Block layer implements generic dispatch queue in block/*.c. 891 The generic dispatch queue is responsible for requeueing, handling non-fs 933 elevator_dispatch_fn* fills the dispatch queue with ready requests. 935 not filling the dispatch queue unless @force 938 they belong to generic dispatch queue.
|
/linux-4.4.14/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-4.4.14/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-4.4.14/Documentation/device-mapper/ |
D | dm-queue-length.txt | 9 <repeat_count>: The number of I/Os to dispatch using the selected
|
D | dm-service-time.txt | 16 <repeat_count>: The number of I/Os to dispatch using the selected
|
/linux-4.4.14/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-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.h | 186 const struct mvs_dispatch *dispatch; member 192 #define MVS_CHIP_DISP (mvi->chip->dispatch)
|
/linux-4.4.14/include/linux/ceph/ |
D | messenger.h | 27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); member
|
/linux-4.4.14/include/linux/ |
D | blk-mq.h | 24 struct list_head dispatch; member
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 169 int dispatch = 0; in cx18_mdl_send_to_videobuf() local 200 dispatch = 1; in cx18_mdl_send_to_videobuf() 204 if (dispatch) { in cx18_mdl_send_to_videobuf()
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 27 shell scripts that dispatch to more familiar administration tools. 44 dispatch; any other argument and environment parameters are specified by
|
/linux-4.4.14/block/ |
D | blk-mq.c | 749 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_run_hw_queue() 751 if (!list_empty(&hctx->dispatch)) in __blk_mq_run_hw_queue() 752 list_splice_init(&hctx->dispatch, &rq_list); in __blk_mq_run_hw_queue() 816 list_splice(&rq_list, &hctx->dispatch); in __blk_mq_run_hw_queue() 886 list_empty_careful(&hctx->dispatch)) || in blk_mq_run_hw_queues() 1690 INIT_LIST_HEAD(&hctx->dispatch); in blk_mq_init_hctx()
|
D | blk-mq-sysfs.c | 216 ret = sysfs_list_show(page, &hctx->dispatch, "HCTX pending"); in blk_mq_hw_sysfs_rq_list_show()
|
/linux-4.4.14/net/ceph/ |
D | mon_client.c | 994 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 1146 .dispatch = dispatch,
|
D | osd_client.c | 2796 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 2998 .dispatch = dispatch,
|
D | messenger.c | 2489 con->ops->dispatch(con, msg); in process_message()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 239 const struct pm8001_dispatch *dispatch; member 241 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
|
/linux-4.4.14/Documentation/infiniband/ |
D | core_locking.txt | 46 used by low-level drivers to dispatch asynchronous events through
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 40 SPLPAR machines can log hypervisor preempt & dispatch events to a
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 108 ! dispatch exception / interrupt
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 2297 int dispatch = 0; in dlm_deref_lockres_handler() local 2329 dispatch = 1; in dlm_deref_lockres_handler() 2339 if (!dispatch) { in dlm_deref_lockres_handler()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 109 // set interrupt dispatch - route timer, fifo, ctxswitch to i0, others to host
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.c | 3823 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 3964 .dispatch = dispatch,
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1827 * sd.c: Add block_fsync function to dispatch table. 1830 dispatch table (supply NULL). If we do not have a sectorsize, 1836 * st.c: Add NULL for fsync in dispatch table.
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 211 - Total amount of time between request dispatch and request completion
|