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

/linux-master/kernel/kcsan/
H A Dreport.c112 static DEFINE_RAW_SPINLOCK(report_lock);
268 static char buf[32]; /* safe: protected by report_lock */
505 raw_spin_unlock_irqrestore(&report_lock, *flags);
511 * Precondition: report_lock is held.
512 * Postcondition: report_lock is held.
539 * locking/unlocking @report_lock won't be recorded).
543 raw_spin_unlock_irqrestore(&report_lock, *flags);
550 raw_spin_lock_irqsave(&report_lock, *flags);
576 raw_spin_lock_irqsave(&report_lock, *flags);
599 raw_spin_unlock_irqrestore(&report_lock, *flag
[all...]
/linux-master/drivers/hid/
H A Dhid-lg4ff.c83 spinlock_t report_lock; /* Protect output HID report */ member in struct:lg4ff_device_entry
435 spin_lock_irqsave(&entry->report_lock, flags);
447 spin_unlock_irqrestore(&entry->report_lock, flags);
460 spin_unlock_irqrestore(&entry->report_lock, flags);
491 spin_lock_irqsave(&entry->report_lock, flags);
502 spin_unlock_irqrestore(&entry->report_lock, flags);
544 spin_unlock_irqrestore(&entry->report_lock, flags);
570 spin_lock_irqsave(&entry->report_lock, flags);
580 spin_unlock_irqrestore(&entry->report_lock, flags);
605 spin_lock_irqsave(&entry->report_lock, flag
[all...]
H A Duhid.c57 struct mutex report_lock; member in struct:uhid_device
181 /* must be called with report_lock held */
251 ret = mutex_lock_interruptible(&uhid->report_lock);
271 mutex_unlock(&uhid->report_lock);
295 ret = mutex_lock_interruptible(&uhid->report_lock);
312 mutex_unlock(&uhid->report_lock);
644 mutex_init(&uhid->report_lock);
/linux-master/mm/kasan/
H A Dreport.c203 static DEFINE_SPINLOCK(report_lock);
214 spin_lock_irqsave(&report_lock, *flags);
224 spin_unlock_irqrestore(&report_lock, *flags);
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.h312 struct mutex report_lock; member in struct:cyttsp4_mt_data
H A Dcyttsp4_core.c1062 mutex_lock(&md->report_lock);
1070 mutex_unlock(&md->report_lock);
1891 mutex_lock(&md->report_lock);
1894 mutex_unlock(&md->report_lock);
1976 mutex_init(&md->report_lock);

Completed in 148 milliseconds