set_bit (9) Linux Manual Page
set_bit – Atomically set a bit in memory Synopsis void set_bit(long nr, volatile unsigned long *addr); Arguments nr the bit to set addr the address to start counting from Description This function is atomic and may not be reordered. See __set_bit if you do not require the atomic guarantees. Note there are no guarantees that…
