suse man page for atomic_add_unless

Query: atomic_add_unless

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ATOMIC_ADD_UNLESS(9)						   Driver Basics					      ATOMIC_ADD_UNLESS(9)

NAME
atomic_add_unless - add unless the number is already a given value
SYNOPSIS
int atomic_add_unless(atomic_t * v, int a, int u);
ARGUMENTS
v pointer of type atomic_t a the amount to add to v... u ...unless v is equal to u.
DESCRIPTION
Atomically adds a to v, so long as v was not already u. Returns non-zero if v was not u, and zero otherwise.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ATOMIC_ADD_UNLESS(9)
Related Man Pages
schedule_hrtimeout_range(9) - centos
struct_sk_buff(9) - centos
bitmap_remap(9) - suse
device_schedule_callback_owner(9) - suse
struct_hrtimer(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Change directory error
Update kernel Linux without reboot?!
Docker learning Phase-I