| /freebsd/sys/powerpc/aim/ |
| H A D | moea64_native.c | 328 rw_runlock(&moea64_eviction_lock); in moea64_pte_synch_native() 335 rw_runlock(&moea64_eviction_lock); in moea64_pte_synch_native() 355 rw_runlock(&moea64_eviction_lock); in moea64_pte_clear_native() 372 rw_runlock(&moea64_eviction_lock); in moea64_pte_clear_native() 378 rw_runlock(&moea64_eviction_lock); in moea64_pte_clear_native() 429 rw_runlock(&moea64_eviction_lock); in moea64_pte_unset_native() 448 rw_runlock(&moea64_eviction_lock); in moea64_pte_replace_inval_native() 469 rw_runlock(&moea64_eviction_lock); in moea64_pte_replace_inval_native() 488 rw_runlock(&moea64_eviction_lock); in moea64_pte_replace_native() 493 rw_runlock(&moea64_eviction_lock); in moea64_pte_replace_native() [all …]
|
| /freebsd/sys/kern/ |
| H A D | vfs_hash.c | 89 rw_runlock(&vfs_hash_lock); in vfs_hash_get() 105 rw_runlock(&vfs_hash_lock); in vfs_hash_get() 128 rw_runlock(&vfs_hash_lock); in vfs_hash_ref() 135 rw_runlock(&vfs_hash_lock); in vfs_hash_ref()
|
| H A D | kern_loginclass.c | 141 rw_runlock(&loginclasses_lock); in loginclass_find() 262 rw_runlock(&loginclasses_lock); in loginclass_racct_foreach()
|
| H A D | kern_khelp.c | 65 #define KHELP_LIST_RUNLOCK() rw_runlock(&khelp_list_lock)
|
| /freebsd/sys/dev/wg/ |
| H A D | wg_noise.c | 277 rw_runlock(&l->l_identity_lock); in noise_local_keys() 309 rw_runlock(&l->l_identity_lock); in noise_remote_alloc() 537 rw_runlock(&r->r_handshake_lock); in noise_remote_keys() 548 rw_runlock(&r->r_handshake_lock); in noise_remote_initiation_expired() 875 rw_runlock(¤t->kp_nonce_lock); in noise_keep_key_fresh_send() 928 rw_runlock(&kp->kp_nonce_lock); in noise_keypair_decrypt() 993 rw_runlock(&l->l_identity_lock); in noise_create_initiation() 1071 rw_runlock(&l->l_identity_lock); in noise_consume_initiation() 1122 rw_runlock(&l->l_identity_lock); in noise_create_response() 1149 rw_runlock(&r->r_handshake_lock); in noise_consume_response() [all …]
|
| H A D | wg_cookie.c | 154 rw_runlock(&cc->cc_key_lock); in cookie_checker_create_payload() 193 rw_runlock(&cm->cm_lock); in cookie_maker_consume_payload() 204 rw_runlock(&cm->cm_lock); in cookie_maker_consume_payload() 238 rw_runlock(&cc->cc_key_lock); in cookie_checker_validate_macs()
|
| /freebsd/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 238 rw_runlock(&tdev->object_lock); in ttm_base_object_lookup() 275 rw_runlock(&tfile->lock); in ttm_ref_object_add() 279 rw_runlock(&tfile->lock); in ttm_ref_object_add()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | rwlock.h | 41 #define read_unlock(_l) rw_runlock(_l)
|
| /freebsd/sys/riscv/riscv/ |
| H A D | pmap.c | 1704 rw_runlock(&pvh_global_lock); in _pmap_alloc_l3() 2709 rw_runlock(&pvh_global_lock); in pmap_remove() 2905 rw_runlock(&pvh_global_lock); in pmap_protect() 3333 rw_runlock(&pvh_global_lock); in pmap_enter() 3482 rw_runlock(&pvh_global_lock); in pmap_enter() 3746 rw_runlock(&pvh_global_lock); in pmap_enter_object() 3770 rw_runlock(&pvh_global_lock); in pmap_enter_quick() 4009 rw_runlock(&pvh_global_lock); in pmap_unwire() 4163 rw_runlock(lock); in pmap_page_exists_quick() 4164 rw_runlock(&pvh_global_lock); in pmap_page_exists_quick() [all …]
|
| /freebsd/sys/netinet/ |
| H A D | sctp_lock_bsd.h | 100 rw_runlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \ 179 rw_runlock(&SCTP_BASE_INFO(ipi_addr_mtx)); \
|
| H A D | tcp_subr.c | 435 rw_runlock(&tcp_function_lock); in find_and_ref_tcp_functions() 448 rw_runlock(&tcp_function_lock); in find_and_ref_tcp_fb() 479 rw_runlock(&tcp_function_lock); in find_tcp_function_alias() 491 rw_runlock(&tcp_function_lock); in find_and_ref_tcp_default_fb() 674 rw_runlock(&tcp_function_lock); in sysctl_net_inet_default_tcp_functions() 718 rw_runlock(&tcp_function_lock); in sysctl_net_inet_list_available() 748 rw_runlock(&tcp_function_lock); in sysctl_net_inet_list_available() 1007 rw_runlock(&tcp_function_lock); in sysctl_net_inet_list_func_info() 2257 rw_runlock(&tcp_function_lock); in tcp_newtcpcb() 2267 rw_runlock(&tcp_function_lock); in tcp_newtcpcb()
|
| /freebsd/sys/geom/union/ |
| H A D | g_union.h | 116 #define G_RUNLOCK(sc) rw_runlock(&(sc)->sc_rwlock)
|
| /freebsd/sys/sys/ |
| H A D | rwlock.h | 229 #define rw_runlock(rw) _rw_runlock((rw), LOCK_FILE, LOCK_LINE) macro 238 rw_runlock(rw); \
|
| H A D | bufobj.h | 125 #define BO_RUNLOCK(bo) rw_runlock(BO_LOCKPTR((bo)))
|
| /freebsd/sys/net/route/ |
| H A D | nhop_var.h | 66 #define NHOPS_RUNLOCK(ctl) rw_runlock(&(ctl)->ctl_lock)
|
| /freebsd/sys/netinet/cc/ |
| H A D | cc.h | 217 #define CC_LIST_RUNLOCK() rw_runlock(&cc_list_lock)
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_bdg.h | 40 #define BDG_RUNLOCK(b) rw_runlock(&(b)->bdg_lock)
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_tom_l2t.c | 449 rw_runlock(&d->lock); in t4_l2_update() 459 rw_runlock(&d->lock); in t4_l2_update()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_l2t.c | 242 rw_runlock(&d->lock); in t4_l2t_alloc_tls() 252 rw_runlock(&d->lock); in t4_l2t_alloc_tls()
|
| /freebsd/sys/rpc/ |
| H A D | clnt_nl.c | 416 rw_runlock(&rpcnl_global_lock); in clnt_nl_reply() 421 rw_runlock(&rpcnl_global_lock); in clnt_nl_reply()
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp.h | 408 #define SDP_RUNLOCK(ssk) rw_runlock(&(ssk)->lock) 425 rw_runlock(&rx_ring->destroyed_lock); in rx_ring_unlock()
|
| /freebsd/sys/vm/ |
| H A D | vm_object.h | 258 rw_runlock(&(object)->lock)
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | uma_zalloc_arg.sh | 192 + rw_runlock(&g_uma_dbg_nowait_lock);
|
| /freebsd/sys/net/ |
| H A D | if_llatbl.h | 94 #define LLE_RUNLOCK(lle) rw_runlock(&(lle)->lle_lock)
|
| /freebsd/sys/netinet6/ |
| H A D | nd6.h | 254 #define ND6_RUNLOCK() rw_runlock(&V_nd6_lock)
|