Home
last modified time | relevance | path

Searched refs:tk_zone (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c348 (zoneid != ALL_ZONES && zoneid != tk->tk_zone->zone_id)) in task_find()
439 mutex_enter(&tk->tk_zone->zone_nlwps_lock); in task_rele()
441 mutex_exit(&tk->tk_zone->zone_nlwps_lock); in task_rele()
520 tk->tk_zone = zone; in task_create()
724 mutex_enter(&oldtk->tk_zone->zone_nlwps_lock); in task_change()
727 mutex_exit(&oldtk->tk_zone->zone_nlwps_lock); in task_change()
729 mutex_enter(&newtk->tk_zone->zone_nlwps_lock); in task_change()
732 mutex_exit(&newtk->tk_zone->zone_nlwps_lock); in task_change()
769 zone_task_rele(tk->tk_zone); in task_end()
839 zone_t *zone = tk->tk_zone; in task_join()
[all …]
H A Dexacct.c545 (void) ea_attach_item(record, tk->tk_zone->zone_nodename, in exacct_attach_task_item()
546 strlen(tk->tk_zone->zone_nodename) + 1, in exacct_attach_task_item()
580 (void) ea_attach_item(record, tk->tk_zone->zone_name, in exacct_attach_task_item()
581 strlen(tk->tk_zone->zone_name) + 1, in exacct_attach_task_item()
717 zone_t *zone = tk->tk_zone; in exacct_commit_task()
734 if (tk->tk_zone != global_zone) { in exacct_commit_task()
1666 (void) ea_attach_item(tag, tk->tk_zone->zone_nodename, 0, in exacct_tag_task()
H A Dfork.c864 mutex_enter(&tk->tk_zone->zone_nlwps_lock); in newproc()
867 mutex_exit(&tk->tk_zone->zone_nlwps_lock); in newproc()
881 mutex_enter(&tk_old->tk_zone->zone_nlwps_lock); in newproc()
883 mutex_exit(&tk_old->tk_zone->zone_nlwps_lock); in newproc()
/illumos-gate/usr/src/uts/common/sys/
H A Dtask.h69 struct zone *tk_zone; /* zone task belongs to */ member