OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__set_bit
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/asm-generic/bitops/
non-atomic.h
10
*
__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/
bitops_32.h
30
* 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 325 milliseconds