root/tools/testing/radix-tree/linux/lockdep.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. lockdep_set_class

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

/* [<][>][^][v][top][bottom][index][help] */