Searched refs:FILEDESC_LOCK (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/sys/
H A Dfiledesc.h179 #define FILEDESC_LOCK(fdp) (&(fdp)->fd_sx) macro
/freebsd-current/sys/kern/
H A Dkern_event.c2311 if (!sx_xlocked(FILEDESC_LOCK(fdp))) {
H A Dkern_descrip.c2511 FILEDESC_LOCK(fdp), PLOCK, "fdlhold", 0);
2520 sx_sleep(fdtol, FILEDESC_LOCK(fdp), PLOCK,

Completed in 188 milliseconds