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

/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c937 static int selcount(struct proc *p, u_int32_t *ibits, int nfd, int *count);
938 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount);
939 static int seldrop(struct proc *p, u_int32_t *ibits, int nfd);
1005 if (sel->ibits != NULL)
1006 FREE(sel->ibits, M_TEMP);
1009 /* NULL out; subsequent ibits allocation may fail */
1013 MALLOC(sel->ibits, u_int32_t *, nbytes, M_TEMP, M_WAITOK | M_ZERO);
1014 if (sel->ibits == NULL)
1018 FREE(sel->ibits, M_TEMP);
1019 sel->ibits
1308 u_int32_t *ibits, *obits; local
1637 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) argument
1732 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup, int fromselcount) argument
1812 seldrop(struct proc *p, u_int32_t *ibits, int nfd) argument
[all...]
H A Dkern_fork.c1566 FREE(sel->ibits, M_TEMP);
/xnu-2782.1.97/bsd/sys/
H A Duser.h188 u_int32_t *ibits, *obits; /* bits to select on */ member in struct:uthread::_select
189 uint nbytes; /* number of bytes in ibits and obits */

Completed in 110 milliseconds