Searched refs:cp_id (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/disp/ |
H A D | cpupart.c | 121 if (cp->cp_id == cpid) in cpupart_find_all() 140 zone_pset_get(curproc->p_zone) != CPTOPS(cp->cp_id)) in cpupart_find() 185 ksp = kstat_create_zone("unix", cp->cp_id, "pset", "misc", in cpupart_kstat_create() 273 cp_default.cp_id = CP_DEFAULT; in cpupart_initialize_default() 840 pp->cp_id = cp_id_next++; in cpupart_create() 850 *psid = CPTOPS(pp->cp_id); in cpupart_create() 890 psetid_t psid = pp->cp_id; in cpupart_unbind_threads() 1021 if (cp_id_next > pp->cp_id) in cpupart_destroy() 1022 cp_id_next = pp->cp_id; in cpupart_destroy() 1048 return (CPTOPS(cp->cpu_part->cp_id)); in cpupart_query_cpu() [all …]
|
H A D | cmt.c | 956 cpp->cpu_part->cp_id == oldpp->cp_id) { in pg_cmt_cpupart_move() 1112 cpp->cpu_part->cp_id == cp->cpu_part->cp_id) { in pg_cmt_cpu_inactive()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 180 cpupartid_t cp_id; in lgrp_cpuwalk_callback() local 191 cp_id = cpupart.cp_id; in lgrp_cpuwalk_callback() 194 if (cp_id == lcc->lcc_psrsetid[offset]) { in lgrp_cpuwalk_callback() 204 lcc->lcc_psrsetid[offset] = cp_id; in lgrp_cpuwalk_callback()
|
H A D | cpupart.c | 159 cpupart.cp_id, in cpupart()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cpupart.h | 60 cpupartid_t cp_id; /* partition ID */ member
|
H A D | stream.h | 550 uint_t cp_id; /* ioctl id (from ioc_id) */ member 560 uint_t cp_id; /* ioctl id (from ioc_id) */ member
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | sched.d | 43 cpu_pset = C->cpu_part->cp_id;
|
/titanic_41/usr/src/uts/common/io/ |
H A D | dedump.c | 176 cp->cp_cmd, (void *)cp->cp_cr, cp->cp_id, cp->cp_flag, in dedump_copyresp()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | taskq.c | 876 tq->tq_cpupart = cpup->cp_id; in taskq_cpupct_install() 929 if (tq->tq_cpupart == cp->cp_id) { in taskq_cpu_setup()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 955 info->sm_id = ((struct copyresp *)mp->b_rptr)->cp_id; in sm_getiocinfo() 973 info->sm_id = ((struct copyresp *)mp->b_rptr)->cp_id; in sm_getiocinfo()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | dr_cpu.c | 841 "last online cpu in processor set %d", cpp->cp_id); in dr_cpu_check_psrset()
|