/linux-4.4.14/tools/perf/Documentation/ |
D | perf-data.txt | 6 perf-data - Data file related processing 15 Data file related processing.
|
D | perf-inject.txt | 16 point the processing code can inject other events into the event stream - in 21 needs userspace processing to augment the events stream with additional
|
D | Build.txt | 19 installation and documentation processing.
|
D | perf-top.txt | 177 between information loss and faster processing especially for 206 When processing pre-existing threads /proc/XXX/mmap, it may take
|
D | perf-bench.txt | 40 processing by scripts.
|
D | perf-trace.txt | 124 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
|
D | perf-kvm.txt | 155 When processing pre-existing threads /proc/XXX/mmap, it may take
|
D | perf-report.txt | 216 between information loss and faster processing especially for
|
D | perf-record.txt | 309 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | Kconfig | 12 HID sensor common processing for attributes and IIO triggers. 14 HID sensor drivers, this module contains processing for those
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha 4 blending, color space conversion and various other image processing features.
|
D | renesas,jpu.txt | 3 The JPEG processing unit (JPU) incorporates the JPEG codec with an encoding
|
D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
D | exynos4-fimc-is.txt | 3 The FIMC-IS is a subsystem for processing image signal from an image sensor.
|
D | stih407-c8sectpfe.txt | 5 stream data into the SoC on the TS pins, and into DDR for further processing.
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 51 - Individual sensor processing part (sensor drivers) 61 function will be called. So an accelerometer processing driver can register 64 The core driver provides a set of APIs which can be used by the processing 68 Individual sensor processing part (sensor drivers) 70 The processing driver will use an interface provided by the core driver to parse 79 Each processing driver can use this structure to set some callbacks. 107 A processing driver can look for some field of interest and check if it exists
|
/linux-4.4.14/Documentation/usb/ |
D | ohci.txt | 26 to overhead in IRQ processing. When interrupt transfers are queued, those 28 work on while the OS is getting around to the relevant IRQ processing.
|
D | error-codes.txt | 160 processing, devices may receive such fault reports for every request.
|
D | hotplug.txt | 140 choosing drivers to probe(). The thread doing new device processing checks
|
D | ehci.txt | 70 of one frame without risking data loss due to interrupt processing costs.
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 25 queues to distribute processing among CPUs. The NIC distributes packets by 74 processing takes place in receive interrupt handling, it is advantageous 83 interrupt processing forms a bottleneck. Spreading load between CPUs 105 interrupt handler, RPS selects the CPU to perform protocol processing 107 on the desired CPU’s backlog queue and waking up the CPU for processing. 129 RPS may enqueue packets for processing. For each received packet, 131 of the list. The indexed CPU is the target for processing the packet, 135 processing on the remote CPU, and any queued packets are then processed 168 RPS scales kernel receive processing across CPUs without introducing 232 kernel processing of packets to the CPU where the application thread [all …]
|
D | ipvlan.txt | 39 In this mode TX processing happens on the stack instance attached to the 45 In this mode TX processing upto L3 happens on the stack instance attached 47 master device for the L2 processing and routing from that instance will be
|
D | mpls-sysctl.txt | 26 processing.
|
D | spider_net.txt | 38 buffers, processing them, and re-marking them empty. 48 interrupt, and halt processing. 58 processing. 70 "empty", and it will halt processing. 163 halted processing. Notice that descrs 0 through 254 are all marked
|
D | netlink_mmap.txt | 44 processing. 142 - nm_status is used for synchronizing processing between the kernel and user- 177 be processed by the kernel. After completing processing 191 RX ring only: user-space queued the message for later processing, but
|
D | ipsec.txt | 17 the decompression processing cycles and avoiding incurring IP
|
D | openvswitch.txt | 5 flow-level packet processing on selected network devices. It can be 7 VLAN processing, network access control, flow-based network control, 21 no match, it queues the packet to userspace for processing (as part of 22 its processing, userspace will likely set up a flow to handle further
|
D | igb.txt | 88 must be used to avoid interrupt storms while the driver is processing one
|
D | dns_resolver.txt | 133 The upcall handler program is responsible for querying the DNS, processing the
|
D | timestamping.txt | 87 of protocol processing. The latency incurred in protocol 88 processing, if any, can be computed by subtracting a userspace 462 this would occur at a later time in the processing pipeline than other
|
D | xfrm_sync.txt | 10 the processing of the SA as accurate as possible if it has access to it.
|
D | dccp.txt | 134 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
|
D | z8530drv.txt | 405 baudrate and number of interfaces is too high for the processing 619 Delayed processing of received data: This depends on
|
D | ppp_generic.txt | 425 * PPPIOCSMRRU enables or disables multilink processing for received 428 value. If the MRRU value is 0, processing of received multilink
|
D | README.ipw2100 | 245 time after packet processing), yyyy is the period to sleep (amount of time to
|
D | cxgb.txt | 76 to offload portions of outbound TCP processing to a network interface card
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | TODO | 4 - Remove software processing of IB protocol and place in library for use
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 1 Davinci Video processing Front End (VPFE) driver 12 This file documents the Texas Instruments Davinci Video processing Front End 48 The Davinci Video processing Front End (VPFE) driver supports standard V4L2
|
/linux-4.4.14/drivers/dma/ |
D | sun4i-dma.c | 142 struct sun4i_dma_promise *processing; member 343 if (vchan->processing) { in __execute_vchan_pending() 373 vchan->processing = promise; in __execute_vchan_pending() 894 vchan->processing = NULL; in sun4i_dma_terminate_all() 1043 list_del(&vchan->processing->list); in sun4i_dma_interrupt() 1044 list_add_tail(&vchan->processing->list, in sun4i_dma_interrupt() 1062 vchan->processing = promise; in sun4i_dma_interrupt() 1066 vchan->processing = NULL; in sun4i_dma_interrupt()
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
D | Kconfig | 17 processing power than using hardware decode, but can be useful for 25 signals in hardware. This is more reliable, consumes less processing
|
/linux-4.4.14/Documentation/arm/ |
D | Interrupts | 31 exclusive of each other - if you're processing one interrupt from the 33 finish processing before you can service the new interrupt. Eg, an 105 need to leave the hardware IRQ enabled while processing it, and queueing 106 further IRQ events should the IRQ happen again while processing. The
|
/linux-4.4.14/arch/sparc/kernel/ |
D | dtlb_miss.S | 6 brz,pn %g5, kvmap_dtlb ! Context 0 processing
|
D | itlb_miss.S | 6 brz,pn %g5, kvmap_itlb ! Context 0 processing
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-queues | 7 Receive Packet Steering packet processing flow for this 41 Transmit Packet Steering packet processing flow for this
|
D | configfs-usb-gadget-uvc | 76 What: /config/usb-gadget/gadget/functions/uvc.name/control/processing 81 What: /config/usb-gadget/gadget/functions/uvc.name/control/processing/default 84 Description: Default processing unit descriptors
|
D | sysfs-devices-power | 96 number of times the processing of wakeup events associated with 108 number of times the processing of a wakeup event associated with 144 the total time of processing wakeup events associated with the 155 the maximum time of processing a single wakeup event associated
|
D | dev-kmsg | 76 readable context of the message, for reliable processing in
|
D | sysfs-driver-hid-roccat-kone | 94 raw value returned by the mouse which eases further processing
|
D | sysfs-class-net-statistics | 51 packet processing. See the network driver for the exact
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 15 * Completely async processing of all events except creation of hard and symbolic 18 * Flexible object architecture optimized for network processing. 42 POHMELFS uses a asynchronous approach to data processing. Courtesy of transactions, it is
|
D | info.txt | 36 Number of crypto processing threads. Threads are used both for RX and TX traffic. 41 the number of pages, allocated for crypto processing (each crypto thread has
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 117 3: ; Probably not in a loop, continue normal processing 149 ba 3b ; Continue normal processing 157 ba 3b ; Continue normal processing
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 17 processing, shared versus non-shared interrupt processing, DMA versus port 107 that may or may not allow for shared interrupts, DMA processing, etc.. Instead, 224 flag : defines the action to be performed for I/O processing 267 -EBUSY - The device is currently processing a previous I/O request, or there is 340 or similar needs to be scheduled. During I/O processing the Linux/390 generic 346 next it can reduce I/O processing overhead by chaining a NoOp I/O command 368 can handle lost data on the network to allow for enhanced I/O processing. 408 Sometimes a device driver might need a possibility to stop the processing of 443 In order to terminate all I/O processing at the subchannel, the clear subchannel
|
D | 3270.ChangeLog | 4 * In tubttybld.c, substantially revise ESC processing so that
|
D | CommonIO | 111 Messages from the processing of pending channel report words (machine check
|
D | monreader.txt | 156 always read the complete set into a buffer before processing the data.
|
D | driver-model.txt | 187 The handler is registered with the common layer during set_online() processing
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 82 gets loaded onto the MoCA processor(s) for packet processing. The switch 100 - disabling packet processing logic 104 - turning off RGMII data processing logic when the link goes down
|
D | dsa.txt | 110 - basic packet processing is done: getting length, status etc. 459 controller and data-processing logic 463 and data-processing logic as well as query the PHY for its currently configured
|
/linux-4.4.14/arch/tile/kernel/ |
D | intvec_64.S | 308 .macro __int_hand vecnum, vecname, c_routine,processing=handle_interrupt 452 .ifc \processing,handle_syscall 473 .ifc \processing,handle_syscall 495 .ifc \processing,handle_syscall 532 j \processing 1498 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt 1500 __int_hand \vecnum, \vecname, \c_routine, \processing
|
D | intvec_32.S | 112 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt 247 .ifc \processing,handle_syscall 268 .ifc \processing,handle_syscall 290 .ifc \processing,handle_syscall 338 j \processing
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 74 Child of the crypto node defines data processing interface to SEC 6 75 across the peripheral bus for purposes of processing
|
D | fsl-sec4.txt | 145 Child of the crypto node defines data processing interface to SEC 4 146 across the peripheral bus for purposes of processing
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 173 It is also possible that there's a race between processing the 339 | | [add req to fc->processing] 347 | | [look up req in fc->processing] 348 | | [remove from fc->processing] 405 | | [look up req in fc->processing] 406 | | [remove from fc->processing]
|
D | coda.txt | 205 manager in Windows 95. The VFS is responsible for partial processing 209 pre-processing, the VFS starts invoking exported routines in the FS 210 driver. This is the point where the FS specific processing of the 297 in upcall. The (kernel mode) processing of P in the filesystem 306 queue of processing messages and setting flags to READ. Venus is 316 the message from the processing queue and marks the message as 320 processing its upcall with the data buffer replaced with the reply 328 Now P awakes and continues processing upcall. There are some 334 with its processing. 351 processing. The VFS routine will now continue. (-- If a VFS request
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | Kconfig | 16 Enable support for digital audio processing capability.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 145 (2) The submitting thread must then submit the operation for processing using 176 When it has finished doing its processing, it should call 181 enqueued for further immediate asynchronous processing by adjusting the
|
D | object.txt | 120 When a state has finished processing, it will usually set the mask of events in 123 is not masked, the object will be queued for processing (by calling 200 At the completion of creation, FS-Cache will start processing write 301 This is signalled when an I/O error occurs during the processing of some
|
D | backend-api.txt | 173 an operation needs more processing time, it should be enqueued again. 436 the appropriate processing routine, and fscache_enqueue_retrieval() should 711 (*) Enqueue a retrieval record for processing. 715 This enqueues a retrieval record for processing by the FS-Cache thread
|
D | fscache.txt | 275 pgs=N Number of pages given store req processing time 284 enq=N Number of times async ops queued for processing
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 5 network-oriented packet processing applications. After the fsl-mc
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_io.c | 119 INIT_LIST_HEAD(&pio_queue->processing); in r8712_alloc_io_queue()
|
D | rtl871x_io.h | 229 struct list_head processing; member
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 102 perform additional proprietary processing necessary to auto activate the 107 can check the tag type and either do proprietary processing, or return 1 to ask 108 for standard processing. The data exchange command itself must be sent 116 can handle the event or return 1 to let HCI attempt standard processing. 233 waiting command execution. Response processing involves invoking the completion
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | Kconfig | 39 processing time in parts of the driver.
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 153 bne data @ no - go to data processing 159 str r8, [r9, #BUF_STATE] @ enter data processing state
|
/linux-4.4.14/fs/btrfs/ |
D | delayed-ref.h | 139 unsigned int processing:1; member
|
D | delayed-ref.c | 361 while (head->processing) { in btrfs_select_ref_head() 377 head->processing = 1; in btrfs_select_ref_head() 593 head_ref->processing = 0; in add_delayed_ref_head()
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 28 # exception processing. We have three different tables for the three 36 # exception processing. The prologue then jumps to the handler in this
|
/linux-4.4.14/net/xfrm/ |
D | Kconfig | 50 at packet processing for developer.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-xen-backend | 47 busy processing previous requests.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 5 key scans from the EC. These are then converted into keycodes for processing
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 20 - ti,hwmods : For TI hwmods processing and omap device creation
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | NOTES | 5 video decoder and does high quality video processing, including scaling.
|
/linux-4.4.14/net/openvswitch/ |
D | Kconfig | 26 translate it into packet processing rules.
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvcvideo.h | 286 } processing; member 389 struct uvc_entity *processing; /* Processing unit */ member
|
D | uvc_driver.c | 1152 unit->processing.wMaxMultiplier = in uvc_parse_standard_control() 1154 unit->processing.bControlSize = buffer[7]; in uvc_parse_standard_control() 1155 unit->processing.bmControls = (__u8 *)unit + sizeof *unit; in uvc_parse_standard_control() 1156 memcpy(unit->processing.bmControls, &buffer[8], n); in uvc_parse_standard_control() 1158 unit->processing.bmVideoStandards = buffer[9+n]; in uvc_parse_standard_control() 1306 if (chain->processing != NULL) { in uvc_scan_chain_entity() 1312 chain->processing = entity; in uvc_scan_chain_entity()
|
D | uvc_ctrl.c | 2065 controls = entity->processing.bmControls; in uvc_ctrl_prune_entity() 2066 size = entity->processing.bControlSize; in uvc_ctrl_prune_entity() 2151 bmControls = entity->processing.bmControls; in uvc_ctrl_init_device() 2152 bControlSize = entity->processing.bControlSize; in uvc_ctrl_init_device()
|
/linux-4.4.14/kernel/ |
D | Kconfig.preempt | 16 raw processing power of the kernel, irrespective of scheduling
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | emev2-clock.txt | 27 Clock gating node shown as "Clock stop processing block" in the
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpuacct.txt | 49 due to the batch processing nature of percpu_counter.
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 25 activate_slack number of fingers to ignore before processing events 73 processing and should be handled in tandem with tacking.
|
D | joystick-api.txt | 162 delay the processing till later.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 26 additional processing time in order to accept new transactions. If the delay
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | mv_u3d.h | 298 u32 processing; /* there is ep request member
|
D | mv_u3d_core.c | 488 if (!list_empty(&ep->req_list) && !ep->processing) in mv_u3d_start_queue() 493 ep->processing = 1; in mv_u3d_start_queue() 509 ep->processing = 0; in mv_u3d_start_queue() 513 ep->processing = 0; in mv_u3d_start_queue() 921 ep->processing = 0; in mv_u3d_ep_dequeue() 1660 curr_ep->processing = 0; in mv_u3d_irq_process_tr_complete()
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 311 then the caller will be processing stale data in any case. If it 312 is really OK to be processing stale data, then you don't need a 313 "deleted" flag. If processing stale data really is a problem,
|
D | UP.txt | 19 is referencing element B when it is interrupted by softirq processing,
|
D | rcubarrier.txt | 67 in order to allow other processing to proceed. Such deferral is required
|
D | trace.txt | 136 grace-period processing that they are in (new, waiting for 319 no longer happen due to grace-period processing being pushed
|
D | RTFP.txt | 65 parallel programmers to defer processing when feasible to simplify 1263 processing for crude-but-workable realtime RCU. The downside 2086 ,Title="[{RFC}][{PATCH}] rcu classic: new algorithm for callbacks-processing" 2144 and NMI processing for hierarchical RCU's dynticks interface. 2620 …h international conference on Algorithms and architectures for parallel processing - Volume Part I}
|
D | stallwarn.txt | 144 "D" indicates that dyntick-idle processing is enabled ("." is printed
|
/linux-4.4.14/drivers/net/fddi/ |
D | Kconfig | 38 Enabling this gives an improvement in processing time in parts
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 25 for kernel interrupt processing without having to increase the size 28 The interrupt stack is also used when processing a softirq.
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 150 even if there were errors, only length mismatch interrupts message processing. 167 and next w1_netlink_msg header processing started.
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 238 bool "Symmetric multi-processing support" 256 bool "Use separate kernel stacks when processing interrupts"
|
/linux-4.4.14/drivers/media/platform/ |
D | Kconfig | 226 tristate "SuperH VEU mem2mem video processing driver" 252 This is a V4L2 driver for the Renesas VSP1 video processing engine.
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | README | 51 processing access point side of association.
|
/linux-4.4.14/firmware/ |
D | whiteheat_loader.HEX | 298 * Fixed my intel hex processing tool, so now the firmware actually
|
D | whiteheat_loader_debug.HEX | 387 * Fixed my intel hex processing tool, so now the firmware actually
|
D | whiteheat.HEX | 1081 * Fixed my intel hex processing tool, so now the firmware actually
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 42 bool "Use separate kernel stacks when processing interrupts"
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 8 The miXart8 is a multichannel audio processing and mixing soundcard
|
D | timestamping.txt | 75 removes the need to keep track of internal DSP processing times and 107 codec includes variable-latency DSP processing or a chain of
|
D | compress_offload.txt | 17 processing. Support for such hardware has not been very good in Linux, 62 user-space for additional processing. This API focuses instead on
|
D | Audigy-mixer.txt | 8 various ways of sample processing, which is described here.
|
D | SB-Live-mixer.txt | 7 various ways of sample processing, which is described here.
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 73 * The DPT card optimizes the order of processing commands. Consequently,
|
D | ChangeLog.megaraid_sas | 386 to prevent IO completion processing from being delayed 520 …(hw_crit_error=1). If hw_crit_error==1, now we donot accept any processing of pending cmds/accept …
|
D | ChangeLog.lpfc | 145 sli layer now frees the response iocbs after processing it. 227 * Implemented fast IOCB processing for FCP ring. 573 * Backround nodev_timeout processing to DPC This enables us to 849 * Updates to discovery processing. 1245 * Move discovery processing from tasklet to a kernel thread.
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 12 dma_unmap_sg are processing. Using non-blocking MMC requests makes it
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 48 can be removed from the timer wheel before any further processing of 54 evil to guarantee the processing of actual timeout completions
|
D | highres.txt | 39 - independent of ticks (the processing is based on nanoseconds)
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 83 one for multimedia processing (named multimedia-memory@77000000, 64MiB).
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 32 spend more processing time polling.
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 188 options exist as well. By post-processing the output, further information can 189 be gathered on-line as appropriate. Examples of post-processing might include
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bugfix.S | 253 | processing the original exception. If the result is also 375 | processing the original exception. If the result is also
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 24 packet processing. DPAA2 consists of sophisticated mechanisms for 25 processing Ethernet packets, queue management, buffer management,
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 340 - CPU fallback processing in a pipeline and 343 1. CPU fallback processing in a pipeline 345 In many processing pipelines it is sometimes required that the cpu can access 370 up with outstanding asynchronous processing on the device or allocating
|
D | memory-hotplug.txt | 432 NOTIFY_DONE and NOTIFY_OK have no effect on the further processing. 436 further processing of the notification queue. 438 NOTIFY_STOP stops further processing of the notification queue.
|
D | workqueue.txt | 125 maintaining just enough concurrency to prevent work processing from 266 Ignoring all other tasks, works and processing overhead, and assuming
|
D | cachetlb.txt | 88 This is used primarily during fault processing. 203 This is used primarily during fault processing.
|
D | assoc_array.txt | 541 (4) Insertion replacing nodes that we're actively processing. This isn't a 550 (5) Insertion replacing nodes that we're processing a dependent branch of.
|
D | module-signing.txt | 249 exactly as for unsigned modules as no processing is done in userspace. The
|
D | crc32.txt | 106 bulk of a message byte-at-a-time and adding bit-at-a-time processing
|
D | dynamic-debug-howto.txt | 335 // see whats going on in dyndbg=value processing
|
D | unshare.txt | 78 Consider a client/server application where the server is processing
|
D | oops-tracing.txt | 146 substantial support incorporated into klogd for processing protection
|
D | media-framework.txt | 27 in a System-on-Chip image processing pipeline), DMA channels or physical
|
D | kernel-per-CPU-kthreads.txt | 147 2. Enable RCU to do its processing remotely via dyntick-idle by
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 20 API-scsi-block-when-processing-errors
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 423 struct list_head processing; member
|
D | dev.c | 1315 list_move_tail(&req->list, &fpq->processing); in fuse_dev_do_read() 1829 list_for_each_entry(req, &fpq->processing, list) { in request_find() 2155 list_splice_init(&fpq->processing, &to_end2); in fuse_abort_conn() 2195 end_requests(fc, &fpq->processing); in fuse_dev_release()
|
D | inode.c | 584 INIT_LIST_HEAD(&fpq->processing); in fuse_pqueue_init()
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel 118 errors. When processing an unmaskable interrupt we sometimes need
|
/linux-4.4.14/Documentation/block/ |
D | queue-sysfs.txt | 132 processing setting this option to '2' forces the completion to run on the
|
D | biovecs.txt | 49 * Before, iterating over bios was very awkward when you weren't processing
|
D | biodoc.txt | 91 processing with the ability to tune the logic to an appropriate extent 104 generic processing an overhead, while for less capable devices the 349 or perform other preparatory processing for the request. This is routine is 879 of its request processing, since that would make it hard for the higher layer
|
D | cfq-iosched.txt | 142 processing of request. Therefore, increasing the value can improve the
|
/linux-4.4.14/arch/avr32/ |
D | Kconfig | 133 video decoder the board is ready for video processing.
|
/linux-4.4.14/Documentation/video4linux/ |
D | si470x.txt | 65 For processing RDS information, there is a project ongoing at:
|
D | fimc.txt | 25 - memory-to-memory processing (color space conversion, scaling, mirror
|
D | soc-camera.txt | 143 fields change elsewhere, e.g. during .s_crop() processing, the host driver is
|
D | uvcvideo.txt | 211 processing. Applications are responsible for data buffer formatting,
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 69 databus with minimal additional processing and then extract 295 frame here and there - I assume due to processing capability -
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-lv4t.S | 33 add pc, pc, r7, lsr #22 @ Now branch to the relevant processing routine
|
/linux-4.4.14/Documentation/vm/ |
D | ksm.txt | 48 of processing power: some installations will disable KSM for that reason.
|
D | unevictable-lru.txt | 500 munmap() or via an internal unmap from exit() or exec() processing, we must 503 way, so unmapping them required no processing. 564 processing. Again, these functions walk the respective reverse maps looking
|
D | slub.txt | 308 and generates 3 png files (and 3 pre-processing cache files) per STATS
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 101 processing. The number of bytes is guaranteed not 107 processing. Returns the number of bytes processed.
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 298 Drivers should not restart normal I/O processing operations 301 and let the driver restart normal I/O processing. 403 with temporarily disabling that IRQ number during error processing (this
|
D | pci.txt | 52 Enable DMA/processing engines 248 Enable DMA/processing engines.
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 188 Tag classes consist of tag types that have common processing requirements 281 Routers work most efficiently when processing fixed length fields. To 553 This section describes the processing requirements for incoming and 607 processing rules).
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | user-guide.txt | 125 power-saving or more instantly available processing power.
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 146 actual processing of the message should be signaled with an 189 The Data and Data64 parameters are not used for processing. The Data64
|
D | README.concap | 219 when processing the protocol. This has of course some impact on
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 128 processing of a command. 171 hdr.uflags, update cmd_tail, and proceed with processing additional
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 12 so that processing can be applied to paged skb's without the need
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 755 processessing||processing 759 processsing||processing
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 324 // queue incoming fifo command for later processing 337 // enqueue a context switch for later processing
|
D | gpc.fuc | 343 // queue incoming fifo command for later processing
|
/linux-4.4.14/arch/metag/ |
D | Kconfig | 111 bool "Symmetric multi-processing support"
|
/linux-4.4.14/arch/s390/kernel/ |
D | head.S | 51 .long 0x02000410,0x60000050 # Initial processing starts
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 149 metrics_cpu_kcycles_used 32-bit count of CPU cycles used in processing the
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 154 or monitor temperature and voltage levels during industrial processing. 417 After any detected error, the chip is deselected and processing 521 ** is actively processing transfers for another device.
|
/linux-4.4.14/net/wireless/ |
D | reg.c | 2718 bool processing; in regulatory_hint_found_beacon() local 2727 processing = pending_reg_beacon(beacon_chan); in regulatory_hint_found_beacon() 2730 if (processing) in regulatory_hint_found_beacon()
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-avx2-x86_64.S | 91 # This four-block variant uses loop unrolled block processing. It
|
D | poly1305-sse2-x86_64.S | 310 # unrolled block processing. This is more straight forward and does
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig | 277 bool "Symmetric multi-processing support"
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 154 processing new netlink attributes. But if the new fields expand the existing
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 830 6) Finally, the architecture-specific part does any required post processing 1028 It is common to locate any additional processing in a boot/ 1243 minimal pre-processing before they are ready for user-space. 1244 The pre-processing does: 1391 GNU Make supports elementary list-processing functions. The kernel
|
/linux-4.4.14/Documentation/i2c/ |
D | dev-interface | 213 up the call chain, with almost no processing done, except by i2c-dev to
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 253 (11) The interrupt handler would take the path of actually processing the
|
D | mmu-layout.txt | 141 or processing power.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 117 reschedule the request for processing.
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 358 bool "Symmetric multi-processing support"
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig | 180 bool "Symmetric multi-processing support"
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 98 a case where clients timeout due to server-reported processing 121 in processing in seconds. Normally a server-side parameter, it
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 236 network protocol processing, which in turn reduces interrupts.
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 180 If set to 0, RX packet timestamps can be sampled after RPS processing, when
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 374 Cleanup response processing so cifsd can not loop when abnormally 393 Reduce the number of large buffer allocations in cifs response processing 678 Fix to list processing in reopen_files. Fix reconnection when server hung 690 list processing in file routines. Check return code on kmalloc in open.
|
/linux-4.4.14/net/ |
D | Kconfig | 293 The network stack has to drop packets when a receive processing CPU's
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 554 So only enable the uboot arg checking/processing if users are sure
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 172 bool "Enable Symmetric multi-processing support"
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 160 bool "Symmetric multi-processing support"
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 140 error. If it is not, processing continues as normal. The grand
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 50 SB=32). These devices require more time to "recover" from processing
|
/linux-4.4.14/arch/ |
D | Kconfig | 500 processing.
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 310 bool "Symmetric multi-processing support"
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 311 * Set it to zero before processing the SCB. 1184 * for this command and setting ATN while we are still processing 2163 * context, we must defer NONPACKREQ processing until all data 2176 * processing, cannot be set until the handler is finished.
|