Lines Matching defs:tasks
149 static table_t tsk_tbl = {0, 0, NULL}; /* selected tasks */
162 static list_t tasks; /* list of tasks */
259 /* Gather rss for all tasks in all zones */
1097 list_update(&tasks, lwp);
1362 list_clear(&tasks);
1566 list_alloc(&tasks, opts.o_nbottom);
1572 list_setkeyfunc(NULL, &opts, &tasks, LT_TASKS);
1615 list_free(&tasks);
1620 list_alloc(&tasks, opts.o_nbottom);
1644 list_getsize(&tasks);
1645 list_sort(&tasks);
1646 list_print(&tasks);
1647 list_clear(&tasks);