Scroll to navigation
atomic64_read - read atomic64 variable
u64 atomic64_read(atomic64_t * ptr);
ptr
Atomically reads the value of ptr and returns it.