Home
last modified time | relevance | path

Searched full:preceding (Results 1 – 25 of 274) sorted by relevance

1234567891011

/linux/scripts/kconfig/tests/auto_submenu/
H A D__init__.py3 Create submenu for symbols that depend on the preceding one.
5 If a symbols has dependency on the preceding symbol, the menu entry
6 should become the submenu of the preceding one, and displayed with
/linux/fs/jfs/
H A Djfs_dmap.h66 * - the number of dmaps preceding it
67 * - the number of L0 pages preceding its L0 page
68 * - the number of L1 pages preceding its L1 page
81 * - the number of dmap pages preceding it
82 * - the number of L0 pages preceding it
83 * - the number of L1 pages preceding its L1 page
96 * - the number of dmap pages preceding it
97 * - the number of L0 pages preceding it
98 * - the number of L1 pages preceding it
/linux/rust/kernel/sync/atomic/
H A Dordering.rs10 //! - [`Release`] provides ordering between all the preceding memory accesses and the store part of
14 //! - It provides ordering between all the preceding memory accesses and the annotated operation.
16 //! - It provides ordering between all the preceding memory accesses and all the following memory
/linux/tools/rcu/
H A Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_stack_var_off.c39 * Note that if it wasn't for the preceding variable-offset write, this in probe()
41 * being initialized. With the preceding variable-offset write, the in probe()
/linux/include/linux/can/
H A Dlength.h29 * including all fields preceding the data field, ignoring bitstuffing
50 * including all fields preceding the data field, ignoring bitstuffing
71 * including all fields preceding the data field, ignoring bitstuffing
94 * including all fields preceding the data field, ignoring bitstuffing
/linux/scripts/coccinelle/locks/
H A Dmini_lock.cocci6 /// supposed to exit with the lock held, or where there is some preceding
118 msg = "preceding lock on line %s" % (p[0].line)
/linux/drivers/comedi/drivers/
H A Damplc_dio200.c119 * 1. Clock source OUT n-1 is the output of the preceding channel on the
121 * preceding counter subdevice (see note 3) if n = 0.
125 * on the preceding counter subdevice (see note 3) if n < 2.
/linux/tools/memory-model/litmus-tests/
H A DSB+poonceonces.litmus8 * variable that the preceding process reads.
H A DSB+fencembonceonces.litmus8 * variable that the preceding process reads. (Locking and RCU can also
H A DLB+fencembonceonce+ctrlonceonce.litmus8 * reading from the preceding process's write. In this example, the
H A DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus9 * case (P2() to P0()), each process reads from the preceding process's
/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst129 leaves the idle state entered in the last step of the preceding suspend
152 Tasks frozen in step 2 of the preceding `suspend <s2idle_suspend_>`_
254 The CPUs disabled in step 4 of the preceding suspend transition are taken
/linux/arch/mips/include/asm/
H A Dtlbex.h9 * the preceding mtc0 and for the following eret.
/linux/lib/
H A Dmemweight.c30 * The reason that this last loop is distinct from the preceding in memweight()
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dmaxbotix,mb1232.yaml36 Interrupt used to announce the preceding reading request has finished
H A Dtyhx,hx9023s.yaml25 Generated by device to announce preceding read request has finished
H A Dsemtech,sx9360.yaml25 Generated by device to announce preceding read request has finished
/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h82 * @guard: The size of guard area preceding and trailing the bind.
194 * @guard: The size of the guard area preceding and trailing the bind.
/linux/include/linux/
H A Drcupdate_trace.h69 * Pairs with the preceding call to rcu_read_lock_tasks_trace() that
117 * Pairs with a preceding call to rcu_read_lock_trace(), and nesting is
H A Dsrcu.h606 * Converts the preceding srcu_read_unlock into a two-way memory barrier.
610 * the preceding srcu_read_unlock.
620 * Converts the preceding srcu_read_lock into a two-way memory barrier.
624 * the preceding srcu_read_lock.
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs172 // - Thanks to the preceding `assert!`, we know that the value with zero
199 // - By the preceding safety comment, `field` is in bounds of that
243 // bytes preceding `_trailing`. For instance, if the alignment of `$ty`
540 // size_of::<Dst>()` by the preceding assertion, all of `mu_dst`'s bytes are in try_transmute()
762 // SAFETY: By the preceding assert, `Src` and `Wrapping<Src>` have the in try_transmute_ref()
771 // SAFETY: By the preceding assert, `Dst` and `Wrapping<Dst>` have in try_transmute_ref()
779 // SAFETY: By the preceding assert, `Src` and `Wrapping<Src>` have the in try_transmute_ref()
842 // SAFETY: By the preceding assert, `Src` and `Wrapping<Src>` have the in try_transmute_mut()
849 // SAFETY: By the preceding assert, `Dst` and `Wrapping<Dst>` have the in try_transmute_mut()
853 // SAFETY: By the preceding assert, `Src` and `Wrapping<Src>` have the in try_transmute_mut()
[all …]
/linux/arch/arm/lib/
H A Dbacktrace-clang.S34 * We can treat the current frame's lr as the saved pc and the preceding
187 @ the preceding frame
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.h18 * command has hit the GSC-CS hardware, not the preceding handoff to GuC CTB.
/linux/Documentation/devicetree/bindings/sound/
H A Ddavinci-mcbsp.yaml81 McBSP will discard the bit preceding the data stream (called framing bit).

1234567891011