Home
last modified time | relevance | path

Searched refs:report_lock (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/kernel/kcsan/
H A Dreport.c105 static DEFINE_RAW_SPINLOCK(report_lock);
257 static char buf[32]; /* safe: protected by report_lock */ in get_thread_desc()
441 raw_spin_unlock_irqrestore(&report_lock, *flags); in release_report()
447 * Precondition: report_lock is held.
448 * Postcondition: report_lock is held.
475 * locking/unlocking @report_lock won't be recorded). in set_other_info_task_blocking()
479 raw_spin_unlock_irqrestore(&report_lock, *flags); in set_other_info_task_blocking()
486 raw_spin_lock_irqsave(&report_lock, *flags); in set_other_info_task_blocking()
512 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_producer()
535 raw_spin_unlock_irqrestore(&report_lock, *flag in prepare_report_producer()
[all...]
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dreport.c112 static DEFINE_RAW_SPINLOCK(report_lock);
268 static char buf[32]; /* safe: protected by report_lock */ in get_thread_desc()
505 raw_spin_unlock_irqrestore(&report_lock, *flags); in release_report()
511 * Precondition: report_lock is held.
512 * Postcondition: report_lock is held.
539 * locking/unlocking @report_lock won't be recorded). in set_other_info_task_blocking()
543 raw_spin_unlock_irqrestore(&report_lock, *flags); in set_other_info_task_blocking()
550 raw_spin_lock_irqsave(&report_lock, *flags); in set_other_info_task_blocking()
576 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_producer()
599 raw_spin_unlock_irqrestore(&report_lock, *flag in prepare_report_producer()
[all...]
/kernel/linux/linux-5.10/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, flag in lg4ff_set_range_g25()
[all...]
H A Duhid.c57 struct mutex report_lock; member
181 /* must be called with report_lock held */
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()
646 mutex_init(&uhid->report_lock); in uhid_char_open()
/kernel/linux/linux-6.6/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, flag in lg4ff_set_range_g25()
[all...]
H A Duhid.c57 struct mutex report_lock; member
181 /* must be called with report_lock held */
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()
645 mutex_init(&uhid->report_lock); in uhid_char_open()
/kernel/linux/linux-5.10/mm/kasan/
H A Dreport.c81 static DEFINE_SPINLOCK(report_lock);
89 spin_lock_irqsave(&report_lock, *flags); in start_report()
97 spin_unlock_irqrestore(&report_lock, *flags); in end_report()
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport.c202 static DEFINE_SPINLOCK(report_lock);
213 spin_lock_irqsave(&report_lock, *flags); in start_report()
223 spin_unlock_irqrestore(&report_lock, *flags); in end_report()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp4_core.h326 struct mutex report_lock; member
H A Dcyttsp4_core.c1048 mutex_lock(&md->report_lock); in cyttsp4_mt_attention()
1056 mutex_unlock(&md->report_lock); in cyttsp4_mt_attention()
1883 mutex_lock(&md->report_lock); in cyttsp4_mt_close()
1886 mutex_unlock(&md->report_lock); in cyttsp4_mt_close()
1968 mutex_init(&md->report_lock); in cyttsp4_mt_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.h312 struct mutex report_lock; member
H A Dcyttsp4_core.c1062 mutex_lock(&md->report_lock); in cyttsp4_mt_attention()
1070 mutex_unlock(&md->report_lock); in cyttsp4_mt_attention()
1891 mutex_lock(&md->report_lock); in cyttsp4_mt_close()
1894 mutex_unlock(&md->report_lock); in cyttsp4_mt_close()
1976 mutex_init(&md->report_lock); in cyttsp4_mt_probe()

Completed in 18 milliseconds