Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-aspeed-uart-routing8 selected option marked by brackets "[]". The list of available options
25 will be marked by brackets "[]".
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7780.yaml47 line is active high, it should be marked GPIO_ACTIVE_HIGH.
54 driver probe. As the line is active low, it should be marked
63 marked GPIO_ACTIVE_LOW.
H A Dadi,ad7606.yaml78 is active high, it should be marked GPIO_ACTIVE_HIGH.
86 high, it should be marked GPIO_ACTIVE_HIGH. On the AD7616, as the line is
87 active low, it should be marked GPIO_ACTIVE_LOW.
94 Shutdown mode. As the line is active low, it should be marked
103 should be marked GPIO_ACTIVE_HIGH.
112 is ±5V for all channels. As the line is active high, it should be marked
122 line is active high, it should be marked GPIO_ACTIVE_HIGH. On the AD7606X
/linux-6.15/lib/
H A DKconfig.kcsan224 writes up to word size: conflicts between marked reads and plain
230 bool "Do not instrument marked atomic accesses"
233 Never instrument marked atomic accesses. This option can be used for
234 additional filtering. Conflicting marked atomic reads and plain
236 plain reads and marked writes to result in "unknown origin" reports.
238 races where at least one access is marked atomic will never be
242 accesses, conflicting marked atomic reads and plain writes will not
/linux-6.15/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_inexact_rst.pkt57 // marked INVALID, because conntrack is already closing.
60 // No packets should have been marked INVALID
/linux-6.15/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-setup-link.rst41 enable/disable a link. Links marked with the ``IMMUTABLE`` link flag can
48 Only links marked with the ``DYNAMIC`` link flag can be enabled/disabled
/linux-6.15/Documentation/admin-guide/media/
H A Dmgb4.rst157 valid pixel in the video line (marked by DE=1).
164 line (marked by DE=1) and assertion of the HSYNC signal.
171 line with the first valid pixel (marked by DE=1).
177 Number of video lines between the end of the last valid pixel line (marked
276 valid pixel in the video line (marked by DE=1). The default value is 50.
280 line (marked by DE=1) and assertion of the HSYNC signal. The default value
285 line with the first valid pixel (marked by DE=1). The default value is 31.
288 Number of video lines between the end of the last valid pixel line (marked
/linux-6.15/security/yama/
H A Dyama_lsm.c183 bool marked = false; in yama_ptracer_del() local
192 marked = true; in yama_ptracer_del()
197 if (marked) in yama_ptracer_del()
/linux-6.15/Documentation/filesystems/
H A Dautomount-support.rst89 mountpoint will not be marked for expiration or unmounted.
91 If the mountpoint was not already marked for expiry at that time, an EAGAIN
94 Otherwise if it was already marked and it wasn't referenced, unmounting will
H A Dntfs3.rst38 this table marked with no it means default is without **no**.
70 will be marked as system immutable files.
92 - Forces the driver to mount partitions even if volume is marked dirty.
/linux-6.15/Documentation/admin-guide/
H A Dabi-obsolete.rst7 marked to be removed at some later point in time.
H A Dabi-testing.rst15 be marked stable.
/linux-6.15/Documentation/dev-tools/
H A Dkcsan.rst216 KCSAN is aware of *marked atomic operations* (``READ_ONCE``, ``WRITE_ONCE``,
274 To detect data races between plain and marked accesses, KCSAN also annotates
275 marked accesses, but only to check if a watchpoint exists; i.e. KCSAN never
276 sets up a watchpoint on marked accesses. By never setting up watchpoints for
277 marked operations, if all accesses to a variable that is accessed concurrently
278 are properly marked, KCSAN will never trigger a watchpoint and therefore never
324 means reordering of marked accesses is not modeled.
327 instrumentation (no prefetching). Furthermore, marked accesses introducing
328 address or control dependencies do not require special handling (the marked
/linux-6.15/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst30 A page is considered idle if it has not been accessed since it was marked idle
83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
96 exceeding the dirty memory limit, it is not marked referenced.
104 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov02a10.yaml60 to be active, it should be marked GPIO_ACTIVE_HIGH.
68 marked GPIO_ACTIVE_LOW.
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Di2c-pca-platform.txt16 is active low, it should be marked GPIO_ACTIVE_LOW.
/linux-6.15/tools/memory-model/Documentation/
H A Daccess-marking.txt73 2. Data-racy reads whose values are checked against marked reload.
110 fed into some operation that checks the full value against a later marked
234 It is important to comment marked accesses so that people reading your
245 if that concurrent access is marked with READ_ONCE(). In addition,
249 write is marked with data_race() or WRITE_ONCE().
320 this function can be marked __no_kcsan and the data_race() can be dropped:
366 Because foo is read locklessly, all accesses are marked. The purpose
368 concurrent write, whether marked or not.
487 Because foo is accessed locklessly, all accesses are marked. It does
536 flag buggy concurrent writes, even if: (1) Those writes are marked or
/linux-6.15/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcra_thresh_marked_sample_test.c64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, marked) != in mmcra_thresh_marked_sample()
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dspi-clps711x.txt14 which is assumed to be in the same device tree, with and marked
/linux-6.15/net/sched/
H A Dsch_sfb.c79 u32 marked; /* ECN mark */ member
398 q->stats.marked++; in sfb_enqueue()
607 .marked = q->stats.marked, in sfb_dump_stats()
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst113 the page is broken down into 4K pages, which are then marked executable.
135 pages in the EPT are marked as non-executable.
137 broken down into 4K pages, which are then marked executable.
/linux-6.15/Documentation/devicetree/bindings/regmap/
H A Dregmap.txt14 be marked that way in the devicetree.
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dsound-card-common.yaml23 A list of audio sound widgets which are marked ignoring system suspend.
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5766.yaml39 should be marked GPIO_ACTIVE_LOW.
/linux-6.15/fs/bfs/
H A DKconfig10 and corresponds to the slice marked as "STAND" in the UnixWare

12345678910>>...13