Searched refs:hook_lock (Results 1 – 3 of 3) sorted by relevance
238 read_lock(&hp_sdc.hook_lock); in hp_sdc_isr()241 read_unlock(&hp_sdc.hook_lock); in hp_sdc_isr()250 read_lock(&hp_sdc.hook_lock); in hp_sdc_isr()253 read_unlock(&hp_sdc.hook_lock); in hp_sdc_isr()257 read_lock(&hp_sdc.hook_lock); in hp_sdc_isr()262 read_unlock(&hp_sdc.hook_lock); in hp_sdc_isr()266 read_lock(&hp_sdc.hook_lock); in hp_sdc_isr()269 read_unlock(&hp_sdc.hook_lock); in hp_sdc_isr()286 read_lock(&hp_sdc.hook_lock); in hp_sdc_nmisr()289 read_unlock(&hp_sdc.hook_lock); in hp_sdc_nmisr()[all …]
563 static DEFINE_RAW_SPINLOCK(hook_lock); in spectre_v4_enable_hw_mitigation()574 raw_spin_lock(&hook_lock); in spectre_v4_enable_hw_mitigation()579 raw_spin_unlock(&hook_lock); in spectre_v4_enable_hw_mitigation()
265 rwlock_t hook_lock; /* isr/user lock for handler add/del */ member