Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9 11 lines 217 B view raw
1#ifndef _LINUX_LOCKDEP_H 2#define _LINUX_LOCKDEP_H 3struct lock_class_key { 4 unsigned int a; 5}; 6 7static inline void lockdep_set_class(spinlock_t *lock, 8 struct lock_class_key *key) 9{ 10} 11#endif /* _LINUX_LOCKDEP_H */