Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 200 of 489) sorted by relevance

123

/linux-4.1.27/fs/btrfs/
Dasync-thread.c53 struct __btrfs_workqueue *normal; member
144 ret->normal = __btrfs_alloc_workqueue(name, flags & ~WQ_HIGHPRI, in btrfs_alloc_workqueue()
146 if (!ret->normal) { in btrfs_alloc_workqueue()
155 __btrfs_destroy_workqueue(ret->normal); in btrfs_alloc_workqueue()
331 dest_wq = wq->normal; in btrfs_queue_work()
349 __btrfs_destroy_workqueue(wq->normal); in btrfs_destroy_workqueue()
357 wq->normal->max_active = max; in btrfs_workqueue_set_max()
DKconfig57 functionality is not intended for normal use.
/linux-4.1.27/scripts/rt-tester/
Dt2-l1-signal.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt2-l1-pi.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l1-pi-1rt.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt2-l2-2rt-deadlock.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l1-pi-3rt.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l2-pi.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt2-l1-2rt-sameprio.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l1-pi-2rt.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l1-pi-steal.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt3-l1-pi-signal.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt5-l4-pi-boost-deboost.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt4-l2-pi-deboost.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
Dt5-l4-pi-boost-deboost-setsched.tst33 # nprioeq normal priority
34 # npriolt normal priority
35 # npriogt normal priority
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dsun9i-usb-phy.txt10 other values or absence of this property indicates normal USB
13 * "phy" for normal USB
17 * "phy" for normal USB
/linux-4.1.27/Documentation/power/
Dvideo.txt96 Acer TM C300 vga=normal (only suspend on console, not in X), vbetool (6) or vide…
99 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text console back
101 Acer TM 800 vga=normal, X patches, see webpage (5) or vbetool (6)
102 Acer TM 803 vga=normal, X patches, see webpage (5) or vbetool (6)
103 Acer TM 803LCi vga=normal, vbetool (6)
108 Asus M6887Ne vga=normal, s3_bios (2), use radeon driver instead of fglrx in x.org
112 Compaq Evo N620c vga=normal, s3_bios (2)
114 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6)
115 Dell D610 vga=normal and X (possibly vbestate (6) too, but not tested)
160 Sony Vaio vgn-S580BH vga=normal, but suspend from X. Console will be blank unless you return to X.
/linux-4.1.27/drivers/net/wireless/p54/
Dfwio.c442 body = (void *) skb_put(skb, sizeof(body->normal)); in p54_scan()
459 body->normal.val_barker = 0x38; in p54_scan()
460 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan()
462 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan()
464 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan()
466 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan()
486 struct p54_scan_body *chan = &body->normal; in p54_scan()
Dlmac.h270 } __packed normal; member
387 struct p54_scan_body normal; member
/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c335 IO_STATE(R_SYNC_SERIAL_PRESCALE, warp_mode, normal)); in etrax_sync_serial_init()
374 IO_STATE(R_SYNC_SERIAL1_CTRL, f_synctype, normal) | in initialize_port()
377 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_mode, normal) | in initialize_port()
386 IO_STATE(R_SYNC_SERIAL1_CTRL, frame_polarity, normal)| in initialize_port()
388 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_driver, normal) | in initialize_port()
389 IO_STATE(R_SYNC_SERIAL1_CTRL, frame_driver, normal) | in initialize_port()
390 IO_STATE(R_SYNC_SERIAL1_CTRL, status_driver, normal)| in initialize_port()
772 f_synctype, normal); in sync_serial_ioctl_unlocked()
826 clk_mode, normal); in sync_serial_ioctl_unlocked()
843 frame_polarity, normal); in sync_serial_ioctl_unlocked()
[all …]
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c784 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce()
786 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce()
790 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce()
792 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce()
795 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce()
796 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce()
815 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce()
816 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce()
818 adapter->coal.normal.data.rx_packets; in netxen_get_intr_coalesce()
820 adapter->coal.normal.data.tx_packets; in netxen_get_intr_coalesce()
/linux-4.1.27/Documentation/nfc/
Dnfc-pn544.txt16 In the normal (HCI) mode and in the firmware update mode read and
20 In the normal (HCI) mode the protocol used is derived from the ETSI
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-bus-usb11 although normal suspends for system sleep will still
16 During normal use, devices should be left in the "auto"
/linux-4.1.27/net/atm/
Dlec.c148 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge()
356 dev->dev_addr[i] = mesg->content.normal.mac_addr[i]; in lec_atm_send()
363 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send()
364 mesg->content.normal.flag); in lec_atm_send()
367 priv->topology_change = mesg->content.normal.flag; in lec_atm_send()
370 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send()
374 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
378 if (mesg->content.normal.no_source_le_narp) in lec_atm_send()
382 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send()
383 mesg->content.normal.atm_addr, in lec_atm_send()
[all …]
DKconfig45 network. Besides operating as a normal ATM end station client, Linux
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop14 "normal"
28 0 means normal battery mode (100% charge)
Dsysfs-class-leds-gt683r10 0 - normal
Dsysfs-class-bdi35 Under normal circumstances each device is given a part of the
Dsysfs-class-pwm69 Sets the output polarity of the PWM signal to "normal" or
Dsysfs-class-backlight-driver-adp887050 Writing 0 returns to normal/automatic ambient light level
Dsysfs-bus-pci-drivers-ehci_hcd21 number returns the port to normal operation.
Dsysfs-class-regulator42 normal
56 "fast", "normal", "idle", and "standby" are all detailed
133 'normal'
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c2391 struct tty_driver *normal; in uart_register_driver() local
2404 normal = alloc_tty_driver(drv->nr); in uart_register_driver()
2405 if (!normal) in uart_register_driver()
2408 drv->tty_driver = normal; in uart_register_driver()
2410 normal->driver_name = drv->driver_name; in uart_register_driver()
2411 normal->name = drv->dev_name; in uart_register_driver()
2412 normal->major = drv->major; in uart_register_driver()
2413 normal->minor_start = drv->minor; in uart_register_driver()
2414 normal->type = TTY_DRIVER_TYPE_SERIAL; in uart_register_driver()
2415 normal->subtype = SERIAL_TYPE_NORMAL; in uart_register_driver()
[all …]
/linux-4.1.27/tools/perf/Documentation/
Dperfconfig.example6 normal = black, lightgray
/linux-4.1.27/Documentation/
DVGA-softcursor.txt26 groups, low three bits set color (as in normal color codes used by the console)
37 To get normal blinking underline, use: echo -e '\033[?2c'
Dbus-virt-phys-mapping.txt19 that is, normal RAM--see later about other details):
35 Now, on normal PCs the bus address is exactly the same as the physical
64 Similarly, on the Alpha, the normal translation is
120 address in some cases, it's just not very often in normal code. The physical
132 of a video graphics card it can be normal DRAM that is just used for a frame
DDMA-ISA-LPC.txt34 transferring directly to and from your normal data structures.)
53 To translate the virtual address to a bus address, use the normal DMA
67 A normal ISA DMA controller has 8 channels. The lower four are for
Drobust-futexes.txt7 what futexes are: normal futexes are special types of locks that in the
69 This is very much noticeable even for normal process sys_exit_group()
77 normal kernels can turn it off, but worse than that: the overhead makes
185 robust and normal futexes.
Dpwm.txt80 enabled. Value is the string "normal" or "inversed".
102 signal conventions in the PWM framework. By definition, normal polarity
Dinitrd.txt28 2) the kernel converts initrd into a "normal" RAM disk and
65 the "normal" root file system is mounted. initrd data can be read
76 initrd is mounted as root, and the normal boot procedure is followed,
100 "normal" root file system, e.g.
285 normal system operation without requiring the use of a bloated "generic"
Drobust-futex-ABI.txt6 Robust_futexes provide a mechanism that is used in addition to normal
20 The existing normal futexes already provide a "Fast Userspace Locking"
114 Actual locking and unlocking, during normal operations, is handled
Dpi-futex.txt11 similar to normal futexes.
79 normal futex-based locks: a 0 value means unlocked, and a value==TID
Dmono.txt42 # or during normal boot up (systemd-based systems).
Dkmemcheck.txt37 the machine will not be usable for normal workloads such as e.g. an
39 as much memory as normal. For this reason, kmemcheck is strictly a debugging
106 kernel as normal (but with the kmemcheck code compiled in, so it can
122 If you would like to use your kernel as normal, but with a chance to
126 as normal.
722 it present (as it would be under normal circumstances). This way, the
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dpl061-gpio.txt7 - bit 0 specifies polarity (0 for normal, 1 for inverted)
Dfujitsu,mb86s70-gpio.txt11 - bit 0 specifies polarity (0 for normal, 1 for inverted).
Dgpio_lpc32xx.txt17 - bit 0 specifies polarity (0 for normal, 1 for inverted)
Dgpio-sx150x.txt18 bit 0: polarity (0: normal, 1: inverted)
Dgpio-adnp.txt10 - bit 0: polarity (0: normal, 1: inverted)
Dabilis,tb10x-gpio.txt9 - bit 0 specifies polarity (0 for normal, 1 for inverted).
Dnvidia,tegra20-gpio.txt11 - bit 0 specifies polarity (0 for normal, 1 for inverted)
Dbrcm,kona-gpio.txt23 - bit 0 specifies polarity (0 for normal, 1 for inverted)
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt23 Specifies the number of muted audio frames to play before normal
49 Playback stream at speed other than normal. There are two modes of
57 0:7 0 normal
88 Specifies the number of muted audio frames to play before normal audio
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S578 | IO_STATE (R_SERIAL0_REC_CTRL, rec_stick_par, normal) \
589 | IO_STATE (R_SERIAL0_TR_CTRL, tr_stick_par, normal) \
612 | IO_STATE (R_SERIAL1_REC_CTRL, rec_stick_par, normal) \
623 | IO_STATE (R_SERIAL1_TR_CTRL, tr_stick_par, normal) \
647 | IO_STATE (R_SERIAL2_REC_CTRL, rec_stick_par, normal) \
658 | IO_STATE (R_SERIAL2_TR_CTRL, tr_stick_par, normal) \
683 | IO_STATE (R_SERIAL3_REC_CTRL, rec_stick_par, normal) \
694 | IO_STATE (R_SERIAL3_TR_CTRL, tr_stick_par, normal) \
Ddebugport.c266 IO_STATE(R_SERIAL0_REC_CTRL, rec_stick_par, normal) | in start_port()
274 IO_STATE(R_SERIAL0_TR_CTRL, tr_stick_par, normal) | in start_port()
Dentry.S407 ;; now we need to return through the normal path, we cannot just
443 clear.d [$sp=$sp-4] ; frametype == 0, normal frame
566 clear.d [$sp=$sp-4] ; Frametype - this is a normal stackframe.
/linux-4.1.27/include/uapi/linux/
Datmlec.h72 } normal; member
/linux-4.1.27/drivers/net/irda/
DKconfig95 dongle attaches to the normal 9-pin serial port connector, and can
106 ACTiSYS dongles attaches to the normal 9-pin serial port connector,
117 attaches to the normal 9-pin serial port connector, and can
136 dongle attaches to the normal 9-pin serial port connector, and can
147 attaches to the normal 9-pin serial port connector, and can
160 The Greenwich dongle attaches to the normal 9-pin serial port
171 The MCP2120 dongle attaches to the normal 9-pin serial port
194 The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial
/linux-4.1.27/arch/sparc/kernel/
Ddtlb_prot.S30 ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault
/linux-4.1.27/drivers/staging/media/lirc/
DTODO7 simply be converted to a normal PCI driver, but ideally it should be
DTODO.lirc_zilog26 to bring the chip back to normal when it hangs, in the same places the
/linux-4.1.27/Documentation/filesystems/
Disofs.txt24 map=normal Map non-Rock Ridge filenames to lower case
25 map=acorn As map=normal but also apply Acorn extensions if present
D9p.txt57 tcp - specifying a normal TCP/IP connection
116 nodevmap do not map special files - represent them as normal files.
Djfs.txt27 previously specified in order to restore normal behavior.
Dhpfs.txt32 check=none,normal,strict (default normal)
34 danger. I tried to write it so that it won't crash if check=normal on
132 HPFS386 on OS/2 server is not supported. HPFS386 installed on normal OS/2 client
Dhfs.txt57 non-standard forks are represented as hidden additional files in the normal
Domfs.txt41 OMFS discriminates between "sysblocks" and normal data blocks. The sysblock
Dvfat.txt37 filesystem doesn't have uid/gid on disk, so normal
93 n: normal, default setting, currently case insensitive
134 early than normal. Not set by default.
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax77802.txt31 the consumers during normal operation while others only support to change the
36 changing their mode during normal operation are: LDOs 1, 3, 20 and 21.
Dtps51632-regulator.txt10 will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage
Dlp872x.txt22 bit[1]: LDO sleep control. 1 = sleep mode, 0 = normal
100 /* Enable BUCK1,2, no DVS, normal LDO mode, timestep is 256usec */
/linux-4.1.27/arch/cris/arch-v32/mm/
Dmmu.S117 3: ; Probably not in a loop, continue normal processing
149 ba 3b ; Continue normal processing
157 ba 3b ; Continue normal processing
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt43 Compared to normal mutexes two additional concepts/objects show up in the lock
52 W/w class: In contrast to normal mutexes the lock class needs to be explicit for
64 required, since simply calling the normal ww_mutex_lock functions on the
80 semantics as a normal mutex. This is done by calling ww_mutex_lock with a NULL
309 normal mutex locks, which are far more common. As such there is only a small
315 would add overhead to all cases where normal mutexes are used, and
341 - 'normal' deadlocks that can occur.
/linux-4.1.27/arch/mips/lasat/image/
DMakefile17 LDSCRIPT= -L$(srctree)/$(src) -Tromscript.normal
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt64 If present, FFX mode runs in AM reduction mode, otherwise normal
69 channels. If not present, normal PWM spped mode (384 kHz) will be used.
Dst,sta350.txt75 If present, FFX mode runs in AM reduction mode, otherwise normal
80 channels. If not present, normal PWM spped mode (384 kHz) will be used.
/linux-4.1.27/Documentation/cpuidle/
Dcore.txt21 is meant for developer testing only. In normal usage, kernel picks the
/linux-4.1.27/arch/tile/
DKconfig.debug12 early before the console code is initialized. For normal operation
/linux-4.1.27/Documentation/laptops/
Ddisk-shock-protection.txt46 normal operation will be resumed. The maximal value accepted for a
53 cancel a previously set timeout and resume normal operation
58 of milliseconds remaining until normal operation will be resumed;
70 will show you how many milliseconds are left before normal operation
Dtoshiba_haps.txt39 then restores normal operation.
Dthinkpad-acpi.txt327 will read 0 if the ThinkPad is in normal mode, and
336 undock. Set to zero for normal wake-ups or wake-ups
516 0x500A Tablet swivel: switched to normal mode
552 signal that something is wrong, they should never happen on normal
1062 It is worth noting that the normal way the mute function works (on
1072 mute-toggle solution found on normal consumer laptops: you can be
1087 normal key presses to the operating system (thinkpad-acpi is not
1169 it is normal for the EC to take several seconds to react to fan
1180 normal, and the EC will spin the fan up if the various thermal readings
1271 scale of 0-255. 0 means fan stopped, 255 means highest normal
/linux-4.1.27/arch/arm/vfp/
Dentry.S22 @ r9 = normal "successful" return address
Dvfphw.S76 @ r9 = normal "successful" return address
/linux-4.1.27/Documentation/fb/
Ddeferred_io.txt39 apps to pretend to have a normal framebuffer but reswizzle for the device
44 No changes needed. mmap the framebuffer like normal and just use it.
Dpxafb.txt71 and normal framebuffers, as listed below:
/linux-4.1.27/arch/x86/kernel/
Dnmi.c63 unsigned int normal; member
336 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt8 In some cases its registers are also mapped in normal address space
/linux-4.1.27/drivers/staging/media/
DKconfig6 don't have the "normal" Linux kernel quality level.
/linux-4.1.27/Documentation/w1/masters/
Dds249037 - The hardware supports normal, flexible, and overdrive bus
38 communication speeds, but only the normal is supported.
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt14 This options allows selection of normal, MMU-requiring linux, and uClinux
52 reserved will not be available for normal allocations.
Dfeatures.txt9 The FR-V architecture port supports both normal MMU linux and uClinux out
18 In normal (MMU) Linux mode, only the FR451 CPU will work as that is the
59 See mmu-layout.txt in this directory for a description of the normal linux
142 exception fixup handling is implemented as normal.
Dclock.txt18 to shift the board into High-Speed mode (normal), and '1' can be written to
/linux-4.1.27/Documentation/x86/
Dtlb.txt43 never need to be 0 under normal circumstances.
47 flushes. THP is treated exactly the same as normal memory.
Dentry_64.txt89 which might have triggered right after a normal entry wrote CS to the
103 generate all 'normal' entry points with the regular (faster) paranoid=0
Dexception-tables.txt16 normal case (correctly working program), this test was successful.
201 in the normal execution path. They are located in a different section
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra210-pinmux.txt57 normal: TEGRA_PIN_DISABLE
60 normal: TEGRA_PIN_DISABLE
63 normal: TEGRA_PIN_DISABLE
Dqcom,pmic-mpp.txt80 "normal",
159 function = "normal";
Dbrcm,bcm11351-pinctrl.txt71 0: normal slew rate
75 1: normal slew rate
97 0: normal slew rate
101 1: normal slew rate
Dqcom,pmic-gpio.txt89 "normal",
208 function = "normal";
Dbrcm,bcm2835-gpio.txt12 - bit 0 specifies polarity (0 for normal, 1 for inverted)
Dnvidia,tegra114-pinmux.txt21 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers. 0: normal, 1: high.
/linux-4.1.27/drivers/mtd/onenand/
Dsamsung.c643 goto normal; in s5pc110_read_bufferram()
651 goto normal; in s5pc110_read_bufferram()
654 goto normal; in s5pc110_read_bufferram()
670 goto normal; in s5pc110_read_bufferram()
683 normal: in s5pc110_read_bufferram()
/linux-4.1.27/drivers/staging/iio/light/
DKconfig15 in lux, proximity infrared sensing and normal infrared sensing.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpincfg.txt16 - open_drain : indicates the pin is normal or wired-OR:
/linux-4.1.27/Documentation/devicetree/bindings/
Dresource-names.txt18 The -names property must be used in conjunction with the normal resource
/linux-4.1.27/arch/m68k/
DKconfig.debug25 early, i.e. before the normal console driver is loaded.
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dtvp7002.txt25 Under normal operation, the field ID output is set to logic 1 for an odd field
/linux-4.1.27/drivers/memstick/core/
DKconfig12 normal behaviour is to remove them at suspend and
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfixed-link.txt5 normal MDIO-managed PHY device. For those situations, a Device Tree
Dsh_eth.txt32 active-low instead of normal active-high.
Dbrcm,bcmgenet.txt17 normal operation, while the second phandle is the Wake-on-LAN clock.
/linux-4.1.27/Documentation/i2c/
Dten-bit-addresses1 The I2C protocol knows about two kinds of device addresses: normal 7 bit
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dswitchto.S47 ! Do normal-style register save to support backtrace
53 ! hopefully this looks normal to the backtrace now.
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt4 The operating system shall exclude reserved memory from normal usage
6 normal use) memory regions. Such memory regions are usually designed for
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt27 RT_CLASS_MAIN=254 - all normal routes are put there
31 normal default routes are put there, if ip_fib_model==2
Dray_cs.txt68 bc integer 0 = normal mode (802.11 timing)
120 but no normal network use is allowed.
Dx25.txt5 Packet Layer and a LAPB module to allow for "normal" X.25 to be run using
Dnetif-msg.txt24 3 Interface starts and stops, including normal status messages
Ddriver.txt6 any normal circumstances. It is considered a hard error unless
/linux-4.1.27/net/sctp/
Dendpointola.c439 goto normal; in sctp_endpoint_bh_rcv()
453 normal: in sctp_endpoint_bh_rcv()
/linux-4.1.27/Documentation/ia64/
Dfsys.txt14 "fsys-mode". To recap, the normal states of execution are:
83 normal Linux system call handler. For performance-critical system
95 - r16 = "current" task pointer (in normal kernel-mode, this is in r13)
121 must be preserved, in accordance to the normal calling conventions.
233 would be the normal & expected behavior, so no special treatment is
DIRQ-redir.txt47 - normal if any other task runs,
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt31 - "temp" (normal (temperature) interrupt)
/linux-4.1.27/arch/sh/lib/
D__clear_user.S87 mov #0, r0 ! return 0 as normal return
Dcopy_page.S148 1: mov #0,r0 ! normal return
370 mov #0,r0 ! normal return
/linux-4.1.27/fs/jfs/
DKconfig42 written to the system log. Under normal circumstances, this
/linux-4.1.27/arch/unicore32/
DKconfig.debug25 early before the console code is initialized. For normal operation
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d43 used during normal operations. Position data is not corrupted during selftest
46 between normal mode and test mode. Chip specifications tell the acceptance
/linux-4.1.27/arch/m68k/fpsp040/
Dslog2.S135 bsr slogn | ...log(X), X normal.
179 bsr slogn | ...log(X), X normal.
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt49 "resume normal operations" event is sent out.
88 pci_channel_io_normal, /* I/O channel is in normal state */
200 >>> the normal pci_check_whatever() API, no new error_detected()
211 normal driver operations again. There is no
242 The driver is not supposed to restart normal driver I/O operations
298 Drivers should not restart normal I/O processing operations
301 and let the driver restart normal I/O processing.
Dpci-iov-howto.txt50 requires device driver that is same as a normal PCI device's.
/linux-4.1.27/Documentation/isdn/
DREADME.pcbit31 allow normal operation. Plans for the future include cooperation with
/linux-4.1.27/Documentation/infiniband/
Dsysfs.txt18 0; no subdirectory is created for normal switch ports)
Dipoib.txt90 is safe to enable this option with debug_level set to 0 for normal
/linux-4.1.27/Documentation/vm/
Dremap_file_pages.txt10 nonlinear mapping work kernel need a way to distinguish normal page table
/linux-4.1.27/tools/thermal/tmon/
DREADME19 normal operations.
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dsja1000.txt26 <0x1> : normal output mode (default)
/linux-4.1.27/include/linux/mfd/
Dabx500.h204 int normal; member
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt49 example, the transaction completes as though it were normal straight-line code
52 performed. Even though the normal ld/std instructions are used (note no
167 normal/non-checkpointed stack pointer.
/linux-4.1.27/drivers/net/arcnet/
DKconfig77 tristate "ARCnet COM90xx (normal) chipset driver"
91 the normal driver. Only use it if your card doesn't support shared
/linux-4.1.27/Documentation/device-mapper/
Dzero.txt13 write data anywhere within the sparse device and read it back like a normal
/linux-4.1.27/include/linux/mfd/abx500/
Dab8500-bm.h379 int normal; member
/linux-4.1.27/Documentation/sound/alsa/
Dpowersave.txt21 reopen the device frequently. 10 would be a good choice for normal
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt94 normal SoC device interrupt.
106 0 = external or normal SoC device interrupt
/linux-4.1.27/Documentation/hid/
Dhiddev.txt5 In addition to the normal input type HID devices, USB also uses the
13 * the input subsystem, which converts HID events into normal input
32 The hiddev interface is a char interface using the normal USB major,
/linux-4.1.27/Documentation/input/
Dxpad.txt40 With a normal controller, the directional pad is mapped to its own X/Y axes.
86 whether it is a dance pad or normal controller) so that we can add your pad
164 If you're using a normal controller, there should be a single line showing
Dntrig.txt50 sensor_physical_height internal ranges not used for normal events but
109 dropping worsen and interfere with the normal usage of your device, try
Djoystick.txt325 The trackball should work with USB mousedev module as a normal mouse. See
398 Port", much like the 4DWave or Vortex above. This, and also the normal mode
406 emu10k1-gp.c module for it instead of the normal ns558.c one.
545 some of its modes. The most useful modes are "normal" - for the 1.x
548 jstest --normal /dev/input/js0
/linux-4.1.27/arch/cris/arch-v10/lib/
Dchecksum.S15 ;; check for breakeven length between movem and normal word looping versions
Dchecksumcopy.S19 ;; check for breakeven length between movem and normal word looping versions
/linux-4.1.27/arch/m68k/q40/
DREADME28 serial.c # normal PC driver - any speed
35 floppy.c # normal PC driver, DMA emu in asm/floppy.h
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc.txt47 polarity properties, we have to fix the meaning of the "normal" and "inverted"
60 property results in a double-inversion and actually means the "normal" line
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME32 You should then be able to run the normal perf make as usual.
/linux-4.1.27/Documentation/hwmon/
Dabituguru339 0/off/false normal output
Dabituguru61 0 normal output
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-devices-system-xen_memory76 Amount (in KiB) of low (or normal) memory in the
/linux-4.1.27/drivers/staging/
DKconfig6 not of the "normal" Linux kernel quality level. These drivers
/linux-4.1.27/Documentation/watchdog/
Dpcwd-watchdog.txt15 normal operation.
/linux-4.1.27/Documentation/usb/
Danchors.txt23 freed with normal memory management operations.
/linux-4.1.27/Documentation/leds/
Dledtrig-oneshot.txt16 additional "invert" property specifies if the LED has to stay off (normal) or
/linux-4.1.27/Documentation/video4linux/
DREADME.ir30 layer, i.e. you'll see the keys of the remote as normal key strokes
/linux-4.1.27/drivers/staging/panel/
DKconfig137 int "LCD character set (0=normal, 1=KS0074)"
146 0 : normal (untranslated) character set
149 If you don't know, use the normal one (0).
/linux-4.1.27/Documentation/scsi/
Daha152x.txt54 The normal configuration can be overridden by specifying a command line.
56 valid (known). Don't use values that aren't supported under normal
Dcxgb3i.txt76 * The login would fail for a normal session if MaxRecvDataSegmentLength is
Dsym53c8xx_2.txt17 4. Memory mapped I/O versus normal I/O
193 4. Memory mapped I/O versus normal I/O
195 Memory mapped I/O has less latency than normal I/O and is the recommended
198 this feature. A configuration option is provided for normal I/O to be
408 Use normal IO (default answer: n)
496 verb=1 normal
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h124 # Jump to the normal Linux SMP entry point
/linux-4.1.27/drivers/staging/iio/
DTODO77 e-mailing the normal IIO list (see below).
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting36 As normal access is by filename this prefix is created naturally and
43 the dcache that are not needed for normal filesystem access.
/linux-4.1.27/net/ipv6/
DKconfig226 normal and source prefix specific routes in the same routing table
228 avoided by defining different routing tables for the normal and
/linux-4.1.27/drivers/char/ipmi/
DKconfig36 event). Bytes 1, 2, and 3 are the normal usage for an OEM event.
/linux-4.1.27/drivers/mtd/
DKconfig209 512-byte sectors, on top of which you put a 'normal' file system.
226 512-byte sectors, on top of which you put a 'normal' file system.
251 a 'normal' file system.
/linux-4.1.27/Documentation/networking/mac80211_hwsim/
DREADME15 the normal case of using real WLAN hardware. From the mac80211 view
/linux-4.1.27/arch/metag/lib/
Ddivsi3.S41 BLS $LIDMCUSetup ! Yes: Do normal divide
/linux-4.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx53 include files updated during a normal kernel build. The assembler
DKconfig.aic7xxx58 include files updated during a normal kernel build. The assembler
/linux-4.1.27/drivers/net/wireless/
DKconfig179 This driver makes the adapter appear as a normal Ethernet interface,
252 needed for normal wireless LAN usage and is only for testing. See
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt111 Valid values are 0 (normal) and 1 (inverted). The length of the array
114 as 0 (normal). This property is valid for serial busses only.
/linux-4.1.27/Documentation/ptp/
Dptp.txt35 The class driver supports multiple PTP clock drivers. In normal use
/linux-4.1.27/drivers/power/
Dab8500_bmdata.c398 .normal = 70,
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck53 normal kernel locking rules. The tolerance level configures
/linux-4.1.27/lib/fonts/
DKconfig109 big letters. It fits between the sun 12x22 and the normal 8x16 font.
/linux-4.1.27/drivers/net/slip/
DKconfig75 "slip6". In this mode, SLIP will only send normal ASCII symbols over
/linux-4.1.27/drivers/platform/x86/
Dhp_accel.c173 DEFINE_CONV(normal, 1, 2, 3);
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm34 The MMU can, apart from the normal mapping of pages, also do a top-level
103 chunks of memory not possible using the normal kmalloc physical RAM
/linux-4.1.27/arch/arc/kernel/
Dentry.S204 bbit0 r9, STATUS_A1_BIT, 1f ; L1 not active when L2 IRQ, so normal
688 bbit0 r9, STATUS_A1_BIT, 149f ; L1 not active when L2 IRQ, so normal
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt99 While normal dependencies reduce the upper limit of a symbol (see
155 also means that the behaviour when mixing it with normal defaults is
169 expressions uses one more state than normal boolean logic to express the
/linux-4.1.27/Documentation/RCU/
Dtrace.txt262 a normal grace period.
375 grace period (expedited or normal) is inconvenienced.
465 the current normal (non-expedited) grace period from
500 normal (non-expedited) grace period. When boosting a task
501 that was blocking both an expedited and a normal grace period,
/linux-4.1.27/Documentation/mtd/nand/
Dpxa3xx-nand.txt110 blocks are also 'marked as bad' (in the OOB BBM sense) under normal usage.
/linux-4.1.27/drivers/video/console/
DKconfig58 normal VGA driver will handle it.
/linux-4.1.27/drivers/usb/host/
Dfotg210.h22 unsigned long normal; member
Dfusbh200.h22 unsigned long normal; member
/linux-4.1.27/tools/lguest/
Dlguest.txt14 - Kernel module which runs in a normal kernel.
/linux-4.1.27/Documentation/firmware_class/
DREADME87 for testing and completeness, they are not called in normal use.
/linux-4.1.27/arch/um/
DKconfig.um30 booting and normal file access, this module lets the UML user
/linux-4.1.27/arch/mips/
DKconfig.debug18 early before the console code is initialized. For normal operation,
/linux-4.1.27/Documentation/driver-model/
Dplatform.txt55 Platform drivers register themselves the normal way:
118 tend to already have "normal" modes, such as ones using device nodes that
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt208 this is different from normal behavior. The tracer MUST NOT modify
225 are indistinguishable from normal system calls.
/linux-4.1.27/Documentation/s390/
Ddriver-model.txt213 possible). This ccwgroup device can be set online or offline just like a normal
218 not need to implement anything beyond normal removal routines).
/linux-4.1.27/arch/x86/
DKconfig.debug41 early before the console code is initialized. For normal operation
53 early before the console code is initialized. For normal operation
/linux-4.1.27/arch/mn10300/
DKconfig213 for normal use and instead uses it to store the address of the
436 serial DMA interrupts are allowed to interrupt normal disabled

123