qofs 320 arch/alpha/include/asm/bitops.h unsigned long bits, qofs, bofs; qofs 323 arch/alpha/include/asm/bitops.h qofs = ffz_b(bits); qofs 324 arch/alpha/include/asm/bitops.h bits = __kernel_extbl(word, qofs); qofs 327 arch/alpha/include/asm/bitops.h return qofs*8 + bofs; qofs 340 arch/alpha/include/asm/bitops.h unsigned long bits, qofs, bofs; qofs 343 arch/alpha/include/asm/bitops.h qofs = ffz_b(bits); qofs 344 arch/alpha/include/asm/bitops.h bits = __kernel_extbl(word, qofs); qofs 347 arch/alpha/include/asm/bitops.h return qofs*8 + bofs;