Searched refs:_set_bit (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/lib/ |
H A D | setbit.S | 15 bitop _set_bit, orr
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | sync_bitops.h | 9 * We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But 16 #define sync_set_bit(nr, p) _set_bit(nr, p)
|
H A D | bitops.h | 152 extern void _set_bit(int nr, volatile unsigned long * p);
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | sync_bitops.h | 10 * We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | armksyms.c | 143 EXPORT_SYMBOL(_set_bit); variable
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 280 static inline void _set_bit(u32 *word, u32 mask, int value) _set_bit() function 1527 _set_bit(&new_video_out, HCI_VIDEO_OUT_LCD, lcd_out); video_proc_write() 1529 _set_bit(&new_video_out, HCI_VIDEO_OUT_CRT, crt_out); video_proc_write() 1531 _set_bit(&new_video_out, HCI_VIDEO_OUT_TV, tv_out); video_proc_write()
|
Completed in 232 milliseconds