Searched defs:__set_bit (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-generic/bitops/
H A Dnon-atomic.h10 * __set_bit - Set a bit in memory
18 static inline void __set_bit(int nr, volatile unsigned long *addr) function
/external/kernel-headers/original/asm-x86/
H A Dbitops_32.h30 * This function is atomic and may not be reordered. See __set_bit()
49 * __set_bit - Set a bit in memory
57 static inline void __set_bit(int nr, volatile unsigned long * addr) function

Completed in 320 milliseconds