Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dtask.c114 static task_t *task_commit_head = NULL; variable
460 if (task_commit_head == NULL) { in task_rele()
461 task_commit_head = task_commit_tail = tk; in task_rele()
1111 while (task_commit_head == NULL) { in task_commit()
1116 while (task_commit_head != NULL) { in task_commit()
1119 tk = task_commit_head; in task_commit()
1120 task_commit_head = task_commit_head->tk_commit_next; in task_commit()
1121 if (task_commit_head == NULL) in task_commit()