/titanic_44/usr/src/uts/common/os/ |
H A D | copyops.c | 41 install_copyops(kthread_id_t tp, copyops_t *cp) in install_copyops() 48 remove_copyops(kthread_id_t tp) in remove_copyops() 55 copyops_installed(kthread_id_t tp) in copyops_installed()
|
H A D | callb.c | 55 kthread_id_t c_thread; /* ptr to caller's thread struct */ 90 void *, int, char *, kthread_id_t); 114 void *arg, int class, char *name, kthread_id_t t) in callb_add_common() 173 void *arg, int class, char *name, kthread_id_t t) in callb_add_thread() 354 callb_is_stopped(kthread_id_t tp, caddr_t *thread_name) in callb_is_stopped()
|
H A D | sched.c | 147 kthread_id_t t; in sched() 511 swapdeq(kthread_id_t tp) in swapdeq() 513 kthread_id_t *tpp; in swapdeq() 536 kthread_id_t tp; in swapin() 630 kthread_id_t tp; in swapout() 775 kthread_id_t tp = curthread; in swapout_lwp() 828 kthread_id_t tp; in process_swap_queue()
|
H A D | mutex.c | 344 kthread_id_t owner; in mutex_vector_enter() 345 kthread_id_t lastowner = MUTEX_NO_OWNER; /* track owner changes */ in mutex_vector_enter() 547 kthread_id_t t; in mutex_owner()
|
H A D | mem_config_stubs.c | 37 kthread_id_t kcage_cageout_thread;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | copyops.h | 99 extern void install_copyops(kthread_id_t tp, copyops_t *cp); 100 extern void remove_copyops(kthread_id_t tp); 101 extern int copyops_installed(kthread_id_t tp);
|
H A D | watchpoint.h | 104 extern void watch_enable(kthread_id_t); 105 extern void watch_disable(kthread_id_t);
|
H A D | fss.h | 69 void fss_changeproj(kthread_id_t, void *, void *, fssbuf_t *, fssbuf_t *); 70 void fss_changepset(kthread_id_t, void *, fssbuf_t *, fssbuf_t *);
|
H A D | callb.h | 198 void *, int, char *, kthread_id_t); 204 extern boolean_t callb_is_stopped(kthread_id_t, caddr_t *);
|
H A D | rt.h | 60 kthread_id_t rt_tp; /* pointer to thread */
|
H A D | mem_cage.h | 50 extern kthread_id_t kcage_cageout_thread;
|
H A D | autoconf.h | 56 kthread_id_t dn_busy_thread; /* for debugging only */ 175 kthread_id_t da_thread; /* thread of transaction */
|
H A D | cpupart.h | 143 extern int cpupart_bind_thread(kthread_id_t, psetid_t, int, void *,
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | disp_lock.c | 118 thread_lock(kthread_id_t t) in thread_lock() 163 thread_lock_high(kthread_id_t t) in thread_lock_high() 194 thread_transition(kthread_id_t t) in thread_transition() 213 thread_stop(kthread_id_t t) in thread_stop()
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_uthread.c | 105 kthread_id_t tp; in cpr_stop_user() 175 kthread_id_t tp; in cpr_check_user_threads() 227 kthread_id_t tp; in cpr_start_user_threads() 315 kthread_id_t tp; in cpr_threads_are_stopped()
|
/titanic_44/usr/src/uts/sparc/v7/sys/ |
H A D | mutex_impl.h | 90 #define MUTEX_OWNER(lp) ((kthread_id_t)((lp)->m_owner << PTR24_LSB)) 91 #define MUTEX_NO_OWNER ((kthread_id_t)PTR24_BASE)
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | locore.s | 86 kthread_id_t label 88 { return ((kthread_id_t)0); }
|
/titanic_44/usr/src/uts/sparc/v9/sys/ |
H A D | mutex_impl.h | 78 #define MUTEX_OWNER(lp) ((kthread_id_t)((lp)->m_owner & MUTEX_THREAD)) 79 #define MUTEX_NO_OWNER ((kthread_id_t)NULL)
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | mutex_impl.h | 81 #define MUTEX_OWNER(lp) ((kthread_id_t)((lp)->m_owner & MUTEX_THREAD)) 82 #define MUTEX_NO_OWNER ((kthread_id_t)NULL)
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_quiesce.c | 325 kthread_id_t cache_tp; in sysctrl_stop_user_threads() 344 kthread_id_t tp; in sysctrl_stop_user_threads() 448 kthread_id_t tp; in sysctrl_stop_kernel_threads() 496 kthread_id_t tp; in sysctrl_start_user_threads()
|
/titanic_44/usr/src/uts/common/sys/rsm/ |
H A D | rsmpi_driver.h | 71 kthread_id_t thread_id;
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | thread.h | 76 typedef struct _kthread *kthread_id_t; typedef
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 99 kthread_id_t tp; in common_startup_init() 282 kthread_id_t tp; in setup_cpu_common() 546 kthread_id_t tp; in restart_other_cpu()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_kernel.h | 195 kthread_id_t tad_thread; /* DEBUG pointer to parent thread */ 220 kthread_id_t fad_thread; /* DEBUG creating thread */
|
H A D | audit.h | 513 void audit_thread_create(kthread_id_t); 514 void audit_thread_free(kthread_id_t);
|