/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 214 int libcfs_register_ioctl(struct libcfs_ioctl_handler *hand) in libcfs_register_ioctl() argument 219 if (!list_empty(&hand->item)) in libcfs_register_ioctl() 222 list_add_tail(&hand->item, &ioctl_list); in libcfs_register_ioctl() 229 int libcfs_deregister_ioctl(struct libcfs_ioctl_handler *hand) in libcfs_deregister_ioctl() argument 234 if (list_empty(&hand->item)) in libcfs_deregister_ioctl() 237 list_del_init(&hand->item); in libcfs_deregister_ioctl() 278 struct libcfs_ioctl_handler *hand; in libcfs_ioctl_int() local 282 list_for_each_entry(hand, &ioctl_list, item) { in libcfs_ioctl_int() 283 err = hand->handle_ioctl(cmd, data); in libcfs_ioctl_int()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_ioctl.h | 208 int libcfs_register_ioctl(struct libcfs_ioctl_handler *hand); 209 int libcfs_deregister_ioctl(struct libcfs_ioctl_handler *hand);
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 24 between CPUs. On the other hand, the stats are very useful for 41 bouncing between CPUs. On the other hand, the histogram may be
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 4 * but it doesn't do any harm on the other hand so why bother. */
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
D | Makefile | 96 rc-total-media-in-hand.o \ 97 rc-total-media-in-hand-02.o \
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 1273 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake() local 1276 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) { in o2net_check_handshake() 1280 (unsigned long long)be64_to_cpu(hand->protocol_version), in o2net_check_handshake() 1293 if (be32_to_cpu(hand->o2net_idle_timeout_ms) != in o2net_check_handshake() 1298 be32_to_cpu(hand->o2net_idle_timeout_ms), in o2net_check_handshake() 1304 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) != in o2net_check_handshake() 1309 be32_to_cpu(hand->o2net_keepalive_delay_ms), in o2net_check_handshake() 1315 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) != in o2net_check_handshake() 1320 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms), in o2net_check_handshake() 1341 memmove(hand, hand + 1, sc->sc_page_off); in o2net_check_handshake()
|
/linux-4.4.14/Documentation/ |
D | percpu-rw-semaphore.txt | 13 instruction in the lock and unlock path. On the other hand, locking for
|
D | memory-hotplug.txt | 20 4.2 Notify memory hot-add event by hand 84 phase by hand. 211 You may have to write it by yourself or online/offline memory by hand. 220 4.2 Notify memory hot-add event by hand
|
D | hw_random.txt | 33 run them by hand with a "rngtest" utility.
|
D | bus-virt-phys-mapping.txt | 106 on the other hand, you want the bus address when you have a buffer that
|
D | module-signing.txt | 64 cannot be parsed, it will be rejected out of hand.
|
D | applying-patches.txt | 77 If you wish to uncompress the patch file by hand first before applying it 122 go fix it up by hand if you wish.
|
D | remoteproc.txt | 287 type, and hand those resources to the platform-specific rproc driver to handle.
|
D | unshare.txt | 206 the other hand performs the following:
|
D | SubmittingPatches | 53 If you must generate your patches by hand, use "diff -up" or "diff -uprN" 211 On the other hand, if you make a single change to numerous files,
|
D | xillybus.txt | 363 Or, if there already is a partially used page at hand, the buffer is packed
|
D | kobject.txt | 179 hand.
|
D | atomic_ops.txt | 95 that might otherwise optimize accesses out of existence on the one hand,
|
D | edac.txt | 157 will have 1 csrow, csrow0. csrow1 will be empty. On the other hand,
|
D | DMA-API.txt | 560 (dma_alloc_coherent() will hand out the first free region it finds).
|
D | IPMI.txt | 62 "The SMBus Driver" on how to hand-configure your system.
|
D | devices.txt | 3086 5 = /dev/biometric/sensor0/hand first hand sensor on first device
|
D | memory-barriers.txt | 1166 already has the value to hand.
|
/linux-4.4.14/Documentation/virtual/ |
D | paravirt_ops.txt | 29 - a set of macros for hand written assembly code
|
/linux-4.4.14/fs/cachefiles/ |
D | Kconfig | 35 bouncing between CPUs. On the other hand, the histogram may be
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | Kconfig | 18 small sectors. On the other hand erasing should be faster when using
|
/linux-4.4.14/tools/thermal/tmon/ |
D | README | 17 matrix by hand is not a trivial task. Testing is also difficult in that
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 418 Description: (R) Returns the number of P0 right-hand keys that the trace unit 425 Description: (R) Returns the number of P1 right-hand keys that the trace unit 432 Description: (R) Returns the number of special P1 right-hand keys that the 440 Description: (R) Returns the number of conditional P1 right-hand keys that 448 Description: (R) Returns the number of special conditional P1 right-hand keys
|
/linux-4.4.14/Documentation/fb/ |
D | cmap_xfbdev.txt | 52 hand side boundaries of a color range.
|
/linux-4.4.14/Documentation/hwmon/ |
D | ds1621 | 53 toggle. On the one hand ("heater"), the thermostat output of the chip, 55 stays high until the high limit is met or exceeded. On the other hand
|
/linux-4.4.14/include/linux/ |
D | capability.h | 78 # error Fix up hand-coded capability macro initializers
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 35 your OpenRISC Linux kernel if you don't have an OpenRISC processor at hand.
|
/linux-4.4.14/Documentation/vm/ |
D | zsmalloc.txt | 7 fail under memory pressure. On the other hand, if we just use single
|
D | unevictable-lru.txt | 141 (2) On the other hand, if too many of the pages charged to the control group
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 7 interface, on the other hand, creates new requests, adds them
|
/linux-4.4.14/Documentation/spi/ |
D | spi-lm70llp | 68 hand, the transistor is cut off and the voltage tied to it's collector is
|
D | spidev | 53 Do not try to manage the /dev character device special file nodes by hand.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | idmapper.txt | 66 hand". This program takes two arguments, a serialized key and a key
|
/linux-4.4.14/Documentation/pti/ |
D | pti_intel_mid.txt | 54 // needed global to hand onto ldisc connection
|
/linux-4.4.14/Documentation/networking/ |
D | ipddp.txt | 44 which enables you to add routes to the kernel for your Macs by hand.
|
D | tuntap.txt | 57 insert the module by hand:
|
D | eql.txt | 135 Enslaving devices by hand requires two utility programs: eql_enslave
|
D | README.sb1000 | 36 card at boot time (or afterwards by hand) since it's a PnP card.
|
D | phy.txt | 224 many PHYs require a little hand-holding to get up-and-running.
|
D | filter.txt | 162 writing such a filter "by hand" can be of an alternative. For example, 1020 PTR_TO_CTX as well and can be used on the right hand side of expression.
|
D | can.txt | 135 application on the one hand, and a interface for hardware-specific 136 device drivers on the other hand. These abstractions are provided
|
D | packet_mmap.txt | 29 In the other hand PACKET_MMAP is very efficient. PACKET_MMAP provides a size
|
D | bonding.txt | 1016 Bonding devices can be managed by hand, however, as follows. 1121 so it is not necessary to remove the module by hand if, e.g., the 1126 devices). It is necessary to edit the configuration file by hand to
|
D | ip-sysctl.txt | 569 3-way hand shake finishes.
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep.txt | 95 other flavors of rcu_dereference(). On the other hand, it is illegal
|
D | lockdep-splat.txt | 84 On the other hand, perhaps we really do need an RCU read-side critical
|
D | rcu_dereference.txt | 358 possible values of "gp" are "variable1" on the one hand and "variable2"
|
D | stallwarn.txt | 71 On the other hand, if the offending CPU fails to print out a stall-warning
|
D | trace.txt | 278 in progress, in other words, RCU is idle. On the other hand,
|
D | RTFP.txt | 464 using the resource at hand. Only one reader at a time. 481 using the resource at hand. Allows multiple readers.
|
/linux-4.4.14/drivers/input/keyboard/ |
D | Kconfig | 118 in the left-hand column will be interpreted as the corresponding key 119 in the right-hand column. 122 right-hand column will be interpreted as the key shown in the 123 left-hand column.
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 38 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
|
/linux-4.4.14/Documentation/driver-model/ |
D | overview.txt | 69 downstream driver would break. On the other hand, if only the bus layer
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cpia2 | 15 module was getting out of hand, so I separated them. It is not likely that
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 84 calls, it is possible to write a hand-tuned fsyscall_handler. For 85 example, fsys.S contains fsys_getpid(), which is a hand-tuned version
|
/linux-4.4.14/net/ |
D | Kconfig | 18 in the kernel and the tools often go hand in hand. The tools are
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 99 receive_buf() - (optional) Called by the low-level driver to hand 105 receive_buf2() - (optional) Called by the low-level driver to hand
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 172 hand, they might be even better served by disabling NO_HZ_FULL
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 74 hand, will bind the driver to the consoles that are currently occupied by a
|
/linux-4.4.14/arch/ |
D | Kconfig | 157 hand-coded assembler in <asm/swab.h>. But just in case it 411 - local variable's address used as part of the right hand side of an
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 172 for a old, second-hand (but full functional) cdrom jukebox which I use
|
D | ncr53c8xx.txt | 921 space of the chips. On the other hand, chips will use PCI write and 1004 On the other hand, either bad cabling, broken devices, not conformant
|
D | sym53c8xx_2.txt | 571 On the other hand, either bad cabling, broken devices, not conformant
|
D | ChangeLog.1992-1997 | 3 * Don't play with usage_count directly, instead hand around
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 30 should keep a hand on your device, in order to avoid it to break down if
|
D | input.txt | 71 The commands to create it by hand are:
|
D | multi-touch-protocol.txt | 250 the notion of pressure. The fingers of the hand and the palm all have
|
D | joystick-parport.txt | 54 hand, if you are not planning to use anything else than NES / SNES on the
|
D | sentelic.txt | 379 the 2nd finger is up. On the other hand, if both fingers are up, the device
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 28 activation. You can re-enable CPUs by hand, but you have been warned, there
|
D | tracepoint-analysis.txt | 146 performance analyst to do it by hand. In the event that the discrete event
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 111 available capacity at a low temperature. On the other hand, a high
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 179 ;;; local variables. These are not initialized properly: do it by hand. 575 ;; leftover strings). Writing this out by hand is a nuisance, so for
|
D | xircom_pgs.S | 181 ;;; local variables. These are not initialized properly: do it by hand. 613 ;; leftover strings). Writing this out by hand is a nuisance, so for
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 147 this file system is the small code. On the other hand, don't be
|
D | ramfs-rootfs-initramfs.txt | 114 initramfs is not expected to return to the kernel. (If /init needs to hand
|
D | ntfs.txt | 356 and hand it over to dmsetup to work with, like so:
|
D | proc.txt | 1474 50% more memory. A value of -500, on the other hand, would be roughly
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 123 On the other hand, writing a persistent volume manager would be a big
|
D | URB.txt | 178 On the other hand, since usb_unlink_urb may end up calling the
|
D | gadget_serial.txt | 137 you need to create /dev nodes by hand, the right numbers to use
|
D | usbmon.txt | 233 If you create /dev/usbmon0 by hand, make sure that it is owned by root
|
D | power-management.txt | 262 necessary operations by hand or add them to a udev script. You can
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 113 That will limit the usefulness but on the other hand avoid 244 MODULES is different from 'n'. The comment on the other hand is always
|
D | makefiles.txt | 1396 immediate evaluation of the right-hand side and stores an actual string 1397 into the left-hand side. "=" is like a formula definition; it stores the 1398 right-hand side in an unevaluated form and then evaluates this form each 1399 time the left-hand side is used.
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 120 individual change by hand.
|
D | 1.Intro | 72 capable and well-suited to the task at hand as possible. Distributors and
|
D | 4.Coding | 83 On the other hand, if you find yourself copying significant amounts of code
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 108 the other hand, cause the link to be unreliable.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 226 - On the other hand the dynamic object list construction also means that the -EALREADY return
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 530 The memory.low boundary on the other hand is a top-down allocated 554 The memory.high boundary on the other hand can be set much more
|
/linux-4.4.14/drivers/net/irda/ |
D | Kconfig | 253 support SIR and FIR (4Mbps) speeds. On the other hand, those
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.cpu | 363 # the right-hand clause are the cores that benefit from this optimization.
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 80 On the other hand, synchronous channels can be implemented by the transport
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 33 Stack chaining in gdb by hand 768 So if you have an objdump listing by hand, it is quite easy to follow, and if 907 entering the msgs by hand), however, the trick might be useful for a single 1612 you the stacktrace by hand below). 1767 stack chaining in gdb by hand
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 287 On the other hand, if the PCI core allocates additional space, the VF BAR
|
D | hvcs.txt | 293 outlined below, on the other hand the initial vty-server connection to a
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 295 result is about -9.739715e-8). On the other hand, an 80486 FPU returns
|
/linux-4.4.14/ |
D | README | 359 Alternatively, you can do the dump lookup by hand:
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 166 than versions hand-written in assembly for the sparc!
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 216 seem to be available on the second- hand market. The Jensen is a
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 328 directly by hand. 682 pairs the host adapter can actually hand to the device at once)
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 646 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 14 at hand.
|
D | keys.txt | 1401 hand the request off to (perhaps a path held in placed in another key by, for
|
/linux-4.4.14/crypto/ |
D | Kconfig | 150 cipher mode. Only select this option by hand if you expect to load
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 685 /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 622 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 620 hashing mechanisms (as "must use") on the other hand
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 109 device, then ->runtime_suspend() should return -EBUSY. On the other hand, if
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 639 On the other hand, when used as a removable-media disc drive (what the
|
/linux-4.4.14/init/ |
D | Kconfig | 625 hand, this option increases the duration of RCU grace periods,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1942 backing file or the COW header by hand, you will get a corrupted
|