Searched refs:new_mask (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libucl/klib/
H A Dkhash.h273 khint_t new_mask; \
274 new_mask = new_n_buckets - 1; \
280 i = k & new_mask; \
281 while (!__ac_isempty(new_flags, i)) i = (i + (++step)) & new_mask; \
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c855 uint32_t new_mask = 0; local
858 new_mask |= ACE_EXECUTE;
860 new_mask |= ACE_WRITE_DATA;
862 new_mask |= ACE_READ_DATA;
863 return (new_mask);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c855 uint32_t new_mask = 0; local
858 new_mask |= ACE_EXECUTE;
860 new_mask |= ACE_WRITE_DATA;
862 new_mask |= ACE_READ_DATA;
863 return (new_mask);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c1726 struct ipfw_flow_id new_mask; local
1753 new_mask = a.sch->sched_mask;
1784 bzero(&a.sch->sched_mask, sizeof(new_mask));
1884 a.sch->sched_mask = new_mask;
/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c375 uint32_t new_mask = new_size - 1; local
390 uint32_t index = hash & new_mask;
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8066 int new_mask = new_size - 1;
8069 ASSERT((new_size & new_mask) == 0);
8078 ndx = DTRACE_HASHSTR(hash, probe) & new_mask;
8089 hash->dth_mask = new_mask;

Completed in 202 milliseconds