Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/coccinelle/locks/
Dcall_kern.cocci25 ... when != read_unlock_irq(...)
63 ... when != read_unlock_irq(...)
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_unit.c62 read_unlock_irq(&port->unit_list_lock); in zfcp_unit_queue_scsi_scan()
95 read_unlock_irq(&port->unit_list_lock); in zfcp_unit_find()
Dzfcp_scsi.c362 read_unlock_irq(&adapter->port_list_lock); in zfcp_scsi_adapter_unregister()
/linux-4.4.14/net/atm/
Dmpoa_caches.c343 read_unlock_irq(&mpc->egress_lock); in eg_cache_get_by_cache_id()
348 read_unlock_irq(&mpc->egress_lock); in eg_cache_get_by_cache_id()
406 read_unlock_irq(&mpc->egress_lock); in eg_cache_get_by_src_ip()
411 read_unlock_irq(&mpc->egress_lock); in eg_cache_get_by_src_ip()
Dmpc.c1302 read_unlock_irq(&mpc->egress_lock); in mps_death()
1405 read_unlock_irq(&mpc->egress_lock); in clean_up()
/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c376 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
391 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
394 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
538 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
541 read_unlock_irq(&hp_sdc.rtq_lock); in hp_sdc_put()
/linux-4.4.14/include/linux/
Drwlock.h101 #define read_unlock_irq(lock) _raw_read_unlock_irq(lock) macro