Home
last modified time | relevance | path

Searched refs:maskbits (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D14_cidr_support.patch43 + int maskbits;
45 + maskbits = atoi(str);
46 + if (maskbits < 1 || maskbits > 32)
48 + return htonl(0xFFFFFFFF << (32 - maskbits));
/openbmc/linux/fs/nfsd/
H A Dnetns.h173 unsigned int maskbits; member
H A Dnfscache.c188 nn->maskbits = ilog2(hashsize); in nfsd_reply_cache_init()
252 unsigned int hash = hash_32((__force u32)xid, nn->maskbits); in nfsd_cache_bucket_find()
669 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c870 int maskbits; in update_pagemask() local
874 maskbits = cto32(mask); in update_pagemask()
877 if ((mask >> maskbits) != 0) { in update_pagemask()
881 if ((maskbits + TARGET_PAGE_BITS_MIN) < TARGET_PAGE_BITS) { in update_pagemask()
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py741 maskbits = b""