| /f-stack/freebsd/kern/ |
| H A D | kern_osd.c | 235 rm_runlock(&osdm[type].osd_object_lock, &tracker); in osd_set_reserved() 260 rm_runlock(&osdm[type].osd_object_lock, in osd_set_reserved() 283 rm_runlock(&osdm[type].osd_object_lock, &tracker); in osd_set_reserved() 314 rm_runlock(&osdm[type].osd_object_lock, &tracker); in osd_get() 325 rm_runlock(&osdm[type].osd_object_lock, &tracker); in osd_del() 426 rm_runlock(&osdm[type].osd_object_lock, &tracker); in osd_exit()
|
| H A D | kern_hhook.c | 90 #define HHH_RUNLOCK(hhh, rmpt) rm_runlock(&(hhh)->hhh_lock, (rmpt))
|
| H A D | uipc_ktls.c | 941 rm_runlock(&ktls_backends_lock, &prio); in ktls_try_sw() 1455 rm_runlock(&ktls_backends_lock, &prio); in ktls_destroy()
|
| H A D | kern_rmlock.c | 175 rm_runlock(rm, tracker); in unlock_rm()
|
| H A D | kern_sysctl.c | 110 #define SYSCTL_RUNLOCK(tracker) rm_runlock(&sysctllock, (tracker))
|
| /f-stack/freebsd/sys/ |
| H A D | rmlock.h | 89 #define rm_runlock(rm,tracker) \ macro 96 #define rm_runlock(rm,tracker) _rm_runlock((rm), (tracker)) macro
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_stats.c | 199 rm_runlock(&tcp_stats_tpl_sampling_lock, &tracker); in tcp_stats_sample_rollthedice() 246 rm_runlock(&tcp_stats_tpl_sampling_lock, in tcp_stats_tpl_sr_cb()
|
| H A D | in_var.h | 132 #define IN_IFADDR_RUNLOCK(t) rm_runlock(&in_ifaddr_lock, (t))
|
| H A D | tcp_fastopen.c | 362 #define TCP_FASTOPEN_KEYS_RUNLOCK(t) rm_runlock(&V_tcp_fastopen_keylock, (t))
|
| /f-stack/freebsd/net/ |
| H A D | radix.h | 169 #define RADIX_NODE_HEAD_RUNLOCK(rnh) rm_runlock(&(rnh)->rnh_lock,\
|
| H A D | netisr.c | 125 #define NETISR_RUNLOCK(tracker) rm_runlock(&netisr_rmlock, (tracker))
|
| H A D | pfvar.h | 120 #define PF_RULES_RUNLOCK() rm_runlock(&pf_rules_lock, &_pf_rules_tracker)
|
| H A D | if_vxlan.c | 122 #define VXLAN_SO_RUNLOCK(_vso, _p) rm_runlock(&(_vso)->vxlso_lock, (_p)) 216 #define VXLAN_RUNLOCK(_sc, _p) rm_runlock(&(_sc)->vxl_lock, (_p))
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 169 #define RADIX_NODE_HEAD_RUNLOCK(rnh) rm_runlock(&(rnh)->rnh_lock,\
|
| /f-stack/freebsd/net/route/ |
| H A D | route_var.h | 84 #define RIB_RUNLOCK(rh) rm_runlock(&(rh)->rib_lock, &_rib_tracker)
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_var.h | 132 #define IN_IFADDR_RUNLOCK(t) rm_runlock(&in_ifaddr_lock, (t))
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_framework.c | 256 rm_runlock(&mac_policy_rm, tracker); in mac_policy_sunlock_nosleep()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_iface.c | 128 #define PRIV_RUNLOCK(priv, t) rm_runlock(&priv->lock, t)
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_var.h | 540 #define IN6_IFADDR_RUNLOCK(t) rm_runlock(&in6_ifaddr_lock, (t))
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_var.h | 540 #define IN6_IFADDR_RUNLOCK(t) rm_runlock(&in6_ifaddr_lock, (t))
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 455 #define IPFW_RUNLOCK(p) rm_runlock(&(p)->rwmtx, &_tracker)
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 159 #define SPTREE_RUNLOCK() rm_runlock(&sptree_lock, &sptree_tracker) 229 #define SAHTREE_RUNLOCK() rm_runlock(&sahtree_lock, &sahtree_tracker)
|