Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c91 if ((tk = task_hold_by_id(tkid)) == NULL) in getacct_task()
207 if ((tk = task_hold_by_id(id)) != NULL) { in putacct()
237 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dtask.h100 extern task_t *task_hold_by_id(taskid_t);
/illumos-gate/usr/src/uts/common/os/
H A Dtask.c384 task_hold_by_id(taskid_t id) in task_hold_by_id() function