Home
last modified time | relevance | path

Searched refs:td_cowgen (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_syscall.c71 if (__predict_false(td->td_cowgen != p->p_cowgen)) in syscallenter()
H A Dkern_thread.c792 newtd->td_cowgen = p->p_cowgen; in thread_cow_get_proc()
803 newtd->td_cowgen = td->td_cowgen; in thread_cow_get()
831 td->td_cowgen = p->p_cowgen; in thread_cow_update()
H A Dsubr_trap.c235 if (td->td_cowgen != p->p_cowgen) in ast()
/f-stack/freebsd/arm/arm/
H A Dtrap-v6.c425 if (td->td_cowgen != p->p_cowgen) in abort_handler()
/f-stack/freebsd/i386/i386/
H A Dtrap.c304 if (td->td_cowgen != p->p_cowgen) in trap()
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c267 if (td->td_cowgen != p->p_cowgen) in trap()
/f-stack/freebsd/sys/
H A Dproc.h355 u_int td_cowgen; /* (k) Generation of COW pointers. */ member