Searched refs:lwp_info_t (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.c63 FRC2PCT((((lwp_info_t *)lwp)->li_info.pr_lwp.pr_pctcpu)*1000));
69 lwp_info_t *p = (lwp_info_t *)lwp;
80 return ((ulong_t)TIME2SEC(((lwp_info_t *)lwp)->li_info.pr_lwp.pr_time));
86 return ((ulong_t)((lwp_info_t *)lwp)->li_info.pr_size);
92 return ((ulong_t)((lwp_info_t *)lwp)->li_info.pr_rssize);
98 return ((ulong_t)((lwp_info_t *)lwp)->li_info.pr_lwp.pr_pri);
218 lwp_info_t *lwp = list->l_head;
H A Dprtable.h71 lwp_info_t *l_lwp;
85 extern void lwpid_add(lwp_info_t *, pid_t, id_t);
86 extern lwp_info_t *lwpid_get(pid_t, id_t);
H A Dprstat.h118 } lwp_info_t; typedef in typeref:struct:lwp_info
H A Dprstat.c356 lwp_info_t *lwp;
624 static lwp_info_t *
627 lwp_info_t *lwp;
630 list->l_head = list->l_tail = lwp = Zalloc(sizeof (lwp_info_t));
632 lwp = Zalloc(sizeof (lwp_info_t));
634 ((lwp_info_t *)list->l_tail)->li_next = lwp;
645 list_remove_lwp(list_t *list, lwp_info_t *lwp)
666 lwp_info_t *lwp = list->l_tail;
667 lwp_info_t *lwp_tmp;
690 list_update(list_t *list, lwp_info_t *lw
[all...]
H A Dprtable.c244 lwpid_add(lwp_info_t *lwp, pid_t pid, id_t lwpid)
293 lwp_info_t *
/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c51 static lwp_info_t *
55 lwp_info_t *lwp = list_next(&core->core_lwp_head);
99 lwp_info_t *lwp;
230 lwp_info_t *lwp;
266 lwp_info_t *lwp;
297 lwp_info_t *lwp;
335 lwp_info_t *lwp;
404 lwp_info_t *lwp;
443 lwp_info_t *lwp;
523 lwp_info_t *lw
[all...]
H A DPcontrol.h144 } lwp_info_t; typedef in typeref:struct:lwp_info
156 lwp_info_t *core_lwp; /* current lwp information */
H A DPcore.c214 lwp_info_t *nlwp, *lwp = list_next(&core->core_lwp_head);
339 * Return the lwp_info_t for the given lwpid. If no such lwpid has been
341 * Create a list of lwp_info_t structures sorted in decreasing lwp_id order.
343 static lwp_info_t *
347 lwp_info_t *lwp = list_next(&core->core_lwp_head);
348 lwp_info_t *next;
362 if ((lwp = calloc(1, sizeof (lwp_info_t))) == NULL)
418 lwp_info_t *lwp;
533 lx_prstatus64_to_lwp(lx_prstatus64_t *prs64, lwp_info_t *lwp)
569 lx_prstatus32_to_lwp(lx_prstatus32_t *prs32, lwp_info_t *lw
[all...]
H A DPservice.c180 lwp_info_t *lwp = list_next(&core->core_lwp_head);
H A DPcontrol.c2963 lwp_info_t *lwp = list_prev(&core->core_lwp_head);
3035 lwp_info_t *lwp = list_prev(&core->core_lwp_head);
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c191 lwp_info_t *lwp = list_next(&core->core_lwp_head);
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c239 lwp_info_t *lwp = list_next(&core->core_lwp_head);

Completed in 228 milliseconds