Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_select.c730 * `sel_lwp' can only become non-NULL while the caller's lock is held, in sel_setevents()
751 other = sip->sel_lwp; in sel_setevents()
763 * barrier to ensure that we access sel_lwp (above) before
767 sip->sel_lwp = selector;
888 if (sip->sel_lwp != NULL) {
894 if (sip->sel_lwp != NULL) { in selsysinit()
899 l = sip->sel_lwp; in selsysinit()
947 * directly using locks. However, we use `sel_lwp' to lock out changes. in seldestroy()
974 KASSERT(sip->sel_lwp == l);
980 * `sel_lwp', s
[all...]
/netbsd-src/sys/sys/
H A Dselinfo.h77 struct lwp *sel_lwp; /* first LWP to be notified */ member
/netbsd-src/sys/ddb/
H A Ddb_xxx.c377 SLIST_FIRST(&sel.sel_klist), sel.sel_cluster, sel.sel_lwp, in db_show_selinfo()