/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_tcp_hdr_options.c | 90 struct tcp_opt regular; in store_option() member 103 write_opt.regular.kind = test_kind; in store_option() 104 write_opt.regular.len = option_total_len(test_opt->flags); in store_option() 105 write_opt.regular.data32 = 0; in store_option() 106 write_test_option(test_opt, write_opt.regular.data); in store_option() 107 err = bpf_store_hdr_opt(skops, &write_opt.regular, in store_option() 108 sizeof(write_opt.regular), 0); in store_option() 135 struct tcp_opt regular; in load_option() member 150 search_opt.regular.kind = test_kind; in load_option() 151 search_opt.regular.len = 0; in load_option() [all …]
|
/Linux-v6.6/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 11 How does the regular CPU hotplug code differ from how the Suspend-to-RAM 21 What happens when regular CPU hotplug and Suspend-to-RAM race with each other 79 Disable regular cpu hotplug 99 | Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug 149 regular CPU hotplug] 154 regular CPU hotplug and the suspend code path converge at the _cpu_down() and 156 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' 207 a regular CPU hotplug operation, upon receiving the CPU_DEAD notification 259 Are there any known problems when regular CPU hotplug and suspend race 264 1. When invoking regular CPU hotplug, the 'tasks_frozen' argument passed to [all …]
|
/Linux-v6.6/Documentation/mm/ |
D | balance.rst | 29 regular memory requests by allocating one from the dma pool, instead 30 of incurring the overhead of regular zone balancing. 34 right ratio of dma and regular memory, it is quite possible that balancing 58 Note that if the size of the regular zone is huge compared to dma zone, 60 deciding whether to balance the regular zone. The first solution 68 fall back into regular zone. This also makes sure that HIGHMEM pages
|
D | transhuge.rst | 15 can continue working on the regular pages or regular pte mappings. 18 regular pages should be gracefully allocated instead and mixed in 24 backed by regular pages should be relocated on hugepages 101 regular pmd from under you (split_huge_pmd can run in parallel to the
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-zoned.rst | 6 ZAC compliant devices) as a regular block device without any write 40 metadata. It can also use a regular block device together with the zoned 41 block device; in that case the regular block device will be split logically 95 chunk, resulting in native random write performance similar to a regular 134 If a regular device is used in conjunction with the zoned block device, 139 are located at the start of the regular block device. 154 regular block device as the first device.
|
/Linux-v6.6/Documentation/powerpc/ |
D | pmu-ebb.rst | 46 concurrently with regular 'perf' commands, or any other perf events. 52 The exclusion between EBB events and regular events is implemented using the 55 If an EBB event and a regular event are both pinned, then whichever is enabled 118 regular event. If this is the last EBB event the PMU will be deconfigured and 125 The EBB handler is just regular userspace code, however it must be written in
|
/Linux-v6.6/drivers/net/slip/ |
D | Kconfig | 23 allows you to use SLIP over a regular dial up shell connection. If 29 Internet connectivity if you have a regular dial up shell account on 56 allows you to use SLIP over a regular dial up shell connection, you
|
/Linux-v6.6/tools/testing/selftests/exec/ |
D | .gitignore | 10 non-regular
|
D | Makefile | 7 TEST_GEN_PROGS := execveat load_address_4096 load_address_2097152 load_address_16777216 non-regular
|
/Linux-v6.6/fs/cramfs/ |
D | Kconfig | 28 bool "Support CramFs image over a regular block device" if EXPERT 32 This option allows the CramFs driver to load data from a regular
|
/Linux-v6.6/Documentation/input/devices/ |
D | edt-ft5x06.rst | 43 mode regular events don't get delivered and the options described 54 device is not in regular operation mode.
|
/Linux-v6.6/Documentation/bpf/ |
D | bpf_prog_run.rst | 64 which means the semantics are not quite as straight-forward as the regular test 77 via the same trace points as for regular XDP programs. 80 the regular (non-live) mode. The XDP program will be executed as though the 108 immediately. If a packet ends up being passed to the regular networking stack
|
/Linux-v6.6/drivers/staging/media/atomisp/ |
D | TODO | 35 * Port various ov2680 improvements from atomisp_ov2680.c to regular ov2680.c 36 and switch to regular ov2680 driver 37 * Make atomisp work with the regular ov5693 driver and drop atomisp_ov5693
|
/Linux-v6.6/Documentation/hid/ |
D | hidraw.rst | 146 for regular input reports, but allows the host to request the value of a 149 the regular device read() interface. The format of the buffer issued with this report 156 This is slower on most devices where a dedicated Out endpoint exists for regular 159 updates via the regular device write() interface. The format of the buffer issued 168 via a HIDIOCSOUTPUT request, or the regular device write() interface. The format
|
/Linux-v6.6/Documentation/driver-api/ |
D | isapnp.rst | 14 The regular files contain the contents of ISA PnP registers for
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-platform-power-on-reason | 7 "regular power-up", "RTC wakeup", "watchdog timeout",
|
D | sysfs-driver-hid-corsair | 6 where G-keys triggers their regular key codes. "HW" for
|
/Linux-v6.6/arch/arm64/boot/dts/marvell/ |
D | cn9132-db-B.dts | 14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
|
D | cn9130-db-B.dts | 14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
|
D | cn9131-db-B.dts | 14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
|
/Linux-v6.6/security/yama/ |
D | Kconfig | 8 system-wide security settings beyond regular Linux discretionary
|
/Linux-v6.6/Documentation/devicetree/bindings/mmc/ |
D | vt8500-sdmmc.txt | 8 - interrupts: Two interrupts are required - regular irq and dma irq.
|
/Linux-v6.6/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 21 While running in regular mode, use any of the keys listed in section 36 *f*:: filter by regular expression
|
/Linux-v6.6/fs/hpfs/ |
D | Kconfig | 12 floppies however are in regular MSDOS format, so you don't need this
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx7-colibri-aster.dtsi | 14 &gpio4 11 GPIO_ACTIVE_LOW /* SODIMM 86 / regular SSPFRM as UNO_SPI_CS or */
|