Searched refs:toset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/lua/ |
| HD | lgc.c | 720 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local 724 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist() 729 toset = luaC_white(g); /* make object white */ in sweeplist() 745 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()
|
| /freebsd-14-stable/sys/sys/ |
| HD | vnode.h | 853 void vn_irflag_set_locked(struct vnode *vp, short toset); 854 void vn_irflag_set(struct vnode *vp, short toset); 855 void vn_irflag_set_cond_locked(struct vnode *vp, short toset); 856 void vn_irflag_set_cond(struct vnode *vp, short toset);
|
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_subr.c | 7243 vn_irflag_set_locked(struct vnode *vp, short toset) in vn_irflag_set_locked() argument 7249 VNASSERT((flags & toset) == 0, vp, in vn_irflag_set_locked() 7251 __func__, flags, toset)); in vn_irflag_set_locked() 7252 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_locked() 7256 vn_irflag_set(struct vnode *vp, short toset) in vn_irflag_set() argument 7260 vn_irflag_set_locked(vp, toset); in vn_irflag_set() 7265 vn_irflag_set_cond_locked(struct vnode *vp, short toset) in vn_irflag_set_cond_locked() argument 7271 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_cond_locked() 7275 vn_irflag_set_cond(struct vnode *vp, short toset) in vn_irflag_set_cond() argument 7279 vn_irflag_set_cond_locked(vp, toset); in vn_irflag_set_cond()
|
| /freebsd-14-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-14-stable/sys/net/ |
| HD | if_var.h | 588 int if_sethwassistbits(if_t ifp, int toset, int toclear);
|
| HD | if.c | 4423 if_sethwassistbits(if_t ifp, int toset, int toclear) in if_sethwassistbits() argument 4426 ifp->if_hwassist |= toset; in if_sethwassistbits()
|