Searched refs:p_fdtol (Results 1 – 4 of 4) sorted by relevance
434 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()
1336 if (td->td_proc->p_fdtol != NULL) { in closefp_hl()1368 if (__predict_false(td->td_proc->p_fdtol != NULL)) { in closefp()2474 fdtol = p->p_fdtol; in fdclearlocks()2531 p->p_fdtol = NULL; in fdclearlocks()2593 if (p->p_fdtol != NULL) in fdescfree()2805 fdtol = td->td_proc->p_fdtol; in closef()2814 fdtol != td->td_proc->p_fdtol; in closef()
581 p->p_fdtol = NULL; in proc0_init()
654 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member