Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dinffast.c68 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
95 lmask = (1U << state->lenbits) - 1; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c962 l_sigset_t lmask; in linux_copyin_sigset() local
968 error = copyin(lset, &lmask, sizeof(lmask)); in linux_copyin_sigset()
971 linux_to_bsd_sigset(&lmask, set); in linux_copyin_sigset()
976 linux_ktrsigset(&lmask, sizeof(lmask)); in linux_copyin_sigset()
/freebsd/usr.bin/compress/
H A Dzopen.c359 static char_type lmask[9] = variable
382 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c264 l_sigset_t lmask; in linux_sendsig() local
297 bsd_to_linux_sigset(mask, &lmask); in linux_sendsig()
300 frame.sf_sc.sc_mask = lmask.__mask; in linux_sendsig()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c263 l_sigset_t lmask; in linux_sendsig() local
298 bsd_to_linux_sigset(mask, &lmask); in linux_sendsig()
301 frame.sf_sc.sc_mask = lmask.__mask; in linux_sendsig()
/freebsd/sys/kern/
H A Dsched_ule.c850 cpuset_t hmask, lmask; in sched_balance_group() local
860 CPU_COPY(&hmask, &lmask); in sched_balance_group()
862 if (CPU_EMPTY(&lmask)) in sched_balance_group()
887 low = sched_lowest(cg, &lmask, -1, TDQ_LOAD(tdq) - 1, high, 1); in sched_balance_group()
904 CPU_CLR(low, &lmask); in sched_balance_group()