Home
last modified time | relevance | path

Searched refs:p_fdtol (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_fork.c434 if (p1->p_fdtol == NULL) in do_fork()
435 p1->p_fdtol = filedesc_to_leader_alloc(NULL, NULL, in do_fork()
442 fdtol = filedesc_to_leader_share(p1->p_fdtol, p1->p_fd); in do_fork()
448 fdtol = filedesc_to_leader_alloc(p1->p_fdtol, in do_fork()
535 p2->p_fdtol = fdtol; in do_fork()
H A Dkern_descrip.c1339 if (td->td_proc->p_fdtol != NULL) { in closefp_hl()
1371 if (__predict_false(td->td_proc->p_fdtol != NULL)) { in closefp()
2476 fdtol = p->p_fdtol; in fdclearlocks()
2533 p->p_fdtol = NULL; in fdclearlocks()
2595 if (p->p_fdtol != NULL) in fdescfree()
2807 fdtol = td->td_proc->p_fdtol; in closef()
2816 fdtol != td->td_proc->p_fdtol; in closef()
H A Dinit_main.c581 p->p_fdtol = NULL; in proc0_init()
/freebsd/sys/sys/
H A Dproc.h654 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member