Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1038 static int seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup);
1985 (void)seldrop_locked(p, ibits, nfd, n, &need_wakeup); in selcount()
2022 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup) in seldrop_locked() function
2097 error = seldrop_locked(p, ibits, nfd, lim, &need_wakeup); in seldrop()