Searched refs:events_in_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/counter/
H A Dcounter-chrdev.c473 spin_lock_init(&counter->events_in_lock);
667 1, &counter->events_in_lock);
H A Dcounter-sysfs.c1039 spin_lock_irqsave(&counter->events_in_lock, flags);
1042 spin_unlock_irqrestore(&counter->events_in_lock, flags);
/linux-master/include/linux/
H A Dcounter.h371 * @events_in_lock: lock to protect Counter events queue in operations
397 spinlock_t events_in_lock; member in struct:counter_device

Completed in 98 milliseconds