Searched refs:accessed (Results 1 – 9 of 9) sorted by relevance
29 uint64_t accessed:1; member443 pte->accessed = true; in __nested_pg_map()
18 Performance counters are accessed via special file descriptors.122 and accessed as raw events. For example, to count "External bus287 accessed through mmap().
181 Each class defines the pattern of accesses and of the variables accessed.
331 - list of all accessed offsets for each cacheline
184 3. Per-CPU variables that are not accessed from other CPUs.487 Because foo is accessed locklessly, all accesses are marked. It does
539 o Declare the accessed variables as C11 atomics.542 o Declare the accessed variables as "volatile".
159 and "do not update anything that is visible to and accessed by readers",
15 there is only one CPU or only one memory location is accessed, and the
374 accessed normally without READ_ONCE() or WRITE_ONCE(). In fact, they453 accessed by the other event. The second event can be either a read or462 Here the location accessed by the second READ_ONCE() depends on the464 to address dependencies, since the address of a location accessed1226 READ_ONCE() or another synchronization primitive rather than accessed2058 different CPUs and accessed the same lock variable, but the LKMM says
Completed in 15 milliseconds