Searched defs:tasks (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c615 int32_t tasks; local
629 found = sscanf(buf, "%31s %d %d", name, &interval, &tasks);
643 ip->num_tasks = tasks;
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c149 static table_t tsk_tbl = {0, 0, NULL}; /* selected tasks */
162 static list_t tasks; /* list of tasks */ variable
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, opt
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1231 * Stop async tasks.
4097 * Don't start async tasks until we know everything is healthy.
4348 * Put a hold on the pool, drop the namespace lock, stop async tasks,
5849 int tasks; local
5854 tasks = spa->spa_async_tasks;
5861 if (tasks & SPA_ASYNC_CONFIG_UPDATE) {
5884 if (tasks & SPA_ASYNC_REMOVE) {
5894 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
5903 if (tasks & SPA_ASYNC_PROBE) {
5912 if (tasks
[all...]

Completed in 79 milliseconds