Searched refs:toset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lgc.c | 721 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local 725 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist() 730 toset = luaC_white(g); /* make object white */ in sweeplist() 746 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()
|
| /freebsd-13-stable/sys/sys/ |
| HD | vnode.h | 836 void vn_irflag_set_locked(struct vnode *vp, short toset); 837 void vn_irflag_set(struct vnode *vp, short toset); 838 void vn_irflag_set_cond_locked(struct vnode *vp, short toset); 839 void vn_irflag_set_cond(struct vnode *vp, short toset);
|
| /freebsd-13-stable/sys/kern/ |
| HD | vfs_subr.c | 7277 vn_irflag_set_locked(struct vnode *vp, short toset) in vn_irflag_set_locked() argument 7283 VNASSERT((flags & toset) == 0, vp, in vn_irflag_set_locked() 7285 __func__, flags, toset)); in vn_irflag_set_locked() 7286 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_locked() 7290 vn_irflag_set(struct vnode *vp, short toset) in vn_irflag_set() argument 7294 vn_irflag_set_locked(vp, toset); in vn_irflag_set() 7299 vn_irflag_set_cond_locked(struct vnode *vp, short toset) in vn_irflag_set_cond_locked() argument 7305 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_cond_locked() 7309 vn_irflag_set_cond(struct vnode *vp, short toset) in vn_irflag_set_cond() argument 7313 vn_irflag_set_cond_locked(vp, toset); in vn_irflag_set_cond()
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | sh.func.c | 1828 # define toset(a) (((a) == 3) ? 1004 : (a) + 1) macro 1832 # define toset(a) ((a) + 1) macro 2352 if (ulimit(toset(lp->limconst), limit) < 0) {
|
| /freebsd-13-stable/sys/net/ |
| HD | if_var.h | 719 int if_sethwassistbits(if_t ifp, int toset, int toclear);
|
| HD | if.c | 4212 if_sethwassistbits(if_t ifp, int toset, int toclear) in if_sethwassistbits() argument 4214 ((struct ifnet *)ifp)->if_hwassist |= toset; in if_sethwassistbits()
|