/linux-4.1.27/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.1.27/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 | 293 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 | nseval.c | 433 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code()
|
D | acobject.h | 183 } dispatch; member
|
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 | 568 obj_desc->method.dispatch.implementation(next_walk_state); in acpi_ds_call_control_method()
|
D | aclocal.h | 443 union acpi_gpe_dispatch_info dispatch; /* Either Method, Handler, or notify_list */ member
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gt215.c | 84 u32 dispatch = nv_ro32(falcon, 0x01c); in gt215_ce_intr() local 85 u32 stat = nv_ro32(falcon, 0x008) & dispatch & ~(dispatch >> 16); in gt215_ce_intr()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 31 u32 dispatch = nv_ro32(falcon, 0x01c); in nvkm_falcon_intr() local 32 u32 intr = nv_ro32(falcon, 0x008) & dispatch & ~(dispatch >> 16); in nvkm_falcon_intr()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/scsi/mvsas/ |
D | mv_sas.h | 186 const struct mvs_dispatch *dispatch; member 192 #define MVS_CHIP_DISP (mvi->chip->dispatch)
|
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 26 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); member
|
/linux-4.1.27/include/linux/ |
D | blk-mq.h | 24 struct list_head dispatch; member
|
/linux-4.1.27/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.1.27/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.1.27/block/ |
D | blk-mq.c | 792 if (!list_empty_careful(&hctx->dispatch)) { in __blk_mq_run_hw_queue() 794 if (!list_empty(&hctx->dispatch)) in __blk_mq_run_hw_queue() 795 list_splice_init(&hctx->dispatch, &rq_list); in __blk_mq_run_hw_queue() 859 list_splice(&rq_list, &hctx->dispatch); in __blk_mq_run_hw_queue() 929 list_empty_careful(&hctx->dispatch)) || in blk_mq_run_hw_queues() 1662 INIT_LIST_HEAD(&hctx->dispatch); in blk_mq_init_hctx()
|
D | blk-mq-sysfs.c | 211 ret = sysfs_list_show(page, &hctx->dispatch, "HCTX pending"); in blk_mq_hw_sysfs_rq_list_show()
|
/linux-4.1.27/net/ceph/ |
D | mon_client.c | 966 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 1118 .dispatch = dispatch,
|
D | osd_client.c | 2782 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 3000 .dispatch = dispatch,
|
D | messenger.c | 2487 con->ops->dispatch(con, msg); in process_message()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 237 const struct pm8001_dispatch *dispatch; member 239 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 46 used by low-level drivers to dispatch asynchronous events through
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 40 SPLPAR machines can log hypervisor preempt & dispatch events to a
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 108 ! dispatch exception / interrupt
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmmaster.c | 2296 int dispatch = 0; in dlm_deref_lockres_handler() local 2328 dispatch = 1; in dlm_deref_lockres_handler() 2338 if (!dispatch) { in dlm_deref_lockres_handler()
|
/linux-4.1.27/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.1.27/fs/ceph/ |
D | mds_client.c | 3722 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function 3861 .dispatch = dispatch,
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 211 - Total amount of time between request dispatch and request completion
|
/linux-4.1.27/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.
|