__atomic_add_unless(9) centos man page | unix.com

Man Page: __atomic_add_unless

Operating Environment: centos

Section: 9

__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
drm_fb_helper_initial_config(9) - centos
drm_crtc_helper_set_mode(9) - centos
schedule_hrtimeout_range(9) - centos
trace_printk(9) - centos
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!