Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c116 static task_t *task_commit_tail = NULL; variable
462 task_commit_head = task_commit_tail = tk; in task_rele()
464 task_commit_tail->tk_commit_next = tk; in task_rele()
465 task_commit_tail = tk; in task_rele()
1123 task_commit_tail = NULL; in task_commit()