|
iPXE
|
Bit operations. More...
#include <bits/bitops.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| void | set_bit (unsigned int bit, volatile void *bits) |
| void | clear_bit (unsigned int bit, volatile void *bits) |
| int | test_and_set_bit (unsigned int bit, volatile void *bits) |
| int | test_and_clear_bit (unsigned int bit, volatile void *bits) |
Bit operations.
Definition in file bitops.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| void set_bit | ( | unsigned int | bit, |
| volatile void * | bits | ||
| ) |
Referenced by bitops_test_exec(), vmbus_send(), vmbus_signal_monitor(), and vxge_open().
| void clear_bit | ( | unsigned int | bit, |
| volatile void * | bits | ||
| ) |
Referenced by bitops_test_exec(), and vxge_close().
| int test_and_set_bit | ( | unsigned int | bit, |
| volatile void * | bits | ||
| ) |
Referenced by bitops_test_exec().
| int test_and_clear_bit | ( | unsigned int | bit, |
| volatile void * | bits | ||
| ) |
Referenced by bitops_test_exec().
1.8.15