Home
last modified time | relevance | path

Searched refs:kthread_id_t (Results 1 – 25 of 73) sorted by relevance

123

/titanic_44/usr/src/uts/common/os/
H A Dcopyops.c41 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 Dcallb.c55 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 Dsched.c147 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 Dmutex.c344 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 Dmem_config_stubs.c37 kthread_id_t kcage_cageout_thread;
/titanic_44/usr/src/uts/common/sys/
H A Dcopyops.h99 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 Dwatchpoint.h104 extern void watch_enable(kthread_id_t);
105 extern void watch_disable(kthread_id_t);
H A Dfss.h69 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 Dcallb.h198 void *, int, char *, kthread_id_t);
204 extern boolean_t callb_is_stopped(kthread_id_t, caddr_t *);
H A Drt.h60 kthread_id_t rt_tp; /* pointer to thread */
H A Dmem_cage.h50 extern kthread_id_t kcage_cageout_thread;
H A Dautoconf.h56 kthread_id_t dn_busy_thread; /* for debugging only */
175 kthread_id_t da_thread; /* thread of transaction */
H A Dcpupart.h143 extern int cpupart_bind_thread(kthread_id_t, psetid_t, int, void *,
/titanic_44/usr/src/uts/common/disp/
H A Ddisp_lock.c118 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 Dcpr_uthread.c105 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 Dmutex_impl.h90 #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 Dlocore.s86 kthread_id_t label
88 { return ((kthread_id_t)0); }
/titanic_44/usr/src/uts/sparc/v9/sys/
H A Dmutex_impl.h78 #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 Dmutex_impl.h81 #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 Dsysctrl_quiesce.c325 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 Drsmpi_driver.h71 kthread_id_t thread_id;
/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h76 typedef struct _kthread *kthread_id_t; typedef
/titanic_44/usr/src/uts/sun4/os/
H A Dmp_startup.c99 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 Daudit_kernel.h195 kthread_id_t tad_thread; /* DEBUG pointer to parent thread */
220 kthread_id_t fad_thread; /* DEBUG creating thread */
H A Daudit.h513 void audit_thread_create(kthread_id_t);
514 void audit_thread_free(kthread_id_t);

123