| /linux/include/linux/ |
| H A D | rbtree_augmented.h | 28 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 D | rbtree_augmented.h | 30 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 D | scx_flatcg.bpf.c | 453 /* 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 D | MP+unlocklockonceonce+fencermbonceonce.litmus | 7 * first must propagate to each CPU before stores in the second do, even if
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 857 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 D | TODO | 20 media-controller configurable, and will not propagate the formats down to
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | processor_mmio_stale_data.rst | 11 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 D | linux-kernel.cat | 56 * 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 D | coresight-ect.rst | 16 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 D | devices.rst | 81 it'll propagate down and after revalidating B's entries, the whitelist entry
|
| /linux/tools/lib/ |
| H A D | rbtree.c | 428 .propagate = dummy_propagate,
|
| /linux/lib/ |
| H A D | rbtree.c | 429 .propagate = dummy_propagate,
|
| /linux/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 303 TEST_F(fanotify, propagate) in TEST_F() argument
|
| H A D | mount-notify_test_ns.c | 330 TEST_F(fanotify, propagate) in TEST_F() argument
|
| /linux/arch/m68k/fpsp040/ |
| H A D | round.S | 214 addql #1,LOCAL_HI(%a0) |propagate carry 233 addql #1,LOCAL_HI(%a0) |propagate carry
|
| /linux/Documentation/admin-guide/ |
| H A D | sysfs-rules.rst | 177 propagate errors wherever possible. Common errors include, but are not
|
| /linux/scripts/ |
| H A D | spelling.txt | 1297 propigate||propagate 1300 propogate||propagate
|
| /linux/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 136 Furthermore the lock helper can use propagate the -EALREADY return code back to
|
| H A D | rt-mutex-design.rst | 465 the lock's waiter tree and propagate the pi chain of the lock as well
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 65 identified contact, and use that slot to propagate changes for the contact.
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h616.dtsi | 105 * to propagate this into the DTB handed to kernels.
|
| /linux/Documentation/filesystems/ |
| H A D | zonefs.rst | 212 errors can propagate through a stream of cached sequential data for a zone
|
| /linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| H A D | Expedited-Grace-Periods.rst | 358 Tasks E and F will propagate up the ``rcu_node`` combining tree, with
|
| /linux/Documentation/networking/ |
| H A D | switchdev.rst | 357 FIB_EVENT_RULE_DEL used to propagate FIB rule changes
|
| /linux/kernel/sched/ |
| H A D | fair.c | 4450 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()
|