function::atomic_long_read(3) debian man page | unix.com

Man Page: function::atomic_long_read

Operating Environment: debian

Section: 3

function::atomic_long_read

FUNCTION:(3stap)					  String and data retrieving fun					  FUNCTION:(3stap)

NAME
function::atomic_long_read - Retrieves an atomic long variable from kernel memory
SYNOPSIS
atomic_long_read:long(addr:long)
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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
tapset::stopwatch(3stap) - centos
tapset::dev(3stap) - centos
tapset::inet(3stap) - centos
tapset::string(3stap) - centos
tapset::uconversions(3stap) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?