Home
last modified time | relevance | path

Searched refs:regular (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c90 struct tcp_opt regular; in store_option() member
103 write_opt.regular.kind = test_kind; in store_option()
105 write_opt.regular.data32 = 0; 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()
152 search_opt.regular.data32 = 0; in load_option()
153 ret = bpf_load_hdr_opt(skops, &search_opt.regular, in load_option()
[all …]
/linux-6.15/Documentation/filesystems/bcachefs/
H A Dcasefolding.rst7 lookups using the regular `chattr +F` (`S_CASEFOLD`, `FS_CASEFOLD_FL`)
29 name with the regular name in the dirent.
33 * Regular: [dirent data][regular name][nul][nul]...
34 * Casefolded: [dirent data][reg len][cf len][regular name][casefolded name][nul][nul]...
41 it has identical performance to a regular lookup:
53 the regular name and casefolded name contiguously / 2 as the length. This would
54 assume that the regular length == casefolded length, but that could potentially
/linux-6.15/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst11 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-6.15/Documentation/mm/
H A Dbalance.rst29 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
H A Dtranshuge.rst15 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-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dthead,th1520-pinctrl.yaml25 Pinconf is fairly regular except for a few pads in group 1 that either can't
97 description: Enable the regular 48kOhm pull-up
99 description: Enable the strong 2.1kOhm pull-up or regular 48kOhm pull-up
105 description: Enable the regular 44kOhm pull-down
/linux-6.15/Documentation/userspace-api/
H A Dperf_ring_buffer.rst26 3.1 The relationship between AUX and regular ring buffers
597 3.1 The relationship between AUX and regular ring buffers
600 Generally, the AUX ring buffer is an auxiliary for the regular ring
601 buffer. The regular ring buffer is primarily used to store the event
608 regular profile samples that write to the regular ring buffer cause an
610 using interrupts would be overwhelming for the regular ring buffer
614 The AUX ring buffer reuses the same algorithm with the regular ring
619 During the initialisation phase, besides the mmap()-ed regular ring
625 regular ring buffer.
634 into the regular ring buffer while the CoreSight's AUX trace data is
[all …]
H A Disapnp.rst14 The regular files contain the contents of ISA PnP registers for
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst6 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-6.15/Documentation/arch/powerpc/
H A Dpmu-ebb.rst46 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-6.15/Documentation/driver-api/soundwire/
H A Dbra.rst19 The regular control channel uses Column 0 and can only send/retrieve
52 (6) The regular read/write commands can be issued in parallel with
73 the paging registers used for the regular command/control
219 Concurrency between BRA and regular read/write
227 mutex for regular read/write and BRA is a show-stopper. Independent
241 "regular" read/writes in parallel with the command channel, and last
276 is available or not, and use a regular read-write command channel in
284 For regular audio transfers, the machine driver exposes a dailink
316 concept of multi-link aggregation allowed by regular DAI links.
/linux-6.15/drivers/net/slip/
H A DKconfig23 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-6.15/tools/testing/selftests/exec/
H A D.gitignore10 non-regular
/linux-6.15/fs/cramfs/
H A DKconfig28 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-6.15/Documentation/input/devices/
H A Dedt-ft5x06.rst43 mode regular events don't get delivered and the options described
54 device is not in regular operation mode.
/linux-6.15/Documentation/bpf/
H A Dbpf_prog_run.rst64 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-6.15/tools/perf/Documentation/
H A Dperf-amd-ibs.txt43 no skid. Whereas the IP recorded by regular core PMU will have some skid
45 regular core PMU might not help for profiling with instruction level
47 question. On the other hand, regular core PMU has it's own advantages like
51 Three regular core PMU events are internally forwarded to IBS Op PMU when
/linux-6.15/Documentation/hid/
H A Dhidraw.rst146 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-6.15/Documentation/ABI/testing/
H A Dsysfs-platform-power-on-reason7 "regular power-up", "RTC wakeup", "watchdog timeout",
/linux-6.15/arch/arm64/boot/dts/marvell/
H A Dcn9132-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
H A Dcn9130-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
H A Dcn9131-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
/linux-6.15/Documentation/devicetree/bindings/mmc/
H A Dvt8500-sdmmc.txt8 - interrupts: Two interrupts are required - regular irq and dma irq.
/linux-6.15/security/yama/
H A DKconfig8 system-wide security settings beyond regular Linux discretionary
/linux-6.15/tools/kvm/kvm_stat/
H A Dkvm_stat.txt21 While running in regular mode, use any of the keys listed in section
36 *f*:: filter by regular expression

12345678910>>...13