Searched refs:FILEDESC_XUNLOCK (Results 1 – 7 of 7) sorted by relevance
244 FILEDESC_XUNLOCK(fdp); in kern_cap_rights_limit()261 FILEDESC_XUNLOCK(fdp); in kern_cap_rights_limit()455 FILEDESC_XUNLOCK(fdp); in kern_cap_ioctls_limit()598 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()603 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()610 FILEDESC_XUNLOCK(fdp); in sys_cap_fcntls_limit()
534 FILEDESC_XUNLOCK(fdp); in kern_fcntl()1008 FILEDESC_XUNLOCK(fdp); in kern_dup()1267 FILEDESC_XUNLOCK(fdp); in closefp_impl()1315 FILEDESC_XUNLOCK(fdp); in closefp_hl()1360 FILEDESC_XUNLOCK(fdp); in kern_close()1415 FILEDESC_XUNLOCK(fdp); in kern_close_range()2098 FILEDESC_XUNLOCK(fdp); in finstall_refed()2514 FILEDESC_XUNLOCK(fdp); in fdclearlocks()2539 FILEDESC_XUNLOCK(fdp); in fdescfree_fds()2689 FILEDESC_XUNLOCK(fdp); in fdclose()[all …]
1000 FILEDESC_XUNLOCK(fdp); in kern_kqueue()1498 FILEDESC_XUNLOCK(td->td_proc->p_fd); in kqueue_register()1629 FILEDESC_XUNLOCK(td->td_proc->p_fd); in kqueue_register()2190 FILEDESC_XUNLOCK(fdp); in kqueue_close()
2052 FILEDESC_XUNLOCK(fdesc); in unp_externalize()2061 FILEDESC_XUNLOCK(fdesc); in unp_externalize()2081 FILEDESC_XUNLOCK(fdesc); in unp_externalize()
440 FILEDESC_XUNLOCK(p1->p_fd); in do_fork()
807 FILEDESC_XUNLOCK(fdp); in kern_ioctl()
170 #define FILEDESC_XUNLOCK(fdp) sx_xunlock(&(fdp)->fd_sx) macro