Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dbitops.h105 __bitops_word(unsigned long nr, volatile unsigned long *ptr) in __bitops_word() function
121 unsigned long *addr = __bitops_word(nr, ptr); in set_bit()
142 unsigned long *addr = __bitops_word(nr, ptr); in clear_bit()
163 unsigned long *addr = __bitops_word(nr, ptr); in change_bit()
185 unsigned long *addr = __bitops_word(nr, ptr); in test_and_set_bit()
196 unsigned long *addr = __bitops_word(nr, ptr); in test_and_clear_bit()
207 unsigned long *addr = __bitops_word(nr, ptr); in test_and_change_bit()