Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h376 int nbitsinlong; in linux_reg_op() local
385 nbitsinlong = MIN(nbits_reg, BITS_PER_LONG); in linux_reg_op()
387 mask = (1UL << (nbitsinlong - 1)); in linux_reg_op()