Searched refs:p_fdtol (Results 1 – 4 of 4) sorted by relevance
482 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()
1445 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()
584 p->p_fdtol = NULL; in proc0_init()
659 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member