Searched refs:fdtol (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_descrip.c2045 struct filedesc_to_leader *fdtol; local
2054 fdtol = p->p_fdtol;
2055 MPASS(fdtol != NULL);
2058 KASSERT(fdtol->fdl_refcount > 0,
2060 fdtol->fdl_refcount));
2061 if (fdtol->fdl_refcount == 1 &&
2082 if (fdtol->fdl_refcount == 1) {
2094 if (fdtol->fdl_holdcount > 0) {
2096 * Ensure that fdtol->fdl_leader remains
2099 fdtol
2366 struct filedesc_to_leader *fdtol; local
3135 struct filedesc_to_leader *fdtol; local
[all...]
H A Dkern_fork.c385 struct filedesc_to_leader *fdtol; local
436 fdtol = NULL;
439 fdtol = NULL;
450 fdtol = p1->p_fdtol;
452 fdtol->fdl_refcount++;
459 fdtol = filedesc_to_leader_alloc(p1->p_fdtol,
529 p2->p_fdtol = fdtol;

Completed in 40 milliseconds