Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dschedctl.c70 sc_shared_t *spc_base; /* base of kernel page */
71 sc_shared_t *spc_end; /* end of usable space */
83 static void schedctl_save(sc_shared_t *);
84 static void schedctl_restore(sc_shared_t *);
88 static int schedctl_shared_alloc(sc_shared_t **, uintptr_t *);
89 static sc_page_ctl_t *schedctl_page_lookup(sc_shared_t *);
102 sc_shared_t *ssp; in schedctl()
137 sc_shared_t *ssp = t->t_schedctl; in schedctl_lwp_cleanup()
165 pagep->spc_space += sizeof (sc_shared_t); in schedctl_lwp_cleanup()
209 schedctl_save(sc_shared_t *ssp) in schedctl_save()
[all …]
H A Dsig.c2218 sc_shared_t *tdp = t->t_schedctl; in sigcheck()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dcancel.c314 volatile sc_shared_t *scp; in set_cancel_pending_flag()
340 volatile sc_shared_t *scp; in set_cancel_eintr_flag()
362 volatile sc_shared_t *scp; in set_parking_flag()
397 volatile sc_shared_t *scp; in cancel_active()
H A Dsynch.c1103 volatile sc_shared_t *
1107 volatile sc_shared_t *scp; in setup_schedctl()
1108 sc_shared_t *tmp; in setup_schedctl()
1115 if ((tmp = __schedctl()) != (sc_shared_t *)(-1)) in setup_schedctl()
1136 volatile sc_shared_t *scp = setup_schedctl(); in schedctl_init()
1150 volatile sc_shared_t *volatile *
1154 volatile sc_shared_t *volatile *ptr; in _thr_schedctl()
1170 volatile sc_shared_t *scp; in no_preempt()
1191 volatile sc_shared_t *scp; in preempt()
1229 volatile sc_shared_t *scp = self->ul_schedctl; in preempt_unpark()
[all …]
H A Dsigaction.c490 volatile sc_shared_t *scp; in block_all_signals()
/titanic_50/usr/src/uts/common/sys/
H A Dschedctl.h70 } sc_shared_t; typedef
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h627 volatile sc_shared_t *ul_schedctl; /* schedctl data */
1281 extern volatile sc_shared_t *setup_schedctl(void);
1447 extern sc_shared_t *__schedctl(void);
/titanic_50/usr/src/lib/libc/port/rt/
H A Dsched.c564 volatile sc_shared_t *scp; in update_sched()
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1786 volatile sc_shared_t *volatile *_thr_schedctl(void);