__change_bit - Toggle a bit in memory
"void __change_bit(int " "nr" ", volatile unsigned long * " "addr" ");"
nr
the bit to changeaddrthe address to start counting from
Unlike change_bitfR, this function is non-atomic and may be reordered. If it's called on the same region of memory simultaneously, the effect may be that only one operation succeeds.