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 valueSYNOPSISint __atomic_add_unless(atomic_t * v, int a, int u);ARGUMENTSv pointer of type atomic_t a the amount to add to v... u ...unless v is equal to u.DESCRIPTIONAtomically adds a to v, so long as v was not already u. Returns the old value of v.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __ATOMIC_ADD_UNLESS(9)
| Related Man Pages |
|---|
| del_timer_sync(9) - centos |
| drm_crtc_helper_set_mode(9) - centos |
| mtrr_add(9) - centos |
| usb_gstrings_attach(9) - centos |
| struct_sk_buff(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |