Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Drbtree_augmented.h28 void (*propagate)(struct rb_node *node, struct rb_node *stop); member
83 augment->propagate(parent, NULL); /* suboptimal */ in rb_add_augmented_cached()
128 .propagate = RBNAME ## _propagate, \
300 augment->propagate(parent, successor); in __rb_erase_augmented()
321 augment->propagate(tmp, NULL); in __rb_erase_augmented()
/linux/tools/include/linux/
H A 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/tools/sched_ext/
H A Dscx_flatcg.bpf.c453 /* propagate upwards */ in update_active_weight_sums()
457 bool propagate = false; in update_active_weight_sums() local
480 propagate = true; in update_active_weight_sums()
488 propagate = true; in update_active_weight_sums()
496 if (!propagate) in update_active_weight_sums()
/linux/tools/memory-model/litmus-tests/
H A DMP+unlocklockonceonce+fencermbonceonce.litmus7 * first must propagate to each CPU before stores in the second do, even if
/linux/tools/memory-model/Documentation/
H A Dexplanation.txt857 on C to propagate to C' before any po-later stores do.
861 stores executed on C) is forced to propagate to C' before the
866 propagate to all other CPUs before any instructions po-after
870 affects stores from other CPUs that propagate to CPU C before the
900 and W ->cumul-fence W', then W must propagate to any given CPU
902 require W to propagate to C before W' propagates to C'.
926 Propagation: This requires that certain stores propagate to
1186 smp_wmb() forces P0's store to x to propagate to P1 before the store
1234 po-earlier stores to propagate to every other CPU in the system; then
1270 for the memory subsystem not to propagate W to R's CPU until after R
[all …]
/linux/drivers/staging/media/deprecated/atmel/
H A DTODO20 media-controller configurable, and will not propagate the formats down to
/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst11 not transient execution attacks. However, these vulnerabilities may propagate
29 Stale data may propagate from fill buffers (FB) into the non-coherent portion
180 Control register writes by CPU during C-state transition can propagate data
/linux/tools/memory-model/
H A Dlinux-kernel.cat56 * propagate to one of the involved CPUs before it hands over the lock to
57 * the next CPU will also propagate to the final CPU handing over the lock
/linux/Documentation/trace/coresight/
H A 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
/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst81 it'll propagate down and after revalidating B's entries, the whitelist entry
/linux/tools/lib/
H A Drbtree.c428 .propagate = dummy_propagate,
/linux/lib/
H A Drbtree.c429 .propagate = dummy_propagate,
/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c303 TEST_F(fanotify, propagate) in TEST_F() argument
H A Dmount-notify_test_ns.c330 TEST_F(fanotify, propagate) in TEST_F() argument
/linux/arch/m68k/fpsp040/
H A Dround.S214 addql #1,LOCAL_HI(%a0) |propagate carry
233 addql #1,LOCAL_HI(%a0) |propagate carry
/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst177 propagate errors wherever possible. Common errors include, but are not
/linux/scripts/
H A Dspelling.txt1297 propigate||propagate
1300 propogate||propagate
/linux/Documentation/locking/
H A Dww-mutex-design.rst136 Furthermore the lock helper can use propagate the -EALREADY return code back to
H A Drt-mutex-design.rst465 the lock's waiter tree and propagate the pi chain of the lock as well
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst65 identified contact, and use that slot to propagate changes for the contact.
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616.dtsi105 * to propagate this into the DTB handed to kernels.
/linux/Documentation/filesystems/
H A Dzonefs.rst212 errors can propagate through a stream of cached sequential data for a zone
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst358 Tasks E and F will propagate up the ``rcu_node`` combining tree, with
/linux/Documentation/networking/
H A Dswitchdev.rst357 FIB_EVENT_RULE_DEL used to propagate FIB rule changes
/linux/kernel/sched/
H A Dfair.c4450 cfs_rq->propagate = 1; in add_tg_cfs_propagate()
4463 if (!gcfs_rq->propagate) in propagate_entity_load_avg()
4466 gcfs_rq->propagate = 0; in propagate_entity_load_avg()
4501 if (gcfs_rq->propagate) in skip_blocked_update()

12