/linux/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 61 | simply execute an "rte" as with the sample code below. 75 | The sample routine below simply clears the exception status bit and 94 | The sample routine below simply clears the exception status bit and 113 | The sample routine below simply clears the exception status bit and 132 | The sample routine below simply clears the exception status bit and 151 | The sample routine below simply clears the exception status bit and 170 | The sample routine below simply clears the exception status bit and 249 | The sample code below simply executes an "rte".
|
/linux/drivers/usb/serial/ |
H A D | aircable.c | 10 * The protocol is very simply, there are two possibilities reading or writing. 16 * The device simply need some stuff to understand data coming from the usb 23 * but with out the header. I will use a simply hack to override this situation, 26 * is any other control code, I will simply check for the first
|
/linux/arch/arm/kernel/ |
H A D | reboot.c | 87 * This must completely disable all secondary CPUs; simply causing those CPUs 99 * Halting simply requires that the secondary CPUs stop performing any 111 * Power-off simply requires that the secondary CPUs stop performing any
|
/linux/Documentation/block/ |
H A D | writeback_cache_control.rst | 44 Filesystems can simply set the REQ_PREFLUSH and REQ_FUA bits and do not have to 73 For bio based drivers the REQ_PREFLUSH and REQ_FUA bit are simply passed on to 92 When the BLK_FEAT_FUA flags is set, the REQ_FUA bit is simply passed on for the
|
H A D | switching-sched.rst | 20 To set a specific scheduler, simply do this:: 27 The list of defined schedulers can be found by simply doing
|
/linux/kernel/trace/ |
H A D | trace_clock.c | 64 * trace_jiffy_clock(): Simply use jiffies as a clock counter. 123 * If in an NMI context then dont risk lockups and simply return in trace_clock_global() 151 * trace_clock_counter(): simply an atomic counter.
|
/linux/scripts/kconfig/tests/preprocess/variable/ |
H A D | Kconfig | 6 # Simply expanded variable. 18 # Append something to a simply expanded variable.
|
/linux/Documentation/bpf/ |
H A D | prog_lsm.rst | 25 They can simply declare the structures in the eBPF program and only specify 54 The ``vmlinux.h`` can then simply be included in the BPF programs without 121 syscall's ``BPF_RAW_TRACEPOINT_OPEN`` operation or more simply by
|
/linux/arch/arc/include/asm/ |
H A D | delay.h | 49 * -Divide by 2^32 is very simply right shift by 32 50 * -We simply need to ensure that the multiply per above eqn happens in
|
/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 36 (by simply XORing them with the value of this parameter). On standard 46 Bit setting takes place before bit toggling, so you can simply clear a
|
/linux/Documentation/gpu/ |
H A D | drm-compute.rst | 11 have their memory swapped out from them. Or they simply want their workload 17 not even to force preemption. The driver with is simply forced to unmap a BO
|
/linux/tools/include/uapi/linux/ |
H A D | coredump.h | 33 * one go. Userspace may also simply read a COREDUMP_ACK_SIZE_VER0 34 * request. If the size the kernel sends is larger userspace simply
|
/linux/include/uapi/linux/ |
H A D | coredump.h | 33 * one go. Userspace may also simply read a COREDUMP_ACK_SIZE_VER0 34 * request. If the size the kernel sends is larger userspace simply
|
/linux/drivers/base/ |
H A D | attribute_container.c | 130 * fn is provided, the code will simply register the class device via 197 * simply done via device_unregister (note that if something 385 * This simply creates all the class device sysfs files from the 464 * This function simply removes all the attribute files and then calls
|
H A D | transport_class.c | 139 * routine is simply a trigger point to see if any set of transport 191 * routine is simply a trigger point used to add the device to the 220 * The idea of configure is simply to provide a point within the setup
|
/linux/Documentation/kbuild/ |
H A D | kconfig-macro-language.rst | 59 There are two types of variables: simply expanded variables and recursively 62 A simply expanded variable is defined using the := assignment operator. Its 67 Its righthand side is simply stored as the value of the variable without
|
/linux/Documentation/watchdog/ |
H A D | convert_drivers_to_kernel_api.rst | 24 close preparations) can simply go. Device specific stuff needs to go to the 31 - write: Can simply go, all defined behaviour is taken care of by the framework, 122 here simply happens the direct hardware access. If you have device-specific
|
/linux/Documentation/power/ |
H A D | pm_qos_interface.rst | 23 aggregated target value is simply the min of the request values held in the list 76 To remove the user mode request for a target value simply close the device 89 simply the minimum of the request values held in the parameter list elements.
|
/linux/fs/ |
H A D | attr.c | 92 * performed on the raw inode simply pass @nop_mnt_idmap. 119 * performed on the raw inode simply pass @nop_mnt_idmap. 156 * performed on the raw inode simply pass @nop_mnt_idmap. 326 * performed on the raw inode simply pass @nop_mnt_idmap. 415 * performed on the raw inode simply pass @nop_mnt_idmap.
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 426 31 bits, and the scancode is simply the 31 bits with the top bit always 0. 432 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply 439 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply 446 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply
|
/linux/Documentation/staging/ |
H A D | crc32.rst | 127 (The table entries are simply the CRC-32 of the given one-byte messages.) 160 final CRC is simply the XOR of the 4 table look-ups. 169 those 8 bytes are simply copies of the input data; they do not depend
|
/linux/Documentation/process/ |
H A D | handling-regressions.rst | 494 and simply not have to worry about it. 514 are printed out as zeroes, simply because they don't even *exist* in 541 way", and I simply don't think that's acceptable outside of very early 553 And we simply do not break user space. 567 simply because of a kernel bug" is at all relevant. 638 we can break something is simply NOT TRUE. 640 So bugs simply aren't even relevant to the discussion. They happen, 676 And it is also required simply because I as a kernel developer do not 712 simply doesn't matter.
|
/linux/Documentation/filesystems/ |
H A D | seq_file.rst | 48 read, simply produces a set of increasing integer values, one per line. The 138 example module can simply increment the position by one; more useful 153 start(), it might seem sufficient to simply set ``*pos`` to any non-zero 235 Most code will simply use seq_printf(), which works pretty much like
|
/linux/arch/m68k/q40/ |
H A D | README | 21 it can make the floppy very slow or practically stop. Other Q40 OS' simply 43 Various other PC drivers can be enabled simply by adding them to
|
/linux/tools/include/nolibc/ |
H A D | nolibc.h | 63 * to disable some features or simply not to include some standard libc files. 70 * only a few common includes, may also be built by simply making the include
|