Searched defs:bitoff (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dcmpxchg-xchg.h23 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; local
25 int bitoff = off * BITS_PER_BYTE; local
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h180 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; local
182 int bitoff = off * BITS_PER_BYTE; local
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h65 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; local
67 int bitoff = off * BITS_PER_BYTE; local
97 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; local
99 int bitoff = off * BITS_PER_BYTE; local
[all...]
/linux-master/fs/ocfs2/
H A Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; local
[all...]
H A Dsuballoc.c1624 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; local
/linux-master/drivers/infiniband/hw/irdma/
H A Dctrl.c5438 static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8 bitoff, argument
H A Dtype.h289 u8 bitoff; member in struct:irdma_hw_stat_map

Completed in 170 milliseconds