Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c115 static task_t *task_commit_head = NULL; variable
461 if (task_commit_head == NULL) { in task_rele()
462 task_commit_head = task_commit_tail = tk; in task_rele()
1112 while (task_commit_head == NULL) { in task_commit()
1117 while (task_commit_head != NULL) { in task_commit()
1120 tk = task_commit_head; in task_commit()
1121 task_commit_head = task_commit_head->tk_commit_next; in task_commit()
1122 if (task_commit_head == NULL) in task_commit()