Home
last modified time | relevance | path

Searched defs:bitoff (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/openrisc/include/asm/
Dcmpxchg.h65 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in cmpxchg_small() local
67 int bitoff = off * BITS_PER_BYTE; in cmpxchg_small() local
97 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in xchg_small() local
99 int bitoff = off * BITS_PER_BYTE; in xchg_small() local
/Linux-v4.19/arch/sh/include/asm/
Dcmpxchg-xchg.h25 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in __xchg_cmpxchg() local
27 int bitoff = off * BITS_PER_BYTE; in __xchg_cmpxchg() local
/Linux-v4.19/fs/ocfs2/
Dlocalalloc.c838 int numfound = 0, bitoff, left, startoff, lastzero; in ocfs2_local_alloc_find_clear_bits() local
Dsuballoc.c1637 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; in ocfs2_bg_discontig_fix_by_rec() local