Searched refs:report_lock (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/kernel/kcsan/ |
| D | report.c | 110 static DEFINE_RAW_SPINLOCK(report_lock); 446 raw_spin_unlock_irqrestore(&report_lock, *flags); in release_report() 484 raw_spin_unlock_irqrestore(&report_lock, *flags); in set_other_info_task_blocking() 491 raw_spin_lock_irqsave(&report_lock, *flags); in set_other_info_task_blocking() 517 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_producer() 540 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_producer() 549 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 551 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_consumer() 553 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 648 raw_spin_lock_irqsave(&report_lock, flags); in kcsan_report_unknown_origin() [all …]
|
| /Linux-v5.15/drivers/hid/ |
| D | hid-lg4ff.c | 83 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 …]
|
| D | uhid.c | 46 struct mutex report_lock; member 231 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_get_report() 251 mutex_unlock(&uhid->report_lock); in uhid_hid_get_report() 275 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_set_report() 292 mutex_unlock(&uhid->report_lock); in uhid_hid_set_report() 624 mutex_init(&uhid->report_lock); in uhid_char_open()
|
| /Linux-v5.15/mm/kasan/ |
| D | report.c | 101 static DEFINE_SPINLOCK(report_lock); 109 spin_lock_irqsave(&report_lock, *flags); in start_report() 119 spin_unlock_irqrestore(&report_lock, *flags); in end_report()
|
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | cyttsp4_core.h | 312 struct mutex report_lock; member
|
| D | cyttsp4_core.c | 1062 mutex_lock(&md->report_lock); in cyttsp4_mt_attention() 1070 mutex_unlock(&md->report_lock); in cyttsp4_mt_attention() 1897 mutex_lock(&md->report_lock); in cyttsp4_mt_close() 1900 mutex_unlock(&md->report_lock); in cyttsp4_mt_close() 1982 mutex_init(&md->report_lock); in cyttsp4_mt_probe()
|