Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c52 for (i = 0, procp = chip->procs; i < chip->nprocs; i++, procp++) { in cpu_find_proc()
105 chip->procs = topo_mod_zalloc(mod, chip->nprocs * sizeof (md_proc_t)); in cpu_n1_mdesc_init()
134 chip->procs[i].serialno != 0; i++) { in cpu_n1_mdesc_init()
135 if (mcmp->cpumap_serialno == chip->procs[i].serialno) { in cpu_n1_mdesc_init()
141 if (chip->procs[i].serialno == 0) { in cpu_n1_mdesc_init()
142 chip->procs[i].id = i; in cpu_n1_mdesc_init()
143 chip->procs[i].serialno = mcmp->cpumap_serialno; in cpu_n1_mdesc_init()
146 i, chip->procs[i].serialno); in cpu_n1_mdesc_init()
209 chip->procs = topo_mod_zalloc(mod, nproc * sizeof (md_proc_t)); in cpu_n2_mdesc_init()
214 procp = chip->procs; in cpu_n2_mdesc_init()
[all …]
H A Dcpu_mdesc.h79 md_proc_t *procs; /* list of processors */ member
H A Dcpu.c298 chip->procs && in cpu_expand()
299 chip->procs[mcmp->cpumap_chipidx].fru) { in cpu_expand()
302 md_fru_t *frup = chip->procs[mcmp->cpumap_chipidx].fru; in cpu_expand()
/titanic_41/usr/src/uts/common/os/
H A Dpool.c1185 pool_bind_wakeall(proc_t **procs) in pool_bind_wakeall() argument
1190 for (pp = procs; (p = *pp) != NULL; pp++) in pool_bind_wakeall()
1354 proc_t **pp, **procs; in pool_do_bind() local
1392 procs = kmem_zalloc(procs_size * sizeof (proc_t *), KM_SLEEP); in pool_do_bind()
1402 procs = kmem_zalloc(procs_size * sizeof (proc_t *), in pool_do_bind()
1412 kmem_free(procs, procs_size * sizeof (proc_t *)); in pool_do_bind()
1427 for (p = prstart, pp = procs; p != NULL; p = p->p_next) { in pool_do_bind()
1450 pool_bind_wakeall(procs); in pool_do_bind()
1480 ASSERT(pp < &procs[procs_size]); in pool_do_bind()
1514 pool_bind_wakeall(procs); in pool_do_bind()
[all …]
H A Dpool_pset.c600 pset_bind_start(proc_t **procs, pool_t *pool) in pset_bind_start() argument
639 for (pp = procs; (p = *pp) != NULL; pp++) { in pset_bind_start()
679 pset_bind_abort(proc_t **procs, pool_t *pool) in pset_bind_abort() argument
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_tblout.c104 if (nullproc(vp->procs)) { in write_table()
113 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_table()
H A Drpc_sample.c97 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_client()
149 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_client()
217 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_server()
H A Drpc_hout.c171 for (plist = vers->procs; plist != NULL; plist = plist->next) { in pargdef()
253 for (proc = vers->procs; proc != NULL; proc = proc->next) { in define_printed()
304 for (proc = vers->procs; proc != NULL; in pprogramdef()
329 for (proc = vers->procs; proc != NULL; in pprogramdef()
H A Drpc_parse.h148 proc_list *procs; member
H A Drpc_svcout.c356 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_real_program()
466 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
495 for (proc = vp->procs; proc != NULL; in write_program()
548 if (!nullproc(vp->procs)) { in write_program()
558 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
H A Drpc_parse.c308 ptailp = &vlist->procs; in def_program()
374 for (plist = vlist->procs; plist != NULL; plist = plist->next) { in def_program()
H A Drpc_clntout.c82 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
H A Drpc_cout.c302 for (plist = vlist->procs; plist != NULL; plist = plist->next) { in emit_program()
/titanic_41/usr/src/uts/sun4u/io/
H A Dzuluvm.c666 zdev->procs = NULL; in zuluvm_driver_attach()
836 for (p = zdev->procs; p != NULL; p = p->next) { in zuluvm_find_proc()
940 proc->next = zdev->procs; in zuluvm_dma_add_proc()
941 if (zdev->procs) in zuluvm_dma_add_proc()
942 zdev->procs->prev = proc; in zuluvm_dma_add_proc()
944 zdev->procs = proc; in zuluvm_dma_add_proc()
994 zdev->procs = proc->next; in zuluvm_proc_release()
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c1009 int procs; in sd_diag_lintmain() local
1022 if ((procs = read_parts()) == 0) in sd_diag_lintmain()
1032 if (procs < 2) { in sd_diag_lintmain()
1038 for (h = 0; h < procs/2; h++) { in sd_diag_lintmain()
1091 for (h = 0; h < procs; h++) { in sd_diag_lintmain()
H A Dscmadm.c1525 user_level_conf.procs = 16; /* DEFAULT */
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsdbc_ioctl.h241 int procs; member
H A Dsd_conf.c264 if (_sd_cache_config.procs == 0)
265 _sd_cache_config.procs = 16;
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulumod.h184 struct zuluvm_proc *procs; /* protected by proc_lck */ member
/titanic_41/usr/src/cmd/sendmail/src/
H A Dutil.c2460 typedef struct procs PROCS_T;
2462 struct procs struct
/titanic_41/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s445 ! ASI_IO to drain/idle the MCs on other Panther procs. The