Home
last modified time | relevance | path

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

12345678910

/Linux-v5.10/arch/nds32/mm/
Dalignment.c198 int imm, regular, load, len, addr_mode, idx_mode; in do_16() local
205 regular = 1; in do_16()
213 regular = 1; in do_16()
221 regular = 0; in do_16()
229 regular = 1; in do_16()
237 regular = 1; in do_16()
245 regular = 1; in do_16()
253 regular = 0; in do_16()
261 regular = 1; in do_16()
288 if (regular) in do_16()
[all …]
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c90 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-v5.10/Documentation/power/
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-v5.10/Documentation/vm/
Dbalance.rst31 regular memory requests by allocating one from the dma pool, instead
32 of incurring the overhead of regular zone balancing.
36 right ratio of dma and regular memory, it is quite possible that balancing
60 Note that if the size of the regular zone is huge compared to dma zone,
62 deciding whether to balance the regular zone. The first solution
70 fall back into regular zone. This also makes sure that HIGHMEM pages
Dtranshuge.rst17 can continue working on the regular pages or regular pte mappings.
20 regular pages should be gracefully allocated instead and mixed in
26 backed by regular pages should be relocated on hugepages
108 regular pmd from under you (split_huge_pmd can run in parallel to the
/Linux-v5.10/Documentation/admin-guide/device-mapper/
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-v5.10/Documentation/powerpc/
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-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-strerror.txt6 tep_strerror - Returns a string describing regular errno and tep error number.
21 The _tep_ argument is trace event parser context. The _errnum_ is a regular
/Linux-v5.10/drivers/net/slip/
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-v5.10/Documentation/input/devices/
Dedt-ft5x06.rst43 mode regular events don't get delivered and the options described
54 device is not in regular operation mode.
/Linux-v5.10/fs/cramfs/
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-v5.10/Documentation/driver-api/
Disapnp.rst14 The regular files contain the contents of ISA PnP registers for
/Linux-v5.10/security/yama/
DKconfig8 system-wide security settings beyond regular Linux discretionary
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dvt8500-sdmmc.txt8 - interrupts: Two interrupts are required - regular irq and dma irq.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-corsair6 where G-keys triggers their regular key codes. "HW" for
/Linux-v5.10/tools/kvm/kvm_stat/
Dkvm_stat.txt21 While running in regular mode, use any of the keys listed in section
36 *f*:: filter by regular expression
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Dintel,ixp4xx-flash.txt3 This flash is regular CFI compatible (Intel or AMD extended) flash chips with
Darm-versatile.txt6 They are regular CFI compatible (Intel or AMD extended) flash chips with
Dcortina,gemini-flash.txt3 This flash is regular CFI compatible (Intel or AMD extended) flash chips with
/Linux-v5.10/tools/testing/selftests/exec/
DMakefile6 TEST_PROGS := binfmt_script non-regular
/Linux-v5.10/fs/hpfs/
DKconfig10 floppies however are in regular MSDOS format, so you don't need this
/Linux-v5.10/Documentation/filesystems/
Dsquashfs.rst53 file type, i.e. regular file, directory, symbolic link, and block/char device
127 (regular file, directory, device, etc.), the inode contents and length
130 To further maximise compression, two types of regular file inode and
132 regular files and directories, and extended types where extra
197 For space efficiency regular files store uid and gid indexes, which are
Ddax.txt46 2. There exists a persistent flag FS_XFLAG_DAX that can be applied to regular
51 be inherited by all regular files and subdirectories that are subsequently
82 c) Changing the FS_XFLAG_DAX flag on existing regular files and
87 the change in behaviour for existing regular files may not occur
153 statx can be used to query S_DAX. NOTE that only regular files will ever have
/Linux-v5.10/Documentation/filesystems/ext4/
Deainode.rst9 a regular file inode. This “EA inode” is linked only from the extended
/Linux-v5.10/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt19 and run PM functions, second should be regular pool to be used for

12345678910