Home
last modified time | relevance | path

Searched refs:p_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 Dsubr_trap.c235 if (td->td_cowgen != p->p_cowgen) in ast()
H A Dkern_thread.c792 newtd->td_cowgen = p->p_cowgen; in thread_cow_get_proc()
831 td->td_cowgen = p->p_cowgen; in thread_cow_update()
/f-stack/freebsd/arm/arm/
H A Dtrap-v6.c425 if (td->td_cowgen != p->p_cowgen) in abort_handler()
/f-stack/freebsd/sys/
H A Dproc.h640 u_int p_cowgen; /* (c) Generation of COW pointers. */ member
974 (p)->p_cowgen++; \
/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()