Searched refs:FILEDESC_XLOCK (Results 1 – 7 of 7) sorted by relevance
241 FILEDESC_XLOCK(fdp); in kern_cap_rights_limit()434 FILEDESC_XLOCK(fdp); in kern_cap_ioctls_limit()594 FILEDESC_XLOCK(fdp); in sys_cap_fcntls_limit()
527 FILEDESC_XLOCK(fdp); in kern_fcntl()904 FILEDESC_XLOCK(fdp); in kern_dup()1308 FILEDESC_XLOCK(fdp); in closefp_hl()1358 FILEDESC_XLOCK(fdp); in kern_close()1388 FILEDESC_XLOCK(fdp); in kern_close_range()1407 FILEDESC_XLOCK(fdp); in kern_close_range()2093 FILEDESC_XLOCK(fdp); in finstall_refed()2457 FILEDESC_XLOCK(fdp); in fdclearlocks()2538 FILEDESC_XLOCK(fdp); in fdescfree_fds()2686 FILEDESC_XLOCK(fdp); in fdclose()[all …]
998 FILEDESC_XLOCK(fdp); in kern_kqueue()1452 FILEDESC_XLOCK(td->td_proc->p_fd); in kqueue_register()2184 FILEDESC_XLOCK(fdp); in kqueue_close()
438 FILEDESC_XLOCK(p1->p_fd); in do_fork()
737 FILEDESC_XLOCK(fdp); in kern_ioctl()
2040 FILEDESC_XLOCK(fdesc); in unp_externalize()
169 #define FILEDESC_XLOCK(fdp) sx_xlock(&(fdp)->fd_sx) macro