Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 45) sorted by relevance

12

/linux-3.4.99/drivers/scsi/sym53c8xx_2/
Dsym_fw1.h75 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 …]
Dsym_fw2.h76 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 …]
Dsym_fw.h50 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
/linux-3.4.99/drivers/acpi/acpica/
Devgpe.c522 local_gpe_event_info->dispatch.device.node, in acpi_ev_asynch_execute_gpe_method()
525 notify_object = local_gpe_event_info->dispatch.device.next; in acpi_ev_asynch_execute_gpe_method()
548 local_gpe_event_info->dispatch.method_node; in acpi_ev_asynch_execute_gpe_method()
559 (local_gpe_event_info->dispatch. in acpi_ev_asynch_execute_gpe_method()
723 gpe_event_info->dispatch.handler->address(gpe_device, in acpi_ev_gpe_dispatch()
726 dispatch.handler-> in acpi_ev_gpe_dispatch()
Devxfgpe.c254 gpe_event_info->dispatch.device.node = device_node; in ACPI_EXPORT_SYMBOL()
255 gpe_event_info->dispatch.device.next = NULL; in ACPI_EXPORT_SYMBOL()
266 notify_object->next = gpe_event_info->dispatch.device.next; in ACPI_EXPORT_SYMBOL()
267 gpe_event_info->dispatch.device.next = notify_object; in ACPI_EXPORT_SYMBOL()
Devxface.c779 handler->method_node = gpe_event_info->dispatch.method_node; in ACPI_EXPORT_SYMBOL()
797 gpe_event_info->dispatch.handler = handler; in ACPI_EXPORT_SYMBOL()
879 if (gpe_event_info->dispatch.handler->address != address) { in ACPI_EXPORT_SYMBOL()
886 handler = gpe_event_info->dispatch.handler; in ACPI_EXPORT_SYMBOL()
890 gpe_event_info->dispatch.method_node = handler->method_node; in ACPI_EXPORT_SYMBOL()
Devgpeutil.c368 ACPI_FREE(gpe_event_info->dispatch.handler); in acpi_ev_delete_gpe_handlers()
369 gpe_event_info->dispatch.handler = NULL; in acpi_ev_delete_gpe_handlers()
Devgpeinit.c436 gpe_event_info->dispatch.method_node = method_node; in acpi_ev_match_gpe_method()
Dpsxface.c295 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
Dnseval.c392 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code()
Dacobject.h184 } dispatch; member
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch.c211 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-3.4.99/drivers/gpu/drm/nouveau/
Dnva3_copy.c167 u32 dispatch = nv_rd32(dev, 0x10401c); in nva3_copy_isr() local
168 u32 stat = nv_rd32(dev, 0x104008) & dispatch & ~(dispatch >> 16); in nva3_copy_isr()
Dnva3_copy.fuc181 call #dispatch
292 dispatch:
301 // lookup method in the dispatch table, ILLEGAL_MTHD if not found
329 // depending on dispatch flags: execute method, or save data as state
372 // $r4: dispatch table entry
387 // $r4: dispatch table entry
407 // $r4: dispatch table entry
785 // $r4: dispatch table entry
859 // $r4: dispatch table entry
/linux-3.4.99/Documentation/block/
Dcfq-iosched.txt8 queue is expired and CFQ selects next queue to dispatch from.
33 it would be better to dispatch multiple requests from multiple cfq queues in
38 single queue and also allow dispatch from multiple cfq queue at the same time.
51 dispatch requests from other cfq queues even if requests are pending there.
70 of queues or the tree. So if there are 4 queues waiting for IO to dispatch
Ddeadline-iosched.txt51 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-3.4.99/drivers/scsi/
Dncr53c8xx.c1816 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-3.4.99/Documentation/device-mapper/
Ddm-queue-length.txt9 <repeat_count>: The number of I/Os to dispatch using the selected
/linux-3.4.99/arch/xtensa/kernel/
Dvectors.S72 xsr a3, EXCSAVE_1 # save a3 and get dispatch table
96 xsr a3, EXCSAVE_1 # save a3, and get dispatch table
/linux-3.4.99/include/linux/ceph/
Dmessenger.h25 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); member
/linux-3.4.99/arch/sh/kernel/cpu/sh3/
Dentry.S484 * path and special case the event dispatch instead. This is the
486 * exception), which effectively wants regular exception dispatch
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.h185 const struct mvs_dispatch *dispatch; member
191 #define MVS_CHIP_DISP (mvi->chip->dispatch)
/linux-3.4.99/drivers/scsi/pm8001/
Dpm8001_sas.h177 const struct pm8001_dispatch *dispatch; member
179 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
/linux-3.4.99/drivers/media/video/cx18/
Dcx18-mailbox.c169 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-3.4.99/Documentation/usb/
Dhotplug.txt27 shell scripts that dispatch to more familiar administration tools.
44 dispatch; any other argument and environment parameters are specified by

12