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

/freebsd-10.0-release/sys/sys/
H A Dfiledesc.h93 * fdl_refcount and fdl_holdcount are protected by struct filedesc mtx.
97 int fdl_holdcount; /* temporary hold during closef */ member in struct:filedesc_to_leader
/freebsd-10.0-release/sys/kern/
H A Dkern_descrip.c2011 if (fdtol->fdl_holdcount > 0) {
2024 fdtol->fdl_holdcount == 0) {
2289 fdtol->fdl_holdcount++;
2300 fdtol->fdl_holdcount--;
2301 if (fdtol->fdl_holdcount == 0 &&
2874 fdtol->fdl_holdcount = 0;

Completed in 84 milliseconds