/linux-4.1.27/arch/powerpc/sysdev/qe_lib/ |
D | ucc.c | 61 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type() 63 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type() 65 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type() 67 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type() 69 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type() 71 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type() 73 case 6: guemr = &qe_immr->ucc7.slow.guemr; in ucc_set_type() 75 case 7: guemr = &qe_immr->ucc8.slow.guemr; in ucc_set_type()
|
D | Kconfig | 9 This option provides qe_lib support to UCC slow
|
/linux-4.1.27/drivers/leds/ |
D | leds-ns2.c | 73 unsigned slow; member 89 slow_level = gpio_get_value(led_dat->slow); in ns2_led_get_mode() 117 gpio_set_value(led_dat->slow, in ns2_led_set_mode() 211 ret = devm_gpio_request_one(&pdev->dev, template->slow, in create_ns2_led() 212 gpio_get_value(template->slow) ? in create_ns2_led() 230 led_dat->slow = template->slow; in create_ns2_led() 286 leds[i].slow = ret; in ns2_leds_get_of_pdata()
|
/linux-4.1.27/drivers/net/wan/ |
D | sealevel.c | 210 int txdma, int rxdma, int slow) in slvl_init() argument 248 if (slow) in slvl_init() 365 static bool slow=false; variable 375 module_param(slow, bool, 0); 376 MODULE_PARM_DESC(slow, "Set this for an older Sealevel card such as the 4012"); 386 slvl_unit = slvl_init(io, irq, txdma, rxdma, slow); in slvl_init_module()
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig.debug | 43 bool "Turn on compare-and-exchange bug checking (slow!)" 47 compare-and-exchange instructions. This is slow! Itaniums 52 bool "Turn on irq debug checks (slow!)" 57 problems, but slow! If you're unsure, select N.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 11 This node contains the slow clock definitions. 13 "atmel,at91sam9x5-clk-slow-osc": 14 at91 slow oscillator 16 "atmel,at91sam9x5-clk-slow-rc-osc": 17 at91 internal slow RC oscillator 28 "atmel,at91sam9x5-clk-slow" (under sckc node) 30 "atmel,at91sam9260-clk-slow" (under pmc node): 31 at91 slow clk 93 /* put at91 slow clocks here */ 97 Required properties for internal slow RC oscillator: [all …]
|
D | ste-u300-syscon-clock.txt | 9 0 = slow clock
|
D | st,nomadik.txt | 15 i.e. the driver output for the slow 32kHz chrystal, if the
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-ns2.txt | 10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. 23 slow-gpio = <&gpio0 29 0>;
|
/linux-4.1.27/fs/ |
D | nsfs.c | 65 goto slow; in ns_get_path() 68 goto slow; in ns_get_path() 75 slow: in ns_get_path()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_init.c | 59 struct sas_task_slow *slow = kmalloc(sizeof(*slow), flags); in sas_alloc_slow_task() local 61 if (!task || !slow) { in sas_alloc_slow_task() 64 kfree(slow); in sas_alloc_slow_task() 68 task->slow_task = slow; in sas_alloc_slow_task() 69 init_timer(&slow->timer); in sas_alloc_slow_task() 70 init_completion(&slow->completion); in sas_alloc_slow_task()
|
D | sas_scsi_host.c | 931 struct sas_task_slow *slow = task->slow_task; in sas_task_abort() local 933 if (!slow) in sas_task_abort() 935 if (!del_timer(&slow->timer)) in sas_task_abort() 937 slow->timer.function(slow->timer.data); in sas_task_abort()
|
/linux-4.1.27/arch/sh/mm/ |
D | gup.c | 241 goto slow; in get_user_pages_fast() 243 goto slow; in get_user_pages_fast() 253 slow: in get_user_pages_fast()
|
/linux-4.1.27/arch/arc/lib/ |
D | memcmp.S | 56 ; slow track insn 71 ; slow track insn 84 ; slow track insn
|
/linux-4.1.27/arch/sparc/mm/ |
D | gup.c | 232 goto slow; in get_user_pages_fast() 234 goto slow; in get_user_pages_fast() 245 slow: in get_user_pages_fast()
|
/linux-4.1.27/include/linux/platform_data/ |
D | leds-kirkwood-ns2.h | 16 unsigned slow; member
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 329 bool interruptible, bool slow) in modeset_lock() argument 340 } else if (interruptible && slow) { in modeset_lock() 344 } else if (slow) { in modeset_lock()
|
/linux-4.1.27/arch/mips/mm/ |
D | gup.c | 288 goto slow; in get_user_pages_fast() 290 goto slow; in get_user_pages_fast() 296 slow: in get_user_pages_fast()
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 372 goto slow; in get_user_pages_fast() 374 goto slow; in get_user_pages_fast() 384 slow: in get_user_pages_fast()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument 119 slow; \ 132 slow; \
|
/linux-4.1.27/drivers/clk/at91/ |
D | Makefile | 6 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-ns2.dts | 28 slow-gpio = <&gpio0 29 0>;
|
D | kirkwood-is2.dts | 28 slow-gpio = <&gpio0 29 0>;
|
D | kirkwood-ns2max.dts | 47 slow-gpio = <&gpio0 29 0>;
|
D | kirkwood-ns2mini.dts | 48 slow-gpio = <&gpio0 29 0>;
|
D | kirkwood-d2net.dts | 29 slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
D | at91sam9n12.dtsi | 398 compatible = "atmel,at91sam9x5-clk-slow-osc"; 404 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 411 compatible = "atmel,at91sam9x5-clk-slow";
|
D | at91sam9rl.dtsi | 1047 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1054 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1062 compatible = "atmel,at91sam9x5-clk-slow";
|
D | at91sam9x5.dtsi | 398 compatible = "atmel,at91sam9x5-clk-slow-osc"; 404 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 411 compatible = "atmel,at91sam9x5-clk-slow";
|
D | at91sam9g45.dtsi | 1217 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1224 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1232 compatible = "atmel,at91sam9x5-clk-slow";
|
D | sama5d3.dtsi | 1293 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1301 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1308 compatible = "atmel,at91sam9x5-clk-slow";
|
D | sama5d4.dtsi | 1192 compatible = "atmel,at91sam9x5-clk-slow-rc-osc"; 1200 compatible = "atmel,at91sam9x5-clk-slow-osc"; 1207 compatible = "atmel,at91sam9x5-clk-slow";
|
D | at91sam9260.dtsi | 132 compatible = "atmel,at91sam9260-clk-slow";
|
/linux-4.1.27/arch/mips/include/asm/ |
D | io.h | 381 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 398 slow; \ 411 slow; \
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 165 slow; \ 175 slow; \
|
/linux-4.1.27/Documentation/networking/ |
D | tcp.txt | 17 snd_ssthresh Slow start threshold. We are in slow start if 19 snd_cwnd_cnt A counter used to slow down the rate of increase 20 once we exceed slow start threshold.
|
D | proc_net_tcp.txt | 28 | | | | | | | | | |--> slow start size threshold,
|
D | de4x5.txt | 112 longword aligned data copies (which makes them really slow). No comment. 131 interrupt if it is bounced from the slow interrupt. THIS IS NOT A
|
D | ray_cs.txt | 69 1 = slow down inter frame timing to allow
|
D | ltpc.txt | 116 Polled mode is *really* slow sometimes, but this seems to depend on
|
D | README.sb1000 | 183 Solution -- You may need to add a short delay in the driver to 'slow down' the
|
D | z8530drv.txt | 593 slow squelch.
|
D | cs89x0.txt | 313 corruption you should use your PC's BIOS to slow the EISA bus clock.
|
D | bonding.txt | 465 slow or 0 471 The default is slow. 1952 miimon is very slow in detecting link failures, try specifying 2243 higher rate than a "many slow to one fast" configuration.
|
D | filter.txt | 652 register in and out of the function, which is complex, bug prone and slow.
|
D | ip-sysctl.txt | 181 If listening service is too slow to accept new connections,
|
/linux-4.1.27/drivers/s390/cio/ |
D | css.c | 386 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel() argument 390 if (!slow) { in css_evaluate_new_subchannel() 408 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel() argument 414 ret = sch->driver->sch_event(sch, slow); in css_evaluate_known_subchannel() 427 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel() argument 434 ret = css_evaluate_known_subchannel(sch, slow); in css_evaluate_subchannel() 437 ret = css_evaluate_new_subchannel(schid, slow); in css_evaluate_subchannel()
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig.debug | 15 This option will slow down process creation somewhat.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | eeprom.txt | 18 '1' is used which will be very slow.
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | atmel,at91sam9-rtc.txt | 7 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-ismt | 15 and never needs to be changed. However, some SMBus analyzers are too slow for
|
D | i2c-taos-evm | 44 module. The communication is rather slow, because the serial port has
|
/linux-4.1.27/drivers/w1/ |
D | Kconfig | 5 Dallas' 1-wire bus is useful to connect slow 1-pin devices
|
/linux-4.1.27/drivers/atm/ |
D | eni.h | 98 struct atm_vcc *slow,*last_slow; member
|
D | eni.c | 337 ENI_DEV(dev)->slow = NULL; in rx_ident_err() 669 while ((curr = eni_dev->slow)) { in poll_rx() 672 eni_dev->slow = ENI_VCC(curr)->next; in poll_rx() 713 if (eni_dev->slow) in get_service() 715 else eni_dev->slow = vcc; in get_service() 917 eni_dev->slow = eni_dev->last_slow = NULL; in start_rx()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 94 movhu d2,(a2) # request a slow interrupt 159 movhu d2,(a2) # request a slow interrupt
|
/linux-4.1.27/Documentation/fb/ |
D | gxfb.txt | 49 switch is slow, but harmless.
|
D | lxfb.txt | 49 switch is slow, but harmless.
|
D | tgafb.txt | 59 quite slow. Support for acceleration is being progressively integrated in
|
D | sh7760fb.txt | 21 b) during PCMCIA (or any other slow bus) activity.
|
D | vesafb.txt | 140 is the safe (and slow) default.
|
/linux-4.1.27/include/uapi/linux/ |
D | usbdevice_fs.h | 75 unsigned char slow; member
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | bq2415x.txt | 21 The chip will use slow precharge if battery voltage
|
/linux-4.1.27/net/core/ |
D | datagram.c | 287 bool slow; in skb_free_datagram_locked() local 294 slow = lock_sock_fast(sk); in skb_free_datagram_locked() 297 unlock_sock_fast(sk, slow); in skb_free_datagram_locked()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | Kconfig | 54 may potentially slow down driver operation.
|
/linux-4.1.27/drivers/vhost/ |
D | vringh.c | 268 bool slow = false; in __vringh_iov() local 288 if (unlikely(slow)) in __vringh_iov() 308 slow = true; in __vringh_iov() 382 slow = false; in __vringh_iov()
|
/linux-4.1.27/arch/sh/lib/ |
D | memset-sh4.S | 38 cmp/gt r6,r0 ! (MT) 64 > len => slow loop
|
D | checksum.S | 225 bf 3f ! Different alignments, use slow version 227 bf 3f ! If not, do it the slow way
|
/linux-4.1.27/Documentation/i2c/ |
D | summary | 5 slow two-wire protocol (variable speed, up to 400 kHz), with a high speed
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 29 Promotion - Migration from slow device to fast device. 30 Demotion - Migration from fast device to slow device. 45 1. An origin device - the big, slow one. 183 origin dev : slow device holding original data blocks
|
/linux-4.1.27/net/can/ |
D | Kconfig | 9 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-annotate.txt | 56 Print matching source lines (may be slow).
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 59 n nX fast, 1/nX slow 65 '0' slow
|
D | fw-memory.txt | 55 0x1c - always 0x20 or 32, smaller values slow down DMA transactions
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 109 (3) The operation may be slow asynchronous (FSCACHE_OP_SLOW), in which case it 110 will be given to the slow work facility to process. Such an operation is
|
D | object.txt | 131 the slow work facility. This was used in preference to the workqueue facility
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 39 slow (think about the floating point emulator) and
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 567 we go about the slow path (rt_mutex_slowlock). 569 The slow path function is where the task's waiter structure is created on 575 The wait_lock of the mutex is taken since the slow path of unlocking the 583 slow path. The first thing that is done here is an atomic setting of 590 slow unlock path, and it would then need to grab the wait_lock, which this 671 Since the wait_lock was taken at the entry of the slow lock, we can safely 721 take the slow path when unlocking the mutex. If the mutex doesn't have any 726 the slow unlock path is taken. 728 The first thing done in the slow unlock path is to take the wait_lock of the 735 in the slow path too. If a waiter of a mutex woke up because of a signal
|
D | spinlocks.txt | 93 but partly _because_ they are safe they are also fairly slow. They are slower
|
D | lockdep-design.txt | 212 render the system practically unusably slow. The complexity of checking
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 65 sharing a (fast) ATA-2 disk with any (slow) new ATAPI device.
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 21 thus slow down the kernel code (but user code is unaffected).
|
D | Kconfig | 158 Calculate checksum one bit at a time. This is VERY slow, but has
|
D | Kconfig.debug | 544 This option will slow down process creation somewhat. 1281 int "How much to slow down RCU grace-period initialization"
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Kconfig | 98 Please note that PIO transfers are slow (compared to DMA).
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 1206 bool slow = lock_sock_fast(sk); in first_packet_length() local 1210 unlock_sock_fast(sk, slow); in first_packet_length() 1267 bool slow; in udp_recvmsg() local 1344 slow = lock_sock_fast(sk); in udp_recvmsg() 1349 unlock_sock_fast(sk, slow); in udp_recvmsg() 2023 bool slow = lock_sock_fast(sk); in udp_destroy_sock() local 2025 unlock_sock_fast(sk, slow); in udp_destroy_sock()
|
D | tcp.c | 552 bool slow; in tcp_ioctl() local 559 slow = lock_sock_fast(sk); in tcp_ioctl() 574 unlock_sock_fast(sk, slow); in tcp_ioctl()
|
D | Kconfig | 495 congestion window and slow start threshold after a congestion 497 slow start threshold and a congestion window which takes into
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | xlnx,zynq-pinctrl.txt | 43 Valid arguments for 'slew-rate' are '0' and '1' to select between slow and fast
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 17 Userspace communicates with the kernel for slow path, resource
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 75 If running in painfully slow environments, such as an RTL
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-memcpy.S | 38 bne $1, $misaligned # U : Nope - gotta do this the slow way
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 110 If your CPUs are really slow or you feel the system is slowed down,
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 35 is being slow and which device drivers are misbehaving.
|
D | charger-manager.txt | 35 consumption and slow down charging process. Or even, such peak power
|
D | swsusp.txt | 213 but it may be unnecessarily slow. If you want your driver to stay simple, 428 slow, take a look at suspend.sf.net -- userland suspend is faster and
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 34 Placing the scrollback buffer in System RAM will slightly slow
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83793 | 77 slow down all controlled fans, this means one fan can receive different
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 181 0b004 - slow 6mA 183 0b006 - slow 10mA
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 59 the cam is a bit slow or momentarily busy. However, on slow machines it
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 221 devices attached to slow lines (like telephone, isdn, leased synchronous 222 lines). For such slow lines, the overhead is probably negligible.
|
D | README.gigaset | 305 You have a slow provider and isdn4linux gives up dialing too early.
|
/linux-4.1.27/Documentation/filesystems/ |
D | hpfs.txt | 167 it will be slow). 228 Alloc is not so slow when filesystem becomes full 291 2.08 Creating new files is not so slow on large disks
|
D | fuse.txt | 277 i) It can slow down or indefinitely delay the execution of a
|
D | xfs-self-describing-metadata.txt | 30 Most of the analysis work is slow and tedious, so as the amount of analysis goes
|
D | proc.txt | 207 It's slow but very precise. 1056 slow 0 0 1 rw
|
D | xfs-delayed-logging-design.txt | 613 there was only one CPU using it, but it does not slow down either.
|
/linux-4.1.27/arch/cris/arch-v32/mm/ |
D | mmu.S | 170 ;; Keep it simple (slow), save all the regs.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 74 is quite slow.
|
/linux-4.1.27/drivers/i2c/ |
D | Kconfig | 11 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
|
/linux-4.1.27/Documentation/ |
D | rtc.txt | 47 However it can also be used to generate signals from a slow 2Hz to a 83 an evil user generating lots of IRQs on a slow 386sx-16, where it might have
|
D | bcache.txt | 1 Say you've got a big slow raid 6, and an X-25E or three. Wouldn't it be 165 you want to avoid being bottlenecked by the SSD and having it slow everything 419 slow).
|
D | volatile-considered-harmful.txt | 23 code, volatile can only serve to slow things down.
|
D | debugging-via-ohci1394.txt | 38 available (notebooks) or too slow for extensive debug information (like ACPI).
|
D | circular-buffers.txt | 69 circular buffer would normally be a slow operation, requiring the use of a
|
D | email-clients.txt | 202 - Is slow on large folders.
|
D | stable_api_nonsense.txt | 96 stopping to slow down. As such, the kernel developers find bugs in
|
D | pinctrl.txt | 1236 slow operations take place within this API. 1244 specific state for a client device. This operation may be slow, too. 1250 registers on a slow/IRQ-based bus, so client devices should not assume they
|
D | cpu-hotplug.txt | 389 work_on_cpu() is slow, and can fail due to out of memory:
|
D | initrd.txt | 127 - a floppy disk (works everywhere but it's painfully slow)
|
D | 00-INDEX | 93 - Block-layer cache on fast SSDs to improve slow (raid) I/O performance.
|
D | atomic_ops.txt | 419 extremely slow on an old 386.
|
D | kmemcheck.txt | 36 Enabling kmemcheck on a kernel will probably slow it down to the extent that
|
D | CodingStyle | 588 outside the kernel garbage collection is slow and inefficient), which
|
D | memory-barriers.txt | 2272 Consider, for example, the R/W semaphore slow path. Here a waiting process is
|
D | devices.txt | 1153 remote pda's (basically slow handheld machines with
|
D | kernel-parameters.txt | 3714 platforms where RDTSC is slow and this accounting
|
/linux-4.1.27/net/ipv6/ |
D | udp.c | 403 bool slow; in udpv6_recvmsg() local 512 slow = lock_sock_fast(sk); in udpv6_recvmsg() 526 unlock_sock_fast(sk, slow); in udpv6_recvmsg()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | immap_qe.h | 295 struct ucc_slow slow; member
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 40 cycle from a slow device.
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 21 it can make the floppy very slow or practically stop. Other Q40 OS' simply
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3174 unsigned int width, density, slow, attempts; in mc7_init() local 3182 slow = val & F_SLOW; in mc7_init() 3190 if (!slow) { in mc7_init() 3212 if (!slow) in mc7_init() 3217 val = slow ? 3 : 6; in mc7_init() 3224 if (!slow) { in mc7_init()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 133 slow; the idle timeout is 60 minutes. Unless the NFS workload
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 190 Enabling this option will probably slow down your kernel.
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 182 (6) are allocated for tape drives because tape drives are slow and
|
D | floppy.txt | 201 floppy=slow
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 405 | then just do a dumb (and slow) memory move. In a UNIX environment
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 94 allocated using the slow path because of a refill or 276 using the slow path (i.e. to a full or partial slab). It can
|
D | sysfs-power | 65 is being slow and which device drivers are misbehaving.
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 51 allow optional logging of slow responses to dmesg (depending on the
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 117 of tables and appears to be slow. 144 it was excessively slow, the author had attempted to clarify the code
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 169 Because accesses to the PSR is so slow, and to disable interrupts we have
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 361 Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 98 such drivers that need slow bus traffic to read out IRQ status and similar,
|
/linux-4.1.27/include/net/ |
D | sock.h | 1518 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() argument 1520 if (slow) in unlock_sock_fast()
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 12 can be used on USB 1.1 systems, but they slow down to USB 1.1 speeds.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 398 For the large memory guests, walking and zapping all pages is really slow 434 fault through the slow path.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 66 parameter to allow user to disable sending the (slow) SMB flush on 142 mounted to Windows servers. Fix slow file open when cifsacl 273 Fix slow oplock break when mounted to different servers at the same time and 603 slow delete of open file to Samba (which unfortunately can cause an oplock
|
D | README | 305 option could be useful to improve performance on a slow link, 519 very slow, and some servers may be reliable enough (to risk 664 log slow responses (ie which take longer than 1 second)
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 148 Especially if your reference clock is something really slow like the display
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 218 seems stable and not outragously slow. Existing features are more-or-less
|
/linux-4.1.27/Documentation/vm/ |
D | cleancache.txt | 205 single-core systems with slow memory-copy speeds, cleancache
|
/linux-4.1.27/arch/ |
D | Kconfig | 420 the slow path using TIF_NOHZ flag. Exceptions handlers must be
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 365 in between, which will slow down the global transfer rate.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 327 have too slow of a CPU and may have to use the options to
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 365 On a faster hardware CFQ can be slow, especially with sequential workload.
|
D | unified-hierarchy.txt | 259 notification delivery. It's extremely heavy, slow and cumbersome to
|
/linux-4.1.27/Documentation/input/ |
D | elantech.txt | 234 smart edge cursor speed (0x02 = slow, 0x03 = medium, 0x04 = fast)
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 600 The test runs for 10 seconds. This will slow your boot time
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 234 making it unusually slow for SPI. If your platform can inline
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 334 CDR-7730 CDROM. If you experience data corruption, using "hdx=slow"
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 476 - Use FAST-5 instead of SLOW for slow scsi devices according to
|
D | ChangeLog.megaraid_sas | 294 2. Add the fix of the driver MSM AEN CMD cause the system slow.
|
D | ChangeLog.lpfc | 121 function into two routines to match the fast and slow completion 237 * ELS ring (any slow ring) moved from the lpfc_sli_inter() into a 239 Attention, as well as slow rings' attention is passed to the
|
D | sym53c8xx_2.txt | 410 May slow down performance a little.
|
D | ncr53c8xx.txt | 567 May slow down performance a little. This option is required by
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 124 slow execution dramatically. Inline functions, as a rule, should be quite
|
D | 2.Process | 62 As fixes make their way into the mainline, the patch rate will slow over
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 2444 static int write_mode_page(struct scsi_tape *STp, int page, int slow) in write_mode_page() argument 2463 timeout = slow ? in write_mode_page()
|
D | Kconfig | 932 bool "ppa/imm option - Use slow (but safe) EPP-16" 947 bool "ppa/imm option - Assume slow parport control register"
|
/linux-4.1.27/drivers/usb/core/ |
D | devio.c | 1207 .slow = ps->dev->speed == USB_SPEED_LOW in proc_connectinfo()
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 341 Linux. This may slow disk throughput by a few percent, but at least
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 1099 capabilities will slow down the video loop considerably as a lot of checks have
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1216 will try to place it in a safe level if it is too slow or disabled.
|
/linux-4.1.27/init/ |
D | Kconfig | 178 and LZO. Compression is slow.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1618 SRCU's grace periods are too slow for Jens, even after a
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1422 for sharing between several slow devices or burst mode and monopolize the
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11354 # because it will be VERY slow. #
|