Home
last modified time | relevance | path

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

/linux-4.4.14/net/ieee802154/6lowpan/
Drx.c62 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/
Docteon_device.c710 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 …]
Docteon_droq.c76 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 …]
Docteon_device.h340 struct octeon_dispatch_list dispatch; member
/linux-4.4.14/include/net/
D6lowpan.h81 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/
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) \
Dsym_hipd.c2375 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/
Devgpeutil.c334 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()
Devgpe.c469 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()
Devxface.c804 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()
Devxfgpe.c406 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()
Dpsxface.c192 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
Devgpeinit.c438 gpe_event_info->dispatch.method_node = method_node; in acpi_ev_match_gpe_method()
Dacobject.h184 } dispatch; member
Dnseval.c433 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code()
Dnsaccess.c169 obj_desc->method.dispatch.implementation = in acpi_ns_root_initialize()
Devrgnini.c594 obj_desc->method.dispatch.handler; in acpi_ev_initialize_region()
Ddsmethod.c573 obj_desc->method.dispatch.implementation(next_walk_state); in acpi_ds_call_control_method()
Daclocal.h472 union acpi_gpe_dispatch_info dispatch; /* Either Method, Handler, or notify_list */ member
Ddbdisply.c888 gpe_event_info->dispatch. in acpi_db_display_gpes()
/linux-4.4.14/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-4.4.14/arch/xtensa/kernel/
Dvectors.S73 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/
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
Dcfq-iosched.txt19 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
Dnull_blk.txt71 1: The multi-queue block layer is instantiated with a hardware dispatch
Dbiodoc.txt886 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/
Dcom.fuc174 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/
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-4.4.14/Documentation/device-mapper/
Ddm-queue-length.txt9 <repeat_count>: The number of I/Os to dispatch using the selected
Ddm-service-time.txt16 <repeat_count>: The number of I/Os to dispatch using the selected
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dentry.S485 * 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/
Dmv_sas.h186 const struct mvs_dispatch *dispatch; member
192 #define MVS_CHIP_DISP (mvi->chip->dispatch)
/linux-4.4.14/include/linux/ceph/
Dmessenger.h27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); member
/linux-4.4.14/include/linux/
Dblk-mq.h24 struct list_head dispatch; member
/linux-4.4.14/drivers/media/pci/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-4.4.14/Documentation/usb/
Dhotplug.txt27 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/
Dblk-mq.c749 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()
Dblk-mq-sysfs.c216 ret = sysfs_list_show(page, &hctx->dispatch, "HCTX pending"); in blk_mq_hw_sysfs_rq_list_show()
/linux-4.4.14/net/ceph/
Dmon_client.c994 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function
1146 .dispatch = dispatch,
Dosd_client.c2796 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function
2998 .dispatch = dispatch,
Dmessenger.c2489 con->ops->dispatch(con, msg); in process_message()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_sas.h239 const struct pm8001_dispatch *dispatch; member
241 #define PM8001_CHIP_DISP (pm8001_ha->chip->dispatch)
/linux-4.4.14/Documentation/infiniband/
Dcore_locking.txt46 used by low-level drivers to dispatch asynchronous events through
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig40 SPLPAR machines can log hypervisor preempt & dispatch events to a
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dentry.S108 ! dispatch exception / interrupt
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmmaster.c2297 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/
Dg98.fuc0s109 // set interrupt dispatch - route timer, fifo, ctxswitch to i0, others to host
/linux-4.4.14/fs/ceph/
Dmds_client.c3823 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() function
3964 .dispatch = dispatch,
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971827 * 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/
Dblkio-controller.txt211 - Total amount of time between request dispatch and request completion