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.c482 if (p1->p_fdtol == NULL) in do_fork()
483 p1->p_fdtol = filedesc_to_leader_alloc(NULL, NULL, in do_fork()
490 fdtol = filedesc_to_leader_share(p1->p_fdtol, p1->p_fd); in do_fork()
496 fdtol = filedesc_to_leader_alloc(p1->p_fdtol, in do_fork()
583 p2->p_fdtol = fdtol; in do_fork()
H A Dkern_descrip.c1445 if (td->td_proc->p_fdtol != NULL) { in closefp_hl()
1477 if (__predict_false(td->td_proc->p_fdtol != NULL)) { in closefp()
2660 fdtol = p->p_fdtol; in fdclearlocks()
2717 p->p_fdtol = NULL; in fdclearlocks()
2779 if (p->p_fdtol != NULL) in fdescfree()
2997 fdtol = td->td_proc->p_fdtol; in closef()
3006 fdtol != td->td_proc->p_fdtol; in closef()
H A Dinit_main.c584 p->p_fdtol = NULL; in proc0_init()
/freebsd/sys/sys/
H A Dproc.h659 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member