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

/freebsd-10.1-release/sys/kern/
H A Dkern_ktrace.c157 static int ktrops(struct thread *,struct proc *,int,int,struct vnode *);
942 * ktrops() may call vrele(). Lock pg_members
958 ret |= ktrops(td, p, ops, facs, vp);
983 ret |= ktrops(td, p, ops, facs, vp);
1036 ktrops(td, p, ops, facs, vp) function
1104 ret |= ktrops(td, p, ops, facs, vp);

Completed in 52 milliseconds