Searched full:observe (Results 1 – 25 of 216) sorted by relevance
123456789
/linux-6.12.1/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 raw_write_seqcount_latch(). 138 * tree structure is stored before we can observe the new @node. 161 * always observe one complete tree. See the comment for 164 * 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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/arch/mips/include/asm/ |
D | sync.h | 28 * other coherent CPUs will observe their completion before they observe
|
/linux-6.12.1/kernel/time/ |
D | sched_clock.c | 113 * sched_clock() will never observe mis-matched data even if called from 265 * at the end of the critical section to be sure we observe the
|
/linux-6.12.1/sound/firewire/bebob/ |
D | bebob_yamaha_terratec.c | 26 * to observe device's state, mainly check cmp connection and signal format. I
|
/linux-6.12.1/Documentation/i2c/ |
D | i2c-stub.rst | 38 4. observe its behavior in the kernel log
|
/linux-6.12.1/fs/ |
D | internal.h | 135 * caller is able to observe any changes done by the remount. This holds until 156 * observe all the changes remount did to the superblock.
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/Documentation/staging/ |
D | speculation.rst | 16 observe its impact on microarchitectural state, such as the presence or
|
/linux-6.12.1/Documentation/driver-api/mtd/ |
D | spi-intel.rst | 82 10) Now you can reboot your board and observe the new BIOS starting up
|
/linux-6.12.1/net/core/ |
D | gro_cells.c | 120 /* We need to observe an rcu grace period before freeing ->cells, in gro_cells_destroy()
|
/linux-6.12.1/drivers/firmware/tegra/ |
D | ivc.c | 472 * Notify remote end to observe state transition. in tegra_ivc_notified() 512 * Notify remote end to observe state transition. in tegra_ivc_notified() 536 * Notify remote end to observe state transition. in tegra_ivc_notified()
|
/linux-6.12.1/kernel/futex/ |
D | pi.c | 384 * observe this state, wait_lock is irrelevant. in __attach_to_pi_owner() 1011 * handoff -- such that the latter can observe the futex_q::pi_state in futex_lock_pi() 1018 * such that futex_unlock_pi() is guaranteed to observe the waiter when in futex_lock_pi() 1164 * wake_futex_pi() must observe any new waiters. in futex_unlock_pi() 1173 * complete such that we're guaranteed to observe the in futex_unlock_pi()
|
123456789