Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Duser.h208 u_int32_t * XNU_PTRAUTH_SIGNED_PTR("uthread.uu_select.obits") obits;
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1244 sel->ibits = sel->obits = NULL; in select_cleanup_uthread()
1257 sel->obits = buf + nbytes / sizeof(uint32_t); in select_grow_uthread_cache()
1482 (uap->name ? copyout(&sel->obits[(x) * nw], uap->name, ni) : 0) in selprocess()
1591 u_int32_t *ibits, *obits; in selscan() local
1600 obits = sel->obits; in selscan()
1630 optr = (u_int32_t *)&obits[msk * nw]; in selscan()