Searched refs:tcq (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsys_process.c685 struct thr_coredump_req *tcq; local
1398 tcq = malloc(sizeof(*tcq), M_TEMP, M_WAITOK | M_ZERO);
1421 tcq->tc_vp = fp->f_vnode;
1422 tcq->tc_limit = pc->pc_limit == 0 ? OFF_MAX : pc->pc_limit;
1423 tcq->tc_flags = SVC_PT_COREDUMP;
1425 tcq->tc_flags |= SVC_NOCOMPRESS;
1427 tcq->tc_flags |= SVC_ALL;
1428 td2->td_coredump = tcq;
1433 error = tcq
[all...]
H A Dkern_sig.c2544 struct thr_coredump_req *tcq; local
2554 tcq = td->td_coredump;
2555 KASSERT(tcq != NULL, ("td_coredump is NULL"));
2558 tcq->tc_error = ENOSYS;
2563 rl_cookie = vn_rangelock_wlock(tcq->tc_vp, 0, OFF_MAX);
2565 tcq->tc_error = p->p_sysent->sv_coredump(td, tcq->tc_vp,
2566 tcq->tc_limit, tcq->tc_flags);
2568 vn_rangelock_unlock(tcq
[all...]
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h260 struct tcq_control tcq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12158
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h260 struct tcq_control tcq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12189
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h228 struct tcq_control tcq; member in union:_HIM_ALTERABLE_DEV_INFO::__anon12199

Completed in 73 milliseconds