Lines Matching defs:tk
83 task_t *tk;
93 if ((tk = task_hold_by_id(tkid)) == NULL)
95 error = exacct_assemble_task_usage(ac_task, tk,
97 task_rele(tk);
176 task_t *tk;
209 if ((tk = task_hold_by_id(id)) != NULL) {
210 error = exacct_tag_task(&acg->ac_task, tk, kbuf,
212 task_rele(tk);
229 task_t *tk;
239 if ((tk = task_hold_by_id(tkid)) == NULL)
241 error = exacct_assemble_task_usage(ac_task, tk, exacct_commit_callback,
243 task_rele(tk);