Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_capability.c329 FILEDESC_SUNLOCK(fdp); in sys___cap_rights_get()
333 FILEDESC_SUNLOCK(fdp); in sys___cap_rights_get()
515 FILEDESC_SUNLOCK(fdp); in sys_cap_ioctls_get()
523 FILEDESC_SUNLOCK(fdp); in sys_cap_ioctls_get()
631 FILEDESC_SUNLOCK(fdp); in sys_cap_fcntls_get()
635 FILEDESC_SUNLOCK(fdp); in sys_cap_fcntls_get()
H A Dkern_descrip.c522 FILEDESC_SUNLOCK(fdp); in kern_fcntl()
2151 FILEDESC_SUNLOCK(fdp); in fdinit()
2159 FILEDESC_SUNLOCK(fdp); in fdinit()
2357 FILEDESC_SUNLOCK(fdp); in fdcopy()
2428 FILEDESC_SUNLOCK(fdp); in fdcopy_remapped()
2432 FILEDESC_SUNLOCK(fdp); in fdcopy_remapped()
2946 FILEDESC_SUNLOCK(fdp); in fget_cap()
3897 FILEDESC_SUNLOCK(fdp); in pwd_chroot_chdir()
4104 FILEDESC_SUNLOCK(fdp); in sysctl_kern_proc_nfds()
4460 FILEDESC_SUNLOCK(fdp); in kern_proc_filedesc_out()
[all …]
H A Duipc_usrreq.c2265 FILEDESC_SUNLOCK(fdesc); in unp_internalize()
2270 FILEDESC_SUNLOCK(fdesc); in unp_internalize()
2284 FILEDESC_SUNLOCK(fdesc); in unp_internalize()
2296 FILEDESC_SUNLOCK(fdesc); in unp_internalize()
2314 FILEDESC_SUNLOCK(fdesc); in unp_internalize()
H A Duipc_mqueue.c2358 FILEDESC_SUNLOCK(fdp); in kern_kmq_notify()
2365 FILEDESC_SUNLOCK(fdp); in kern_kmq_notify()
2370 FILEDESC_SUNLOCK(fdp); in kern_kmq_notify()
2375 FILEDESC_SUNLOCK(fdp); in kern_kmq_notify()
2496 FILEDESC_SUNLOCK(fdp); in mq_proc_exit()
H A Dsys_generic.c765 FILEDESC_SUNLOCK(fdp); in kern_ioctl()
811 FILEDESC_SUNLOCK(fdp); in kern_ioctl()
H A Dvfs_vnops.c2510 FILEDESC_SUNLOCK(fdp); in vn_fill_kinfo()
/f-stack/freebsd/sys/
H A Dfiledesc.h172 #define FILEDESC_SUNLOCK(fdp) sx_sunlock(&(fdp)->fd_sx) macro