Searched refs:lock_sync (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | lockdep.h | 233 extern void lock_sync(struct lockdep_map *lock, unsigned int subclass, 546 #define lock_map_sync(l) lock_sync(l, 0, 0, 1, NULL, _THIS_IP_)
|
/linux-6.12.1/kernel/locking/ |
D | lockdep.c | 5861 void lock_sync(struct lockdep_map *lock, unsigned subclass, int read, in lock_sync() function 5879 EXPORT_SYMBOL_GPL(lock_sync);
|