Symbol: sc_shared_t
usr/src/lib/libc/inc/thr_uberdata.h
1299
extern volatile sc_shared_t *setup_schedctl(void);
usr/src/lib/libc/inc/thr_uberdata.h
1470
extern sc_shared_t *__schedctl(void);
usr/src/lib/libc/inc/thr_uberdata.h
633
volatile sc_shared_t *ul_schedctl; /* schedctl data */
usr/src/lib/libc/port/rt/sched.c
562
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/cancel.c
313
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/cancel.c
339
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/cancel.c
361
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/cancel.c
396
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/sigaction.c
494
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/synch.c
1105
volatile sc_shared_t *
usr/src/lib/libc/port/threads/synch.c
1109
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/synch.c
1110
sc_shared_t *tmp;
usr/src/lib/libc/port/threads/synch.c
1117
if ((tmp = __schedctl()) != (sc_shared_t *)(-1))
usr/src/lib/libc/port/threads/synch.c
1138
volatile sc_shared_t *scp = setup_schedctl();
usr/src/lib/libc/port/threads/synch.c
1152
volatile sc_shared_t *volatile *
usr/src/lib/libc/port/threads/synch.c
1156
volatile sc_shared_t *volatile *ptr;
usr/src/lib/libc/port/threads/synch.c
1172
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/synch.c
1193
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/synch.c
1231
volatile sc_shared_t *scp = self->ul_schedctl;
usr/src/lib/libc/port/threads/synch.c
1253
volatile sc_shared_t *scp;
usr/src/lib/libc/port/threads/synch.c
1405
volatile sc_shared_t *scp;
usr/src/uts/common/os/schedctl.c
111
sc_shared_t *ssp;
usr/src/uts/common/os/schedctl.c
145
sc_shared_t *ssp = t->t_schedctl;
usr/src/uts/common/os/schedctl.c
172
pagep->spc_space += sizeof (sc_shared_t);
usr/src/uts/common/os/schedctl.c
218
sc_shared_t *ssp = arg;
usr/src/uts/common/os/schedctl.c
231
sc_shared_t *ssp = arg;
usr/src/uts/common/os/schedctl.c
314
sc_shared_t *tdp = t->t_schedctl;
usr/src/uts/common/os/schedctl.c
333
sc_shared_t *tdp = t->t_schedctl;
usr/src/uts/common/os/schedctl.c
357
sc_shared_t *tdp = t->t_schedctl;
usr/src/uts/common/os/schedctl.c
379
sc_shared_t *tdp = curthread->t_schedctl;
usr/src/uts/common/os/schedctl.c
401
sc_shared_t *tdp = curthread->t_schedctl;
usr/src/uts/common/os/schedctl.c
415
sc_shared_t *tdp = curthread->t_schedctl;
usr/src/uts/common/os/schedctl.c
444
sc_shared_t *tdp = curthread->t_schedctl;
usr/src/uts/common/os/schedctl.c
456
sc_shared_t *tdp = curthread->t_schedctl;
usr/src/uts/common/os/schedctl.c
475
sc_pagesize = PAGESIZE - (PAGESIZE % sizeof (sc_shared_t));
usr/src/uts/common/os/schedctl.c
480
sc_bitmap_len = sc_pagesize / sizeof (sc_shared_t);
usr/src/uts/common/os/schedctl.c
486
schedctl_shared_alloc(sc_shared_t **kaddrp, uintptr_t *uaddrp)
usr/src/uts/common/os/schedctl.c
490
sc_shared_t *ssp;
usr/src/uts/common/os/schedctl.c
532
pagep->spc_base = (sc_shared_t *)kaddr;
usr/src/uts/common/os/schedctl.c
533
pagep->spc_end = (sc_shared_t *)(kaddr + sc_pagesize);
usr/src/uts/common/os/schedctl.c
548
ASSERT(pagep != NULL && pagep->spc_space >= sizeof (sc_shared_t));
usr/src/uts/common/os/schedctl.c
558
pagep->spc_space -= sizeof (sc_shared_t);
usr/src/uts/common/os/schedctl.c
575
schedctl_page_lookup(sc_shared_t *ssp)
usr/src/uts/common/os/schedctl.c
72
sc_shared_t *spc_base; /* base of kernel page */
usr/src/uts/common/os/schedctl.c
73
sc_shared_t *spc_end; /* end of usable space */
usr/src/uts/common/os/schedctl.c
90
static int schedctl_shared_alloc(sc_shared_t **, uintptr_t *);
usr/src/uts/common/os/schedctl.c
91
static sc_page_ctl_t *schedctl_page_lookup(sc_shared_t *);
usr/src/uts/common/os/sig.c
2218
sc_shared_t *tdp = t->t_schedctl;