Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1037 static int selcount(struct proc *p, u_int32_t *ibits, int nfd, int *count);
1038 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup);
1039 static int seldrop(struct proc *p, u_int32_t *ibits, int nfd, int lim);
1243 kfree_data(sel->ibits, 2 * sel->nbytes); in select_cleanup_uthread()
1244 sel->ibits = sel->obits = NULL; in select_cleanup_uthread()
1256 sel->ibits = buf; in select_grow_uthread_cache()
1267 bzero(sel->ibits, sel->nbytes * 2); in select_bzero_uthread_cache()
1322 (uap->name ? copyin(uap->name, &sel->ibits[(x) * nw], ni) : 0) in select_internal()
1335 if ((error = selcount(p, sel->ibits, uap->nd, &seldata->count))) { in select_internal()
1465 seldrop(p, sel->ibits, uap->nd, seldata->count); in selprocess()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Duser.h207 u_int32_t * XNU_PTRAUTH_SIGNED_PTR("uthread.uu_select.ibits") ibits;