Home
last modified time | relevance | path

Searched refs:atomic_long_counter_offset (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/scripts/gdb/linux/
A Dutils.py131 atomic_long_counter_offset = atomic_long_type.get_type()['counter'].bitpos variable
135 global atomic_long_counter_offset
139 return read_u64(buffer, offset + atomic_long_counter_offset)
141 return read_u32(buffer, offset + atomic_long_counter_offset)

Completed in 4 milliseconds