/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/ |
H A D | atomic.h | 12 #define set_bit test_and_set_bit macro
|
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
H A D | atomic.h | 8 static inline void set_bit(int nr, unsigned long *addr) in set_bit() function
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages_common.c | 28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | bitfield_unit.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() functions
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | bitops.h | 39 static inline void set_bit(int nr, void *addr) in set_bit() function
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | bitops.h | 39 static inline void set_bit(int nr, void *addr) in set_bit() function
|
/kernel/linux/linux-5.10/include/asm-generic/bitops/ |
H A D | atomic.h | 14 static __always_inline void set_bit(unsigned int nr, volatile unsigned long *p) in set_bit() function
|
H A D | instrumented-atomic.h | 26 static inline void set_bit(long nr, volatile unsigned long *addr) in set_bit() function
|
/kernel/linux/linux-6.6/include/asm-generic/bitops/ |
H A D | instrumented-atomic.h | 26 static __always_inline void set_bit(long nr, volatile unsigned long *addr) in set_bit() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/bitops/ |
H A D | atomic.h | 12 static inline void set_bit(int nr, volatile unsigned long *addr) in set_bit() function
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | bitops-grb.h | 5 static inline void set_bit(int nr, volatile void * addr) in set_bit() function
|
H A D | bitops-llsc.h | 5 static inline void set_bit(int nr, volatile void *addr) in set_bit() function
|
H A D | bitops-cas.h | 14 static inline void set_bit(int nr, volatile void *addr) in set_bit() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | bitops_32.h | 42 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) in set_bit() function
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/bitops/ |
H A D | atomic.h | 12 static inline void set_bit(int nr, volatile unsigned long *addr) in set_bit() function
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | bitops-grb.h | 5 static inline void set_bit(int nr, volatile void * addr) in set_bit() function
|
H A D | bitops-llsc.h | 5 static inline void set_bit(int nr, volatile void *addr) in set_bit() function
|
H A D | bitops-cas.h | 14 static inline void set_bit(int nr, volatile void *addr) in set_bit() function
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | bitops_32.h | 42 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) in set_bit() function
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | support.h | 67 #define set_bit(bit, var) (var) |= 1 << (bit) macro
|
/third_party/libinput/src/ |
H A D | util-bits.h | 51 set_bit(unsigned char *array, int bit) in set_bit() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | bitmap.h | 17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_pragma_packed.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() functions
|
H A D | bitfield_method_mangling.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() functions
|
H A D | divide-by-zero-in-struct-layout.rs | 37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() functions
|