Searched defs:set_bit (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/amd64/include/xen/ |
| HD | xen-os.h | 104 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit() function
|
| /trueos/sys/dev/drm/ |
| HD | drm_atomic.h | 64 set_bit(int b, volatile void *p) in set_bit() function
|
| /trueos/sys/dev/drm2/ |
| HD | drm_atomic.h | 72 #define set_bit(b, p) \ macro
|
| /trueos/sys/i386/include/xen/ |
| HD | xen-os.h | 241 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit() function
|
| /trueos/sys/ofed/include/linux/ |
| HD | bitops.h | 298 #define set_bit(i, a) \ macro
|
| /trueos/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_ibumad.c | 745 static int set_bit(int nr, void *method_mask) in set_bit() function
|
| /trueos/sys/powerpc/mpc85xx/ |
| HD | fsl_sdhc.c | 148 set_bit(struct fsl_sdhc_softc *sc, uint32_t offset, uint32_t mask) in set_bit() function
|
| /trueos/sys/dev/ntb/if_ntb/ |
| HD | if_ntb.c | 70 #define set_bit(pos, bitmap_addr) *(bitmap_addr) |= 1UL << (pos) macro
|
| /trueos/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs.h | 858 #define set_bit(bit, name) bit_set((bitstr_t *)name, bit) macro
|