Home | History | Annotate | Download | only in kern

Lines Matching refs:selector

735  * If it is non-NULL and != selector there is the potential for
743 selrecord(lwp_t *selector, struct selinfo *sip)
748 KASSERT(selector == curlwp);
750 sc = selector->l_selcluster;
753 if (selector->l_selflag == SEL_RESET) {
755 } else if (other == selector) {
756 /* 1. We (selector) already claimed to be the first LWP. */
760 * 2. No first LWP, therefore we (selector) are the first.
767 sip->sel_lwp = selector;
768 SLIST_INSERT_HEAD(&selector->l_selwait, sip, sel_chain);
770 sip->sel_fdinfo = selector->l_selrec;