Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c1101 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup);
2048 (void)seldrop_locked(p, ibits, nfd, n, &need_wakeup); in selcount()
2085 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup) in seldrop_locked() function
2160 error = seldrop_locked(p, ibits, nfd, lim, &need_wakeup); in seldrop()