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

/linux-master/scripts/gdb/linux/
H A Dutils.py154 atomic_long_counter_offset = atomic_long_type.get_type()['counter'].bitpos variable
158 global atomic_long_counter_offset
162 return read_u64(buffer, offset + atomic_long_counter_offset)
164 return read_u32(buffer, offset + atomic_long_counter_offset)

Completed in 127 milliseconds