Searched refs:task_commit_head (Results 1 – 1 of 1) sorted by relevance
115 static task_t *task_commit_head = NULL; variable461 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()