CHANGE_BIT(9) Basic C Library Functions CHANGE_BIT(9)NAMEchange_bit - Toggle a bit in memorySYNOPSISvoid change_bit(int nr, volatile unsigned long * addr);ARGUMENTSnr Bit to change addr Address to start counting fromDESCRIPTIONchange_bit is atomic and may not be reordered. Note that nr may be almost arbitrarily large; this function is not restricted to acting on a single-word quantity.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CHANGE_BIT(9)
| Related Man Pages |
|---|
| atomic_dec_ptr(3) - netbsd |
| atomic_dec_uint(3) - netbsd |
| atomic_dec_ulong(3) - netbsd |
| atomic_dec_ulong_nv(3) - netbsd |
| atomic_inc(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Bits: Discussion on Bits and Virtual Economics |
| Bit usage: folding at home |
| Help with bit vector and setting its bits? |
| Question Regarding Megabits Drawing |