HomeSort by: relevance | last modified time | path
    Searched refs:sel_lwp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
selinfo.h 77 struct lwp *sel_lwp; /* first LWP to be notified */ member in struct:selinfo
  /src/sys/kern/
sys_select.c 730 * `sel_lwp' can only become non-NULL while the caller's lock is held,
751 other = sip->sel_lwp;
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) {
899 l = sip->sel_lwp;
947 * directly using locks. However, we use `sel_lwp' to lock out changes.
974 KASSERT(sip->sel_lwp == l);
980 * `sel_lwp', so ensure that the read of `sel_chain
    [all...]
  /src/sys/ddb/
db_xxx.c 377 SLIST_FIRST(&sel.sel_klist), sel.sel_cluster, sel.sel_lwp,

Completed in 17 milliseconds