Searched refs:lock_sync (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dlockdep.h215 extern void lock_sync(struct lockdep_map *lock, unsigned int subclass,
527 #define lock_map_sync(l) lock_sync(l, 0, 0, 1, NULL, _THIS_IP_)
/linux-master/kernel/locking/
H A Dlockdep.c4573 * For lock_sync(), don't mark the ENABLED usage, since lock_sync()
5140 /* For lock_sync(), we are done here since no actual critical section */
5782 * lock_sync() - A special annotation for synchronize_{s,}rcu()-like API.
5789 void lock_sync(struct lockdep_map *lock, unsigned subclass, int read, function
5807 EXPORT_SYMBOL_GPL(lock_sync); variable

Completed in 149 milliseconds