The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Unlike change_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.
<<< Previous | Home | Next >>> |
clear_bit | Up | change_bit |