Query: clear_bit
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLEAR_BIT(9) Basic C Library Functions CLEAR_BIT(9)NAMEclear_bit - Clears a bit in memorySYNOPSISvoid clear_bit(int nr, volatile unsigned long * addr);ARGUMENTSnr Bit to clear addr Address to start counting fromDESCRIPTIONclear_bit is atomic and may not be reordered. However, it does not contain a memory barrier, so if it is used for locking purposes, you should call smp_mb__before_clear_bit and/or smp_mb__after_clear_bit in order to ensure changes are visible on other processors.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CLEAR_BIT(9)
Related Man Pages |
---|
atomic_dec_32(3) - netbsd |
atomic_dec(3) - netbsd |
atomic_dec_ulong(3) - netbsd |
atomic_inc(3) - netbsd |
atomic_inc_32_nv(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Comparing unsigned char bits. |
Building JSON command with bash script |