logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::atomic_long_read - Retrieves an atomic long variable from kernel memory

Arguments

addr
           pointer to atomic long variable

Description

       Safely perform the read of an atomic long variable. This will be a NOP on kernels that do not have
       ATOMIC_LONG_INIT set on the kernel config.

Name

       function::atomic_long_read - Retrieves an atomic long variable from kernel memory

See Also

tapset::atomic(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::ATOMIC_LON(3stap)

Synopsis

           atomic_long_read:long(addr:long)

See Also