Home
last modified time | relevance | path

Searched refs:__bitops_word (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dbitops.h99 __bitops_word(unsigned long nr, volatile unsigned long *ptr) in __bitops_word() function
115 unsigned long *addr = __bitops_word(nr, ptr); in set_bit()
136 unsigned long *addr = __bitops_word(nr, ptr); in clear_bit()
157 unsigned long *addr = __bitops_word(nr, ptr); in change_bit()
179 unsigned long *addr = __bitops_word(nr, ptr); in test_and_set_bit()
190 unsigned long *addr = __bitops_word(nr, ptr); in test_and_clear_bit()
201 unsigned long *addr = __bitops_word(nr, ptr); in test_and_change_bit()