Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/arch/sh/include/asm/
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-6.6.21/arch/xtensa/include/asm/
Dcmpxchg.h180 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in xchg_small() local
182 int bitoff = off * BITS_PER_BYTE; in xchg_small() local
/linux-6.6.21/fs/ocfs2/
Dlocalalloc.c827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
Dsuballoc.c1624 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; in ocfs2_bg_discontig_fix_by_rec() local
/linux-6.6.21/drivers/infiniband/hw/irdma/
Dctrl.c5438 static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8 bitoff, in irdma_stat_val()
Dtype.h289 u8 bitoff; member