Home
last modified time | relevance | path

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

12345678910

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c87 struct tcp_opt regular; in store_option()
100 write_opt.regular.kind = test_kind; in store_option()
101 write_opt.regular.len = option_total_len(test_opt->flags); in store_option()
102 write_opt.regular.data32 = 0; in store_option()
103 write_test_option(test_opt, write_opt.regular.data); in store_option()
104 err = bpf_store_hdr_opt(skops, &write_opt.regular, in store_option()
105 sizeof(write_opt.regular), 0); in store_option()
132 struct tcp_opt regular; in load_option()
147 search_opt.regular.kind = test_kind; in load_option()
148 search_opt.regular in load_option()
90 struct tcp_opt regular; store_option() member
135 struct tcp_opt regular; load_option() member
[all...]
/linux/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/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/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/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/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/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/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/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/tools/testing/selftests/exec/
H A D.gitignore10 non-regular
/linux/Documentation/userspace-api/
H A Disapnp.rst14 The regular files contain the contents of ISA PnP registers for
/linux/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
/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst60 mode regular events don't get delivered and the options described
71 device is not in regular operation mode.
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-power-on-reason7 "regular power-up", "RTC wakeup", "watchdog timeout",
H A Dsysfs-driver-hid-corsair6 where G-keys triggers their regular key codes. "HW" for
/linux/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 Dcn9131-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.
/linux/security/yama/
H A DKconfig8 system-wide security settings beyond regular Linux discretionary
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7-colibri-aster.dtsi14 &gpio4 11 GPIO_ACTIVE_LOW /* SODIMM 86 / regular SSPFRM as UNO_SPI_CS or */
/linux/fs/hpfs/
H A DKconfig12 floppies however are in regular MSDOS format, so you don't need this
/linux/drivers/firmware/arm_scmi/
H A DKconfig44 When enabled regular SCMI drivers interactions are inhibited in
54 This will allow regular SCMI drivers to register with the core and
/linux/Documentation/filesystems/ext4/
H A Deainode.rst9 a regular file inode. This “EA inode” is linked only from the extended
/linux/arch/xtensa/kernel/
H A Dvectors.S79 s32i a0, a2, PT_DEPC # mark it as a regular exception
106 s32i a0, a2, PT_DEPC # mark it as a regular exception
273 s32i a0, a2, PT_DEPC # mark it as a regular exception
/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c2694 struct benchmark_results *regular) in print_benchmark_results() argument
2696 double s2d_improvement = ((regular->sys_to_dev_time - thp->sys_to_dev_time) / in print_benchmark_results()
2697 regular->sys_to_dev_time) * 100.0; in print_benchmark_results()
2698 double d2s_improvement = ((regular->dev_to_sys_time - thp->dev_to_sys_time) / in print_benchmark_results()
2699 regular->dev_to_sys_time) * 100.0; in print_benchmark_results()
2700 double throughput_s2d_improvement = ((thp->throughput_s2d - regular->throughput_s2d) / in print_benchmark_results()
2701 regular->throughput_s2d) * 100.0; in print_benchmark_results()
2702 double throughput_d2s_improvement = ((thp->throughput_d2s - regular->throughput_d2s) / in print_benchmark_results()
2703 regular->throughput_d2s) * 100.0; in print_benchmark_results()
2709 thp->sys_to_dev_time, regular->sys_to_dev_time, s2d_improvement); in print_benchmark_results()
[all …]

12345678910