Searched refs:ibits (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c960 static int selcount(struct proc *p, u_int32_t *ibits, int nfd, int *count);
961 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount);
962 static int seldrop(struct proc *p, u_int32_t *ibits, int nfd);
1024 if (sel->ibits != NULL)
1025 FREE(sel->ibits, M_TEMP);
1028 /* NULL out; subsequent ibits allocation may fail */
1032 MALLOC(sel->ibits, u_int32_t *, nbytes, M_TEMP, M_WAITOK | M_ZERO);
1033 if (sel->ibits == NULL)
1037 FREE(sel->ibits, M_TEMP);
1038 sel->ibits
1324 u_int32_t *ibits, *obits; local
1651 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) argument
1741 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount) argument
1821 seldrop(struct proc *p, u_int32_t *ibits, int nfd) argument
[all...]
H A Dkern_fork.c1535 FREE(sel->ibits, M_TEMP);
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h129 u_int32_t *ibits, *obits; /* bits to select on */ member in struct:uthread::_select
130 uint nbytes; /* number of bytes in ibits and obits */

Completed in 27 milliseconds