Searched refs:FILEDESC_XUNLOCK (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/kern/
H A Dsys_capability.c240 FILEDESC_XUNLOCK(fdp);
257 FILEDESC_XUNLOCK(fdp);
451 FILEDESC_XUNLOCK(fdp);
594 FILEDESC_XUNLOCK(fdp);
599 FILEDESC_XUNLOCK(fdp);
606 FILEDESC_XUNLOCK(fdp);
H A Dkern_descrip.c547 FILEDESC_XUNLOCK(fdp);
1061 FILEDESC_XUNLOCK(fdp);
1311 FILEDESC_XUNLOCK(fdp);
1359 FILEDESC_XUNLOCK(fdp);
1404 FILEDESC_XUNLOCK(fdp);
1435 FILEDESC_XUNLOCK(fdp);
1471 FILEDESC_XUNLOCK(fdp);
2191 FILEDESC_XUNLOCK(fdp);
2488 FILEDESC_XUNLOCK(fdp);
2533 FILEDESC_XUNLOCK(fd
[all...]
H A Dkern_event.c1109 FILEDESC_XUNLOCK(fdp);
1617 FILEDESC_XUNLOCK(td->td_proc->p_fd);
1749 FILEDESC_XUNLOCK(td->td_proc->p_fd);
2318 FILEDESC_XUNLOCK(fdp);
H A Dsys_generic.c809 FILEDESC_XUNLOCK(fdp);
H A Duipc_usrreq.c2464 FILEDESC_XUNLOCK(fdesc);
2483 FILEDESC_XUNLOCK(fdesc);
/freebsd-current/sys/sys/
H A Dfiledesc.h181 #define FILEDESC_XUNLOCK(fdp) sx_xunlock(&(fdp)->fd_sx) macro

Completed in 139 milliseconds