Home
last modified time | relevance | path

Searched refs:report_lock (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/kcsan/
H A Dreport.c112 static DEFINE_RAW_SPINLOCK(report_lock);
119 __must_hold(&report_lock) in rate_limit_report()
269 static char buf[32]; /* safe: protected by report_lock */ in get_thread_desc()
370 __must_hold(&report_lock) in print_stack_trace()
378 __must_hold(&report_lock) in print_verbose_info()
395 __must_hold(&report_lock) in print_report()
503 __releases(&report_lock) in release_report()
510 raw_spin_unlock_irqrestore(&report_lock, *flags);
519 __must_hold(&report_lock) in set_other_info_task_blocking()
542 * locking/unlocking @report_lock wo in set_other_info_task_blocking()
[all...]
/linux/drivers/hid/
H A Dhid-lg4ff.c83 spinlock_t report_lock; /* Protect output HID report */ member
435 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_play()
447 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_play()
460 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_play()
491 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_autocenter_default()
502 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_default()
544 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_default()
570 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_autocenter_ffex()
580 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_ffex()
605 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_range_g25()
[all …]
H A Duhid.c57 struct mutex report_lock; member
251 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_get_report()
271 mutex_unlock(&uhid->report_lock); in uhid_hid_get_report()
295 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_set_report()
312 mutex_unlock(&uhid->report_lock); in uhid_hid_set_report()
644 mutex_init(&uhid->report_lock); in uhid_char_open()
/linux/mm/kasan/
H A Dreport.c204 static DEFINE_RAW_SPINLOCK(report_lock);
215 raw_spin_lock_irqsave(&report_lock, *flags); in start_report()
225 raw_spin_unlock_irqrestore(&report_lock, *flags); in end_report()