Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.10/tools/include/linux/
Drbtree_augmented.h30 void (*propagate)(struct rb_node *node, struct rb_node *stop); member
104 .propagate = RBNAME ## _propagate, \
263 augment->propagate(parent, successor); in __rb_erase_augmented()
286 augment->propagate(tmp, NULL); in __rb_erase_augmented()
/Linux-v5.10/include/linux/
Drbtree_augmented.h28 void (*propagate)(struct rb_node *node, struct rb_node *stop); member
102 .propagate = RBNAME ## _propagate, \
274 augment->propagate(parent, successor); in __rb_erase_augmented()
295 augment->propagate(tmp, NULL); in __rb_erase_augmented()
/Linux-v5.10/Documentation/core-api/
Drefcount-vs-atomic.rst45 and all propagated stores from other CPUs must propagate to all
53 must propagate to all other CPUs before the release operation
60 po-later stores on the same CPU must propagate to all other CPUs
/Linux-v5.10/Documentation/filesystems/
Dsharedsubtree.rst87 only propagate towards it.
260 A 'peer group' is defined as a group of vfsmounts that propagate
285 mount/unmount events are received. Events do not propagate from
428 mount/unmount on 'A' do not propagate anywhere else. Similarly
429 mount/unmount on 'C' do not propagate anywhere else.
573 Example: Let's say 'B1', 'B2', 'B3' are shared mounts that propagate to
603 If 'A' is shared, then 'B' is also shared and 'A' and 'B' propagate to
670 will the mount propagate to 'B' and 'C' ?
905 In the above figure A,B,C and D all are shared and propagate to each
908 'E' is also shared with 'K' and they propagate to each other. And
Dzonefs.rst212 errors can propagate through a stream of cached sequential data for a zone
/Linux-v5.10/tools/memory-model/Documentation/
Dexplanation.txt804 on C to propagate to C' before any po-later stores do.
808 stores executed on C) is forced to propagate to C' before the
813 propagate to all other CPUs before any instructions po-after
817 affects stores from other CPUs that propagate to CPU C before the
847 and W ->cumul-fence W', then W must propagate to any given CPU
849 require W to propagate to C before W' propagates to C'.
873 Propagation: This requires that certain stores propagate to
1103 smp_wmb() forces P0's store to x to propagate to P1 before the store
1151 po-earlier stores to propagate to every other CPU in the system; then
1187 for the memory subsystem not to propagate W to R's CPU until after R
[all …]
/Linux-v5.10/Documentation/trace/coresight/
Dcoresight-ect.rst16 devices via numbered channels, in order to propagate events between devices.
170 * ``chan_gate_enable``: Write operation sets the CTI gate to propagate
Dcoresight.rst281 as a sink, or as a link to propagate further along the chain::
583 individual CTIs and components, and can propagate these between all CTIs via
/Linux-v5.10/tools/lib/
Drbtree.c428 .propagate = dummy_propagate,
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/
Ddevices.rst81 it'll propagate down and after revalidating B's entries, the whitelist entry
Dmemory.rst913 - "hierarchy": events always propagate up to the root, similar to the default
/Linux-v5.10/Documentation/admin-guide/
Dxfs.rst385 Defines how fast XFS should propagate an error upwards when a specific
386 error is found during the filesystem operation. It can propagate
466 the filesystem will propagate the error. The retry count for a given
Dsysfs-rules.rst177 propagate errors wherever possible. Common errors include, but are not
/Linux-v5.10/lib/
Drbtree.c429 .propagate = dummy_propagate,
/Linux-v5.10/arch/m68k/fpsp040/
Dround.S214 addql #1,LOCAL_HI(%a0) |propagate carry
233 addql #1,LOCAL_HI(%a0) |propagate carry
/Linux-v5.10/scripts/
Dspelling.txt1116 propigate||propagate
1119 propogate||propagate
/Linux-v5.10/Documentation/locking/
Dww-mutex-design.rst136 Furthermore the lock helper can use propagate the -EALREADY return code back to
Drt-mutex-design.rst465 the lock's waiter tree and propagate the pi chain of the lock as well
/Linux-v5.10/Documentation/networking/
Dswitchdev.rst333 FIB_EVENT_RULE_DEL used to propagate FIB rule changes
/Linux-v5.10/Documentation/input/
Dmulti-touch-protocol.rst65 identified contact, and use that slot to propagate changes for the contact.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Ddev-subdev.rst183 Drivers automatically propagate formats inside sub-devices. When a try
/Linux-v5.10/kernel/sched/
Dsched.h564 long propagate; member
Dfair.c3555 cfs_rq->propagate = 1; in add_tg_cfs_propagate()
3568 if (!gcfs_rq->propagate) in propagate_entity_load_avg()
3571 gcfs_rq->propagate = 0; in propagate_entity_load_avg()
3606 if (gcfs_rq->propagate) in skip_blocked_update()
/Linux-v5.10/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst358 Tasks E and F will propagate up the ``rcu_node`` combining tree, with
/Linux-v5.10/Documentation/trace/
Devents.rst254 fields can be guaranteed to propagate successfully to all events.

12