Searched full:simply (Results 1 – 25 of 1837) sorted by relevance
12345678910>>...74
/Linux-v6.6/arch/m68k/ifpsp060/ |
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-v6.6/fs/ntfs/ |
D | index.h | 37 * simply points into @entry. This is probably what the user is interested in. 91 * If the index entry is in the index root attribute, simply flush the page 95 * attribute, simply flush the page cache page containing the index block. 111 * If the index entry is in the index root attribute, simply mark the mft
|
D | usnjrnl.h | 55 * simply the 64-bit timestamp of when the journal was either created or last 61 * second is simply to take the data size of the attribute. Since the usns 62 * are simply byte offsets into $DATA/$J, this is exactly the next usn. For
|
/Linux-v6.6/drivers/usb/serial/ |
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-v6.6/Documentation/block/ |
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
|
D | writeback_cache_control.rst | 44 Filesystems can simply set the REQ_PREFLUSH and REQ_FUA bits and do not have to 58 on non-empty bios can simply be ignored, and REQ_PREFLUSH requests without
|
/Linux-v6.6/arch/arm/kernel/ |
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-v6.6/kernel/trace/ |
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-v6.6/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 6 # Simply expanded variable. 18 # Append something to a simply expanded variable.
|
/Linux-v6.6/fs/ |
D | mnt_idmapping.c | 85 * simply return @kuid unchanged. 88 * from_kuid() so we can simply retrieve the value via __kuid_val() 125 * simply return @kgid unchanged. 128 * from_kgid() so we can simply retrieve the value via __kgid_val()
|
D | attr.c | 96 * performed on the raw inode simply pass @nop_mnt_idmap. 123 * performed on the raw inode simply pass @nop_mnt_idmap. 160 * performed on the raw inode simply passs @nop_mnt_idmap. 297 * performed on the raw inode simply pass @nop_mnt_idmap. 379 * performed on the raw inode simply pass @nop_mnt_idmap.
|
/Linux-v6.6/Documentation/bpf/ |
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-v6.6/Documentation/admin-guide/ |
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-v6.6/arch/arc/include/asm/ |
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-v6.6/Documentation/core-api/ |
D | dma-attributes.rst | 15 those that do not will simply ignore the attribute and exhibit default 25 those that do not will simply ignore the attribute and exhibit default 43 DMA_ATTR_NO_KERNEL_MAPPING, those that do not will simply ignore the
|
/Linux-v6.6/drivers/watchdog/ |
D | Kconfig | 466 boards have hardware problems that will cause the machine to simply 1058 simply watches your kernel to make sure it doesn't freeze, and if 1173 This watchdog simply watches your kernel to make sure it doesn't 1219 watchdog simply watches your kernel to make sure it doesn't freeze, 1345 This watchdog simply watches your kernel to make sure it doesn't 1411 This watchdog simply watches your kernel to make sure it doesn't 1482 watchdog simply watches your kernel to make sure it doesn't freeze, 1517 This watchdog simply watches your kernel to make sure it doesn't 1576 This watchdog simply watches your kernel to make sure it doesn't 1591 watchdog simply watches your kernel to make sure it doesn't freeze, [all …]
|
/Linux-v6.6/drivers/gpio/ |
D | TODO | 33 unimportant by simply not using them. GPIO descriptors deal with this. 124 helpers for GPIO drivers on regmap that simply use offsets 154 make sense to simply join the subsystems into one and make pin
|
/Linux-v6.6/Documentation/watchdog/ |
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, 123 here simply happens the direct hardware access. If you have device-specific
|
/Linux-v6.6/Documentation/kbuild/ |
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-v6.6/drivers/base/ |
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
|
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 413 * This simply creates all the class device sysfs files from the 510 * This function simply removes all the attribute files and then calls
|
/Linux-v6.6/Documentation/power/ |
D | pm_qos_interface.rst | 23 aggregated target value is simply the min of the request values held in the list 83 To remove the user mode request for a target value simply close the device 96 simply the minimum of the request values held in the parameter list elements.
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
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-v6.6/Documentation/hwmon/ |
D | pmbus-core.rst | 25 set a status error flag, and some devices may simply hang up. 30 simply unknown what new device specific functionality PMBus device developers 47 PMBus commands. Auto-detection is somewhat limited, since there are simply too 59 Limits and alarm attributes are auto-detected because there are simply too many
|
/Linux-v6.6/Documentation/staging/ |
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
|
12345678910>>...74