Searched refs:p_fdtol (Results 1 – 5 of 5) sorted by relevance
429 if (p1->p_fdtol == NULL) in do_fork()430 p1->p_fdtol = filedesc_to_leader_alloc(NULL, NULL, in do_fork()437 fdtol = p1->p_fdtol; in do_fork()446 fdtol = filedesc_to_leader_alloc(p1->p_fdtol, in do_fork()516 p2->p_fdtol = fdtol; in do_fork()
1295 if (td->td_proc->p_fdtol != NULL) { in closefp_hl()1327 if (__predict_false(td->td_proc->p_fdtol != NULL)) { in closefp()2454 fdtol = p->p_fdtol; in fdclearlocks()2513 p->p_fdtol = NULL; in fdclearlocks()2582 if (p->p_fdtol != NULL) in fdescfree()2801 fdtol = td->td_proc->p_fdtol; in closef()2810 fdtol != td->td_proc->p_fdtol; in closef()
561 p->p_fdtol = NULL; in proc0_init()
467 p->p_fdtol = NULL; in proc0_init()
602 struct filedesc_to_leader *p_fdtol; /* (b) Tracking node */ member