Searched refs:FILEDESC_XUNLOCK (Results 1 – 11 of 11) sorted by relevance
225 FILEDESC_XUNLOCK(fdp); in kern_cap_rights_limit()239 FILEDESC_XUNLOCK(fdp); in kern_cap_rights_limit()419 FILEDESC_XUNLOCK(fdp); in kern_cap_ioctls_limit()545 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()550 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()555 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()
327 FILEDESC_XUNLOCK(fdp); in pwd_ensure_dirs()535 FILEDESC_XUNLOCK(fdp); in kern_fcntl()542 FILEDESC_XUNLOCK(fdp); in kern_fcntl()838 FILEDESC_XUNLOCK(fdp); in kern_dup()845 FILEDESC_XUNLOCK(fdp); in kern_dup()858 FILEDESC_XUNLOCK(fdp); in kern_dup()865 FILEDESC_XUNLOCK(fdp); in kern_dup()885 FILEDESC_XUNLOCK(fdp); in kern_dup()928 FILEDESC_XUNLOCK(fdp); in kern_dup()1189 FILEDESC_XUNLOCK(fdp); in closefp()[all …]
801 FILEDESC_XUNLOCK(fdp); in kern_kqueue()1344 FILEDESC_XUNLOCK(td->td_proc->p_fd); in kqueue_register()1482 FILEDESC_XUNLOCK(td->td_proc->p_fd); in kqueue_register()2047 FILEDESC_XUNLOCK(fdp); in kqueue_close()
1784 FILEDESC_XUNLOCK(fdesc); in unp_externalize()1793 FILEDESC_XUNLOCK(fdesc); in unp_externalize()1806 FILEDESC_XUNLOCK(fdesc); in unp_externalize()
223 FILEDESC_XUNLOCK(p->p_fd); in set_rootvnode()
444 FILEDESC_XUNLOCK(p1->p_fd); in do_fork()
818 FILEDESC_XUNLOCK(fdp); in kern_ioctl()
4079 FILEDESC_XUNLOCK(fdp);
598 FILEDESC_XUNLOCK(fdp); in ipc_entry_close()605 FILEDESC_XUNLOCK(fdp); in ipc_entry_close()675 FILEDESC_XUNLOCK(fdp); in kern_last_close()848 FILEDESC_XUNLOCK(fdp); in kern_fdalloc()859 FILEDESC_XUNLOCK(fdp); in kern_fddealloc()907 FILEDESC_XUNLOCK(fdp); in kern_finstall()923 FILEDESC_XUNLOCK(fdp); in kern_finstall()
212 FILEDESC_XUNLOCK(fdp);219 FILEDESC_XUNLOCK(fdp);
127 #define FILEDESC_XUNLOCK(fdp) sx_xunlock(&(fdp)->fd_sx) macro