/linux/Documentation/virt/ |
H A D | paravirt_ops.rst | 32 - a set of macros for hand written assembly code 33 Hand written assembly codes (.S files) also need paravirtualization
|
/linux/tools/lib/ |
H A D | rbtree.c | 494 * If we have a right-hand child, go down and then left as far in rb_next() 505 * No right-hand children. Everything down and left is smaller than us, in rb_next() 507 * Go up the tree; any time the ancestor is a right-hand child of its in rb_next() 508 * parent, keep going up. First time it's a left-hand child of its in rb_next() 525 * If we have a left-hand child, go down and then right as far in rb_prev() 536 * No left-hand children. Go up till we find an ancestor which in rb_prev() 537 * is a right-hand child of its parent. in rb_prev()
|
/linux/lib/ |
H A D | rbtree.c | 500 * If we have a right-hand child, go down and then left as far in rb_next() 511 * No right-hand children. Everything down and left is smaller than us, in rb_next() 513 * Go up the tree; any time the ancestor is a right-hand child of its in rb_next() 514 * parent, keep going up. First time it's a left-hand child of its in rb_next() 532 * If we have a left-hand child, go down and then right as far in rb_prev() 543 * No left-hand children. Go up till we find an ancestor which in rb_prev() 544 * is a right-hand child of its parent. in rb_prev()
|
/linux/fs/netfs/ |
H A D | Kconfig | 22 between CPUs. On the other hand, the stats are very useful for 57 between CPUs. On the other hand, the stats are very useful for
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | hugetlb.rst | 80 HugeTLB pages it uses before hand, and the sysadmin needs to make sure that 98 the application to get SIGBUS signal if the memory was reserved before hand. For 106 before hand. This allows for easier fallback to alternatives such as
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-total-media-in-hand.c | 3 * Total Media In Hand remote controller keytable 74 MODULE_DESCRIPTION("Total Media In Hand remote controller keytable");
|
H A D | rc-lme2510.c | 54 { 0xff40f906, KEY_VOLUMEDOWN }, /* Volume defined as right hand*/ 75 { 0xff00bc43, KEY_VOLUMEDOWN }, /* Volume defined as right hand*/
|
H A D | Makefile | 124 rc-total-media-in-hand-02.o \ 125 rc-total-media-in-hand.o \
|
/linux/tools/memory-model/ |
H A D | linux-kernel.cat | 116 * or srcu_read_unlock() backwards on the one hand, and from the 117 * rcu_read_lock() or srcu_read_lock() forwards on the other hand. 119 * In the definition of rcu-fence below, the po term at the left-hand side 120 * of each disjunct and the po? term at the right-hand end have been factored
|
/linux/Documentation/process/ |
H A D | backporting.rst | 110 Resolving the conflict can be done either by hand in a regular text 233 variable would be incidental as well. On the other hand, if the function 365 the changes by hand. Perhaps the patch is changing a function call 369 to ``1`` by hand and leave the rest of the arguments alone. This 391 just go ahead and apply the change by hand and be done with it. On the 392 other hand, if the change is big or complicated, you definitely don't 393 want to do it by hand.
|
/linux/kernel/trace/ |
H A D | trace_dynevent.c | 310 * consists of a left-hand-side argument and a right-hand-side 437 * argument pair consists of a left-hand-side argument and a 438 * right-hand-side argument separated by an operator, which can be
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | rc.yaml | 144 - rc-total-media-in-hand 145 - rc-total-media-in-hand-02
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-etm4x | 486 Description: (Read) Returns the number of P0 right-hand keys that the trace unit 493 Description: (Read) Returns the number of P1 right-hand keys that the trace unit 500 Description: (Read) Returns the number of special P1 right-hand keys that the 508 Description: (Read) Returns the number of conditional P1 right-hand keys that 516 Description: (Read) Returns the number of special conditional P1 right-hand keys
|
/linux/crypto/ |
H A D | adiantum.c | 44 * Size of right-hand part of input data, in bytes; also the size of the block 80 * Buffer for right-hand part of data, i.e. 216 * inputs only) taken over the left-hand part (the "bulk") of the message, to 217 * give the overall Adiantum hash of the (tweak, left-hand part) pair. 246 /* Hash the left-hand part (the "bulk") of the message using NHPoly1305 */
|
/linux/drivers/video/fbdev/kyro/ |
H A D | STG4000OverlayDevice.c | 425 * lowest to the next lowest 128 bit boundary, and the right hand edge in SetOverlayViewPort() 427 * PMX1) as the left and right hand edges are aligned to these in SetOverlayViewPort() 494 * we must align the right hand edge to the next 32 in SetOverlayViewPort() 503 * we must align the right hand edge to the next in SetOverlayViewPort()
|
/linux/arch/hexagon/kernel/ |
H A D | trampoline.S | 8 * This consumes a little more space than hand-assembling
|
/linux/arch/x86/kernel/acpi/ |
H A D | madt_playdead.S | 11 * asm_acpi_mp_play_dead() - Hand over control of the CPU to the BIOS
|
/linux/arch/openrisc/include/asm/ |
H A D | serial.h | 23 * this, on the other hand, assumes the UART clock is tied to the system
|
/linux/drivers/video/ |
H A D | Kconfig | 11 Support tracking and hand-over of aperture ownership. Required
|
/linux/drivers/input/keyboard/ |
H A D | Kconfig | 152 in the left-hand column will be interpreted as the corresponding key 153 in the right-hand column. 156 right-hand column will be interpreted as the key shown in the 157 left-hand column.
|
/linux/fs/ocfs2/cluster/ |
H A D | tcp.c | 1259 struct o2net_handshake *hand = page_address(sc->sc_page); in o2net_check_handshake() local 1262 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) { in o2net_check_handshake() 1266 (unsigned long long)be64_to_cpu(hand->protocol_version), in o2net_check_handshake() 1279 if (be32_to_cpu(hand->o2net_idle_timeout_ms) != in o2net_check_handshake() 1284 be32_to_cpu(hand->o2net_idle_timeout_ms), in o2net_check_handshake() 1290 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) != in o2net_check_handshake() 1295 be32_to_cpu(hand->o2net_keepalive_delay_ms), in o2net_check_handshake() 1301 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) != in o2net_check_handshake() 1306 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms), in o2net_check_handshake() 1327 memmove(hand, han in o2net_check_handshake() [all...] |
/linux/Documentation/hwmon/ |
H A D | ds1621.rst | 72 toggle. On the one hand ("heater"), the thermostat output of the chip, 74 stays high until the high limit is met or exceeded. On the other hand
|
/linux/arch/arm64/kernel/ |
H A D | watchdog_hld.c | 11 * hand, we can't make it much higher as it would lead to a large hard-lockup
|
/linux/arch/sparc/kernel/ |
H A D | asm-offsets.c | 11 * On sparc, thread_info data is static and TI_XXX offsets are computed by hand.
|
/linux/tools/include/linux/ |
H A D | compiler_types.h | 10 * by hand.
|