__set_bit - Set a bit in memory
@nr: the bit to set
@addr: the address to start counting from
Unlike set_bit(), 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.
__set_bit - Set a bit in memory @nr: the bit to set @addr: the address to start counting from
Unlike set_bit(), 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.