Searched refs:maskbits (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
D | module.c | 13 static inline int fixup_pcr(u32 *ip, Elf32_Addr dest, u32 maskbits, int shift) in fixup_pcr() argument 18 long mask = (1 << maskbits) - 1; in fixup_pcr() 20 if ((delta >> (maskbits - 1)) == 0 || in fixup_pcr() 21 (delta >> (maskbits - 1)) == -1) { in fixup_pcr() 28 maskbits, ip, (void *)dest, opcode); in fixup_pcr() 33 maskbits, ip, (void *)dest); in fixup_pcr()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | netns.h | 147 unsigned int maskbits; member
|
D | nfscache.c | 90 return hash_32(be32_to_cpu(xid), nn->maskbits); in nfsd_cache_hash() 166 nn->maskbits = ilog2(hashsize); in nfsd_reply_cache_init() 592 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
|