centos man page for __atomic_add_unless

Query: __atomic_add_unless

OS: centos

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 the old value of v.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __ATOMIC_ADD_UNLESS(9)
Related Man Pages
del_timer_sync(9) - centos
schedule_hrtimeout_range(9) - centos
struct_hrtimer(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
struct_sock(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it