Searched refs:tk_tkid (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | task.c | 446 (mod_hash_key_t)(uintptr_t)tk->tk_tkid) != 0) in task_rele() 447 panic("unable to delete task %d", tk->tk_tkid); in task_rele() 502 tk->tk_tkid = tkid = id_alloc(taskid_space); in task_create() 551 tu->tu_anctaskid = ancestor_tk->tk_tkid; in task_create() 768 id_free(taskid_space, tk->tk_tkid); in task_end() 990 task0p->tk_tkid = id_alloc(taskid_space); in task_init() 1012 ASSERT(task_find(task0p->tk_tkid, GLOBAL_ZONEID) == NULL); in task_init() 1014 (mod_hash_key_t)(uintptr_t)task0p->tk_tkid, in task_init() 1017 panic("unable to insert task %d(%p)", task0p->tk_tkid, in task_init()
|
H A D | procset.c | 330 if (pp->p_task->tk_tkid == psp->p_lid) in procinset() 412 if (pp->p_task->tk_tkid == psp->p_rid) in procinset() 565 if (pp->p_task->tk_tkid == psp->p_lid) in lwpinset() 651 if (pp->p_task->tk_tkid == psp->p_rid) in lwpinset() 809 return (pp->p_task->tk_tkid); in getmyid()
|
H A D | exacct.c | 506 (void) ea_attach_item(record, &tk->tk_tkid, in exacct_attach_task_item() 970 pu->pu_taskid = p->p_task->tk_tkid; in exacct_calculate_proc_usage() 1664 (void) ea_attach_item(tag, &tk->tk_tkid, 0, in exacct_tag_task()
|
H A D | rctl.c | 2487 id = p->p_task->tk_tkid; in rctl_global_action() 3177 return (rctl_kstat_create_common(name, tk->tk_tkid, "task_caps", in rctl_kstat_create_task()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | tasksys.c | 187 return (tk->tk_tkid); in tasksys_settaskid() 206 ret = p->p_task->tk_tkid; in tasksys_gettaskid()
|
H A D | processor_bind.c | 277 id = p->p_task->tk_tkid; in processor_bind()
|
H A D | exacctsys.c | 197 tkid = p->p_task->tk_tkid; in putacct()
|
H A D | pset.c | 614 id = curproc->p_task->tk_tkid; in pset_bind()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | task.h | 53 taskid_t tk_tkid; /* task id */ member
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 157 taskid_t tk_tkid; member
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | procfs.d.in | 246 pr_taskid = T->p_task->tk_tkid;
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 912 sp->pr_taskid = p->p_task->tk_tkid; in prgetstatus() 1158 sp->pr_taskid = p->p_task->tk_tkid; in prgetstatus32() 2514 psp->pr_taskid = p->p_task->tk_tkid; in prgetpsinfo() 3178 psp->pr_taskid = p->p_task->tk_tkid; in prgetpsinfo32()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1496 p->p_task->tk_tkid, VMUSAGE_TASKS, zone->vmz_id); in vmu_calculate_proc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 846 pc->pc_taskid = task.tk_tkid; in pcommon_init()
|
H A D | genunix.c | 380 mdb_printf("%-5d ", tk.tk_tkid); in ps() 632 addr, tk.tk_tkid, pj.kpj_id, pj.kpj_zoneid, tk.tk_hold_count, in task()
|