Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dexacctsys.c93 if ((tk = task_hold_by_id(tkid)) == NULL) in getacct_task()
209 if ((tk = task_hold_by_id(id)) != NULL) { in putacct()
239 if ((tk = task_hold_by_id(tkid)) == NULL) in wracct_task()
H A Dprocessor_bind.c280 if ((tk = task_hold_by_id(id)) != NULL) { in processor_bind()
H A Dpset.c615 if ((tk = task_hold_by_id(id)) == NULL) { in pset_bind()
/titanic_41/usr/src/uts/common/sys/
H A Dtask.h100 extern task_t *task_hold_by_id(taskid_t);
/titanic_41/usr/src/uts/common/os/
H A Dtask.c383 task_hold_by_id(taskid_t id) in task_hold_by_id() function