Name

atomic64_read — read atomic64 variable

Synopsis

u64 atomic64_read (atomic64_t * ptr);
 

Arguments

ptr

pointer to type atomic64_t

Description

Atomically reads the value of ptr and returns it.