Searched full:observe (Results 1 – 25 of 228) sorted by relevance
12345678910
/linux-6.15/include/linux/ |
D | rbtree_latch.h | 22 * copy, this does not guarantee an iteration will not observe modifications. 135 * observe one complete tree. See the comment for write_seqcount_latch_begin(). 138 * tree structure is stored before we can observe the new @node. 162 * always observe one complete tree. See the comment for 165 * It is assumed that @node will observe one RCU quiescent state before being
|
D | errno.h | 10 * codes, signal_pending() MUST be set. Note that ptrace can observe these
|
D | swait.h | 115 * observe an empty wait list while the waiter might not observe @cond.
|
D | spinlock.h | 143 * it is forbidden that CPU0 does not observe CPU1's store to Y (r0 = 0) 144 * and CPU1 does not observe CPU0's store to X (r1 = 0); see the comments 162 * and CPU2 does not observe CPU0's store to X (r2 = 0); see the comments
|
/linux-6.15/kernel/kcsan/ |
D | kcsan.h | 103 * Did not observe a value-change, however, it is valid to report the 109 * Did not observe a value-change, and it is invalid to report the race.
|
D | permissive.h | 70 * The rules here will ignore the data races if we observe no more than in kcsan_ignore_data_race()
|
/linux-6.15/include/asm-generic/ |
D | rqspinlock.h | 92 * they won't observe our entry until the cnt update is visible, that's in grab_held_lock_entry() 137 * holder of lock B (which this CPU failed to acquire) to now observe it in release_held_lock_entry() 146 * still possible there, but a remote CPU cannot observe a lock in our in release_held_lock_entry()
|
/linux-6.15/fs/xfs/scrub/ |
D | agb_bitmap.c | 32 * the first btree record, we'll observe that bc_levels[0].ptr == 1, so we 33 * record that we saw block 1. Then we observe that bc_levels[1].ptr == 1, so
|
/linux-6.15/tools/perf/Documentation/ |
D | examples.txt | 44 You can observe the statistical properties as well, by using the 157 Or you can observe the whole system's page allocations for 10 173 Or observe how fluctuating the page allocations are, via statistical
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | map_kptr.c | 151 /* Observe refcount dropping to 1 on bpf_map_free_deferred */ in serial_test_map_kptr() 156 /* Observe refcount dropping to 1 on synchronous delete elem */ in serial_test_map_kptr()
|
/linux-6.15/kernel/locking/ |
D | osq_lock.c | 65 * will now observe @lock and will complete its in osq_wait_next() 170 * in which case we should observe @node->locked becoming in osq_lock()
|
D | qspinlock_paravirt.h | 364 * observe its next->locked value and advance itself. in pv_kick_node() 443 * when we observe _Q_SLOW_VAL in __pv_queued_spin_unlock() in pv_wait_head_or_lock() 444 * we'll be sure to be able to observe our hash entry. in pv_wait_head_or_lock()
|
/linux-6.15/drivers/pps/generators/ |
D | Kconfig | 43 the Linux system to observe these pulses.
|
/linux-6.15/arch/mips/include/asm/ |
D | sync.h | 28 * other coherent CPUs will observe their completion before they observe
|
/linux-6.15/tools/testing/selftests/bpf/ |
D | bpf_arena_spin_lock.h | 256 * If we observe any contention; queue. in arena_spin_lock_slowpath() 269 * If we observe contention, there is a concurrent locker. in arena_spin_lock_slowpath() 445 * For contexts interrupting us, they either observe our dec or not. in arena_spin_lock_slowpath()
|
/linux-6.15/kernel/time/ |
D | sched_clock.c | 125 * sched_clock() will never observe mis-matched data even if called from 278 * at the end of the critical section to be sure we observe the
|
/linux-6.15/sound/firewire/bebob/ |
D | bebob_yamaha_terratec.c | 26 * to observe device's state, mainly check cmp connection and signal format. I
|
/linux-6.15/Documentation/i2c/ |
D | i2c-stub.rst | 38 4. observe its behavior in the kernel log
|
/linux-6.15/net/netfilter/ |
D | nft_set_bitmap.c | 26 * If no transaction is going on, we observe all elements are in the following 34 * On transaction handling, we observe these two temporary states:
|
/linux-6.15/fs/ |
D | internal.h | 138 * caller is able to observe any changes done by the remount. This holds until 159 * observe all the changes remount did to the superblock.
|
/linux-6.15/Documentation/dev-tools/ |
D | kcsan.rst | 187 Larger values result in the window in which we may observe a race to 248 manifest rarely), and (b) be able to actually observe them. We can accomplish 253 address set up, and then observe the watchpoint to fire, two accesses to the
|
/linux-6.15/kernel/ |
D | jump_label.c | 171 * static_key_dec_not_one() observe the positive value, in static_key_slow_inc_cpuslocked() 172 * they must also observe all the text changes. in static_key_slow_inc_cpuslocked() 177 * While holding the mutex this should never observe in static_key_slow_inc_cpuslocked() 303 * It should be impossible to observe -1 with jump_label_mutex held, in __static_key_slow_dec_cpuslocked()
|
/linux-6.15/tools/testing/selftests/tty/ |
D | tty_tstamp_update.c | 74 /* We need to wait at least 8 seconds in order to observe timestamp change */ in main()
|
/linux-6.15/Documentation/staging/ |
D | speculation.rst | 16 observe its impact on microarchitectural state, such as the presence or
|
/linux-6.15/Documentation/driver-api/mtd/ |
D | spi-intel.rst | 82 10) Now you can reboot your board and observe the new BIOS starting up
|
12345678910