/linux/drivers/infiniband/core/ |
H A D | cache.c | 709 read_unlock_irqrestore(&table->rwlock, flags); in rdma_find_gid_by_port() 713 read_unlock_irqrestore(&table->rwlock, flags); in rdma_find_gid_by_port() 768 read_unlock_irqrestore(&table->rwlock, flags); in rdma_find_gid_by_filter() 976 read_unlock_irqrestore(&table->rwlock, flags); in rdma_query_gid() 1037 read_unlock_irqrestore(&table->rwlock, flags); in rdma_find_gid() 1040 read_unlock_irqrestore(&table->rwlock, flags); in rdma_find_gid() 1068 read_unlock_irqrestore(&device->cache_lock, flags); in ib_get_cached_pkey() 1081 read_unlock_irqrestore(&device->cache_lock, flags); in ib_get_cached_subnet_prefix() 1124 read_unlock_irqrestore(&device->cache_lock, flags); in ib_find_cached_pkey() 1159 read_unlock_irqrestore(&device->cache_lock, flags); in ib_find_exact_cached_pkey() [all …]
|
/linux/scripts/coccinelle/locks/ |
H A D | call_kern.cocci | 28 when != read_unlock_irqrestore(...) 66 when != read_unlock_irqrestore(...)
|
/linux/arch/arm/xen/ |
H A D | p2m.c | 77 read_unlock_irqrestore(&p2m_lock, irqflags); in __pfn_to_mfn() 85 read_unlock_irqrestore(&p2m_lock, irqflags); in __pfn_to_mfn()
|
/linux/net/atm/ |
H A D | mpoa_caches.c | 363 read_unlock_irqrestore(&mpc->egress_lock, flags); in eg_cache_get_by_tag() 368 read_unlock_irqrestore(&mpc->egress_lock, flags); in eg_cache_get_by_tag() 385 read_unlock_irqrestore(&mpc->egress_lock, flags); in eg_cache_get_by_vcc() 390 read_unlock_irqrestore(&mpc->egress_lock, flags); in eg_cache_get_by_vcc()
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-dev.c | 222 read_unlock_irqrestore(&ccp_unit_lock, flags); in ccp_get_device() 239 read_unlock_irqrestore(&ccp_unit_lock, flags); in ccp_present() 262 read_unlock_irqrestore(&ccp_unit_lock, flags); in ccp_version()
|
/linux/Documentation/translations/zh_CN/locking/ |
H A D | spinlocks.rst | 71 read_unlock_irqrestore(&xxx_lock, flags);
|
/linux/drivers/scsi/ |
H A D | sg.c | 839 read_unlock_irqrestore(&sfp->rq_list_lock, flags); in srp_done() 1000 read_unlock_irqrestore(&sfp->rq_list_lock, in sg_ioctl_common() 1005 read_unlock_irqrestore(&sfp->rq_list_lock, iflags); in sg_ioctl_common() 1014 read_unlock_irqrestore(&sfp->rq_list_lock, iflags); in sg_ioctl_common() 1083 read_unlock_irqrestore(&sfp->rq_list_lock, iflags); in sg_ioctl_common() 1186 read_unlock_irqrestore(&sfp->rq_list_lock, iflags); in sg_poll() 1613 read_unlock_irqrestore(&sdp->sfd_lock, iflags); in sg_remove_device() 2271 read_unlock_irqrestore(&sg_index_lock, iflags); in sg_last_dev() 2299 read_unlock_irqrestore(&sg_index_lock, flags); in sg_get_dev() 2498 read_unlock_irqrestore(&sg_index_lock, iflags); in sg_proc_seq_show_dev() [all …]
|
/linux/mm/kasan/ |
H A D | tags.c | 134 read_unlock_irqrestore(&stack_ring.lock, flags); in save_stack_info()
|
/linux/drivers/isdn/mISDN/ |
H A D | tei.c | 116 read_unlock_irqrestore(&mgr->lock, flags); in da_deactivate() 120 read_unlock_irqrestore(&mgr->lock, flags); in da_deactivate() 154 read_unlock_irqrestore(&mgr->lock, flags); in da_timer() 159 read_unlock_irqrestore(&mgr->lock, flags); in da_timer() 427 read_unlock_irqrestore(&mgr->lock, flags); in findtei() 1041 read_unlock_irqrestore(&mgr->lock, flags); in create_teimgr() 1330 read_unlock_irqrestore(&mgr->lock, flags); in mgr_bcast()
|
H A D | clock.c | 194 read_unlock_irqrestore(&iclock_lock, flags); in mISDN_clock_get()
|
/linux/include/linux/ |
H A D | rwlock.h | 101 #define read_unlock_irqrestore(lock, flags) \ macro
|
H A D | spinlock.h | 590 read_unlock_irqrestore(_T->lock, _T->flags),
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_aux.c | 200 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_get_port_by_wwpn() 203 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_get_port_by_wwpn()
|
H A D | zfcp_fc.c | 254 read_unlock_irqrestore(&adapter->port_list_lock, flags); in _zfcp_fc_incoming_rscn() 287 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_fc_incoming_rscn() 314 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_fc_incoming_wwpn()
|
H A D | zfcp_erp.c | 728 read_unlock_irqrestore(&adapter->erp_lock, flags); in zfcp_erp_wakeup() 1708 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_erp_set_adapter_status() 1752 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_erp_clear_adapter_status()
|
H A D | zfcp_fsf.c | 120 read_unlock_irqrestore(&adapter->port_list_lock, flags); in zfcp_fsf_status_read_port_closed() 2472 read_unlock_irqrestore(&req->adapter->abort_lock, flags); in zfcp_fsf_fcp_cmnd_handler() 2514 read_unlock_irqrestore(&req->adapter->abort_lock, flags); in zfcp_fsf_fcp_cmnd_handler()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | event.c | 188 read_unlock_irqrestore(&event->list_lock, flags); in nvkm_event_ntfy()
|
/linux/net/netlink/ |
H A D | diag.c | 177 read_unlock_irqrestore(&nl_table_lock, flags); in __netlink_diag_dump()
|
/linux/net/rds/ |
H A D | cong.c | 277 read_unlock_irqrestore(&rds_cong_monitor_lock, flags); in rds_cong_map_updated()
|
H A D | af_rds.c | 111 read_unlock_irqrestore(&rs->rs_recv_lock, flags); in rds_wake_sk_sleep() 246 read_unlock_irqrestore(&rs->rs_recv_lock, flags); in rds_poll()
|
/linux/security/apparmor/ |
H A D | label.c | 851 read_unlock_irqrestore(&ls->lock, flags); in vec_find() 925 read_unlock_irqrestore(&ls->lock, flags); 1183 read_unlock_irqrestore(&ls->lock, flags); 2002 read_unlock_irqrestore(&ls->lock, flags);
|
/linux/fs/kernfs/ |
H A D | dir.c | 203 read_unlock_irqrestore(&kernfs_rename_lock, flags); in kernfs_name() 231 read_unlock_irqrestore(&kernfs_rename_lock, flags); in kernfs_path_from_node() 300 read_unlock_irqrestore(&kernfs_rename_lock, flags); in kernfs_get_parent()
|
/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 240 read_unlock_irqrestore(&cpufreq_driver_lock, flags); in cpufreq_cpu_get() 1808 read_unlock_irqrestore(&cpufreq_driver_lock, flags); in cpufreq_quick_get() 1812 read_unlock_irqrestore(&cpufreq_driver_lock, flags); in cpufreq_quick_get() 2530 read_unlock_irqrestore(&cpufreq_driver_lock, flags); in cpufreq_unregister_governor()
|
/linux/kernel/dma/ |
H A D | debug.c | 212 read_unlock_irqrestore(&driver_name_lock, flags); in driver_filter() 730 read_unlock_irqrestore(&driver_name_lock, flags); in filter_read()
|
/linux/Documentation/locking/ |
H A D | spinlocks.rst | 73 read_unlock_irqrestore(&xxx_lock, flags);
|