| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_reg_equal.c | 17 * thus insn w3 = w2 should propagate reg id, \ in subreg_equality_1() 18 * and w2 < 9 comparison would also propagate \ in subreg_equality_1() 42 * w3 = w2 should not propagate reg id, and \ in subreg_equality_2() 43 * w2 < 9 comparison should not propagate \ in subreg_equality_2()
|
| H A D | cgroup_hierarchical_stats.c | 115 /* Propagate changes to this cgroup's total */ in BPF_PROG() 119 /* Skip if there are no changes to propagate, or no parent */ in BPF_PROG() 123 /* Propagate changes to cgroup's parent */ in BPF_PROG()
|
| H A D | tailcall_bpf2bpf6.c | 27 /* Don't propagate the constant to the caller */ in subprog_tail()
|
| H A D | verifier_scalar_ids.c | 7 /* Check that precision marks propagate through scalar IDs. 153 /* Check that precision marks propagate through scalar IDs. 335 /* propagate equal scalars precision */ in __flag() 373 /* propagate range for r{0-6} */ in __flag() 505 * Where (2) is not safe, as "r7 > 4" check won't propagate range for it.
|
| /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/drivers/net/fddi/skfp/ |
| H A D | ecm.c | 444 /* trace propagate upstream */ in prop_actions() 445 DB_ECM("ECM : propagate TRACE on PHY B"); in prop_actions() 450 /* trace propagate upstream */ in prop_actions() 451 DB_ECM("ECM : propagate TRACE on PHY A"); in prop_actions() 498 /* trace propagate upstream */ in prop_actions() 499 DB_ECM("ECM : propagate TRACE on PHY %d", upstream); in prop_actions()
|
| /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/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/drivers/usb/misc/ |
| H A D | brcmstb-usb-pinmap.c | 72 * Interrupt from override register, propagate from override bit 100 * Interrupt from GPIO, propagate from GPIO to override bit. 228 * propagate the state to the GPIO for all out pins. in sync_all_pins()
|
| /linux/rust/syn/ |
| H A D | discouraged.rs | 183 // Unexpected unset. Use chain to propagate errors from fork. in advance_to() 188 // propagate up the chain by replacing the root `unexpected` in advance_to() 190 // parsers should propagate. in advance_to()
|
| /linux/drivers/sh/clk/ |
| H A D | core.c | 225 /* Propagate rate to children */ 311 * recalculate_root_clocks - recalculate and propagate all root clocks 314 * clock's .recalc is set correctly, should also propagate their rates. 343 * Propagate mappings. in clk_establish_mapping()
|
| /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/drivers/md/dm-vdo/ |
| H A D | permassert.h | 20 * Since GCC doesn't propagate the warn_unused_result attribute to conditional expressions
|
| /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/drivers/staging/media/deprecated/atmel/ |
| H A D | TODO | 20 media-controller configurable, and will not propagate the formats down to
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_util.c | 146 /* Propagate di_flags from a parent inode to a child inode. */ 202 * that we don't let broken hints propagate. in xfs_inode_inherit_flags() 213 /* Propagate di_flags2 from a parent inode to a child inode. */ 230 /* Don't let invalid cowextsize hints propagate. */ in xfs_inode_inherit_flags2()
|
| H A D | xfs_inode_util.h | 21 * Due to our only partial reliance on the VFS to propagate uid and gid values
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | remove_on_exec.c | 118 * Verify that event does _not_ propagate to fork+exec'd child; event enabled 169 * Verify that event does _not_ propagate to fork+exec'd child; event enabled
|
| /linux/arch/arm/mach-omap2/ |
| H A D | hdq1w.c | 33 * programmed to allow the clock to propagate to the rest of the
|
| /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/drivers/net/ |
| H A D | macsec.c | 1831 /* If h/w offloading is available, propagate to the device */ in macsec_add_rxsa() 2039 /* If h/w offloading is available, propagate to the device */ in macsec_add_txsa() 2110 /* If h/w offloading is available, propagate to the device */ in macsec_del_rxsa() 2177 /* If h/w offloading is available, propagate to the device */ in macsec_del_rxsc() 2235 /* If h/w offloading is available, propagate to the device */ in macsec_del_txsa() 2336 /* If h/w offloading is available, propagate to the device */ in macsec_upd_txsa() 2430 /* If h/w offloading is available, propagate to the device */ in macsec_upd_rxsa() 2503 /* If h/w offloading is available, propagate to the device */ in macsec_upd_rxsc() 2689 /* If h/w offloading is available, propagate to the device */ in get_tx_sa_stats() 2733 /* If h/w offloading is available, propagate to the device */ in get_rx_sa_stats() [all …]
|
| /linux/kernel/cgroup/ |
| H A D | freezer.c | 34 * Propagate the cgroup frozen state upwards by the cgroup tree. 284 * Propagate changes downwards the cgroup tree. in cgroup_freeze()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_params.h | 36 * called to allow changes to propagate. The signature of this
|
| /linux/drivers/clk/zynqmp/ |
| H A D | clk-zynqmp.h | 18 /* propagate rate change up one level */
|
| /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
|