ATOMIC_ADD_UNLESS(9) Driver Basics ATOMIC_ADD_UNLESS(9)NAMEatomic_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 non-zero if v was not u, and zero otherwise.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ATOMIC_ADD_UNLESS(9)
| Related Man Pages |
|---|
| kmem_cache_create(9) - suse |
| mtrr_add(9) - suse |
| schedule_hrtimeout_range(9) - centos |
| struct_irq_desc(9) - suse |
| kmem_cache_create(9) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Migrating to UNIX |
| Docker learning Phase-I |
| The Future of the PM (Private Message) System at UNIX.com |