/illumos-gate/usr/src/uts/common/disp/ |
H A D | class.c | 189 parmsp->pc_cid = tp->t_cid; in parmsget() 274 if (parmsp->pc_cid != targtp->t_cid) { in parmsset() 280 oldcid = targtp->t_cid; in parmsset() 319 curthread->t_cid, reqpcredp); in parmsset()
|
H A D | priocntl.c | 427 pcparms.pc_cid != curthread->t_cid) { in priocntl_common() 447 pcparms.pc_cid != curthread->t_cid) in priocntl_common() 785 *argp->pcmp_cidp = pp->p_tlist->t_cid; in proccmp() 789 if (tx->t_cid == *argp->pcmp_cidp) { in proccmp() 842 *argp->pcmp_cidp = tp->t_cid; in threadcmp() 844 if (tp->t_cid == *argp->pcmp_cidp) { in threadcmp() 926 if (error == 0 && tp->t_cid == rtcid) { in setthreadnice() 1079 if (pcprio->pc_op == PC_SETPRIO && pcprio->pc_cid != tp->t_cid) { in setthreadprio() 1086 id_t oldcid = tp->t_cid; in setthreadprio() 1111 pcprio->pc_cid = tp->t_cid; in setthreadprio()
|
H A D | sysdc.c | 744 if (t->t_cid != sysdccid) { in sysdc_update() 852 if (t->t_cid != sysdccid) { in sysdc_tick() 930 if (t->t_cid != syscid) in sysdc_enterclass() 981 t->t_cid = cid; in sysdc_enterclass() 1046 ASSERT(t->t_cid == sysdccid); in sysdc_exit() 1048 t->t_cid = syscid; in sysdc_exit() 1286 ASSERT(t->t_cid == syscid); in sysdc_thread_enter()
|
H A D | fss.c | 942 if (tp->t_cid != fss_cid) in fss_newpri() 1373 if (t->t_cid != fss_cid) in fss_update_list() 1733 t->t_cid = cid; in fss_enterclass() 1783 if (t->t_cid != fss_cid) { in fss_exitclass() 2711 if (t->t_cid != fss_cid) in fss_changeproj() 2812 if (t->t_cid != fss_cid) in fss_changepset()
|
H A D | ts.c | 633 t->t_cid = cid; in ts_enterclass() 2115 if (tx->t_cid != ia_cid) { in ia_set_process_group() 2183 if (tx->t_cid != ia_cid) { in ia_set_process_group() 2232 if (tx->t_cid != ia_cid) { in ia_set_process_group()
|
H A D | fx.c | 525 t->t_cid = cid; in fx_enterclass() 1664 if (fxpp->fx_tp->t_cid == fx_cid && fxpp->fx_ktid == ktid && in fx_list_lookup() 1704 if (curthread->t_cid != fx_cid) { in fx_register_callbacks()
|
H A D | thread.c | 275 curthread->t_cid = syscid; /* current thread is t0 */ in thread_init() 432 t->t_cid = syscid; in thread_create() 740 CL_EXITCLASS(t->t_cid, (caddr_t *)t->t_cldata); in thread_free()
|
H A D | rt.c | 416 t->t_cid = cid; in rt_enterclass()
|
H A D | cpupart.c | 687 if (tp->t_cid == sysdccid) { in cpupart_movable_thread()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | procset.c | 325 if (tp->t_cid == psp->p_lid) in procinset() 420 if (tp->t_cid == psp->p_rid) in procinset() 531 if (proctot(pp)->t_cid == 0) { in lwpinset() 570 if (tp->t_cid == psp->p_lid) in lwpinset() 656 if (tp->t_cid == psp->p_rid) in lwpinset() 812 return (curthread->t_cid); in getmyid()
|
H A D | lwp.c | 574 if (p != curproc || curthread->t_cid != cid) { in lwp_create() 585 t->t_cid = cid; in lwp_create() 1894 cid = t->t_cid; in forklwp() 1900 if (cid != t->t_cid) { in forklwp() 1914 ct->t_cid = t->t_cid; /* after data allocated so prgetpsinfo works */ in forklwp()
|
H A D | schedctl.c | 128 ssp->sc_cid = t->t_cid; in schedctl() 317 tdp->sc_cid = t->t_cid; in schedctl_set_cidpri()
|
H A D | pool.c | 1266 if (t->t_cid != cid) { in pool_change_class() 1267 oldcid = t->t_cid; in pool_change_class()
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 1375 scf_transaction_entry_t *t_cid = NULL; in restarter_remove_contract() local 1447 t_cid = scf_entry_create(h); in restarter_remove_contract() 1451 if (scf_transaction_property_change_type(t, t_cid, in restarter_remove_contract() 1460 scf_entry_destroy(t_cid); in restarter_remove_contract() 1526 ret = scf_entry_add_value(t_cid, in restarter_remove_contract() 1561 scf_entry_destroy(t_cid); in restarter_remove_contract() 1574 if (scf_transaction_property_new(t, t_cid, pname, in restarter_remove_contract() 1583 scf_entry_destroy(t_cid); in restarter_remove_contract() 1674 scf_transaction_entry_t *t_cid = NULL; in restarter_store_contract() local 1741 t_cid = scf_entry_create(h); in restarter_store_contract() [all …]
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 123 curthread->t_pri, &sigmask, curthread->t_cid, 0); in syslwp_create()
|
H A D | lgrpsys.c | 364 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_affinity_get_thread() 606 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_affinity_set_thread() 978 if (t->t_cid == 0 || !hasprocperm(t->t_cred, CRED())) { in lgrp_home_thread()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 83 id_t t_cid; member
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2151 cid = t->t_cid; in pr_agent() 2154 if (cid != t->t_cid) { in pr_agent() 2170 ct->t_cid = t->t_cid; in pr_agent()
|
H A D | prioctl.c | 1405 (void) strncpy(sp->pr_clname, sclass[t->t_cid].cl_name, in oprgetstatus32() 1574 (void) strncpy(psp->pr_clname, sclass[t->t_cid].cl_name, in oprgetpsinfo32() 3214 (void) strncpy(sp->pr_clname, sclass[t->t_cid].cl_name, in oprgetstatus() 3385 (void) strncpy(psp->pr_clname, sclass[t->t_cid].cl_name, in oprgetpsinfo()
|
H A D | prsubr.c | 1047 (void) strncpy(sp->pr_clname, sclass[t->t_cid].cl_name, in prgetlwpstatus32() 1275 (void) strncpy(sp->pr_clname, sclass[t->t_cid].cl_name, in prgetlwpstatus() 3336 (void) strncpy(psp->pr_clname, sclass[t->t_cid].cl_name, in prgetlwpsinfo() 3405 (void) strncpy(psp->pr_clname, sclass[t->t_cid].cl_name, in prgetlwpsinfo32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | thread.h | 141 id_t t_cid; /* scheduling class id */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 716 addr, t.t_procp, t.t_lwp, t.t_cid, t.t_pri, t.t_wchan); in threadlist()
|
H A D | gcore.c | 1044 str_addr = (uintptr_t)gcore_sclass[t->t_cid].cl_name; in gcore_prgetlwpsinfo() 1259 str_addr = (uintptr_t)gcore_sclass[t->t_cid].cl_name; in gcore_prgetlwpstatus()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 341 pr_clname = `sclass[T->t_cid].cl_name;
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_ring.c | 801 minclsyspri - 1, &hold_set, curthread->t_cid, 0); in viona_create_worker()
|