Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c72 sc_shared_t *spc_base; /* base of kernel page */
73 sc_shared_t *spc_end; /* end of usable space */
90 static int schedctl_shared_alloc(sc_shared_t **, uintptr_t *);
91 static sc_page_ctl_t *schedctl_page_lookup(sc_shared_t *);
111 sc_shared_t *ssp; in schedctl()
145 sc_shared_t *ssp = t->t_schedctl; in schedctl_lwp_cleanup()
172 pagep->spc_space += sizeof (sc_shared_t); in schedctl_lwp_cleanup()
218 sc_shared_t *ssp = arg; in schedctl_save()
231 sc_shared_t *ssp = arg; in schedctl_restore()
314 sc_shared_t *tdp = t->t_schedctl; in schedctl_set_cidpri()
[all …]
H A Dsig.c2218 sc_shared_t *tdp = t->t_schedctl; in sigcheck()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c313 volatile sc_shared_t *scp; in set_cancel_pending_flag()
339 volatile sc_shared_t *scp; in set_cancel_eintr_flag()
361 volatile sc_shared_t *scp; in set_parking_flag()
396 volatile sc_shared_t *scp; in cancel_active()
H A Dsynch.c1105 volatile sc_shared_t *
1109 volatile sc_shared_t *scp; in setup_schedctl()
1110 sc_shared_t *tmp; in setup_schedctl()
1117 if ((tmp = __schedctl()) != (sc_shared_t *)(-1)) in setup_schedctl()
1138 volatile sc_shared_t *scp = setup_schedctl(); in schedctl_init()
1152 volatile sc_shared_t *volatile *
1156 volatile sc_shared_t *volatile *ptr; in _thr_schedctl()
1172 volatile sc_shared_t *scp; in no_preempt()
1193 volatile sc_shared_t *scp; in preempt()
1231 volatile sc_shared_t *scp = self->ul_schedctl; in preempt_unpark()
[all …]
H A Dsigaction.c494 volatile sc_shared_t *scp; in block_all_signals()
/illumos-gate/usr/src/uts/common/sys/
H A Dschedctl.h68 } sc_shared_t; typedef
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h633 volatile sc_shared_t *ul_schedctl; /* schedctl data */
1301 extern volatile sc_shared_t *setup_schedctl(void);
1472 extern sc_shared_t *__schedctl(void);
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c562 volatile sc_shared_t *scp; in update_sched()