Home
last modified time | relevance | path

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

/linux/arch/openrisc/include/asm/
H A 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/arch/sh/include/asm/
H A Dcmpxchg-xchg.h23 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in __xchg_cmpxchg() local
25 int bitoff = off * BITS_PER_BYTE; in __xchg_cmpxchg() local
/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h182 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in xchg_small() local
184 int bitoff = off * BITS_PER_BYTE; in xchg_small() local
/linux/fs/ocfs2/
H A Dlocalalloc.c828 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c5438 static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8 bitoff, in irdma_stat_val()
H A Dtype.h289 u8 bitoff; member