Home
last modified time | relevance | path

Searched refs:FILEDESC_XUNLOCK (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_capability.c244 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()
H A Dkern_descrip.c534 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 …]
H A Dkern_event.c1000 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()
H A Duipc_usrreq.c2052 FILEDESC_XUNLOCK(fdesc); in unp_externalize()
2061 FILEDESC_XUNLOCK(fdesc); in unp_externalize()
2081 FILEDESC_XUNLOCK(fdesc); in unp_externalize()
H A Dkern_fork.c440 FILEDESC_XUNLOCK(p1->p_fd); in do_fork()
H A Dsys_generic.c807 FILEDESC_XUNLOCK(fdp); in kern_ioctl()
/f-stack/freebsd/sys/
H A Dfiledesc.h170 #define FILEDESC_XUNLOCK(fdp) sx_xunlock(&(fdp)->fd_sx) macro