Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtask.h79 struct task *tk_commit_next; /* next task on task commit list */ member
/titanic_44/usr/src/uts/common/os/
H A Dtask.c463 task_commit_tail->tk_commit_next = tk; in task_rele()
510 tk->tk_commit_next = NULL; in task_create()
998 task0p->tk_commit_next = NULL; in task_init()
1120 task_commit_head = task_commit_head->tk_commit_next; in task_commit()