Home | History | Annotate | Download | only in linux

Lines Matching full:void

12 extern int debug_locks_off(void);
41 extern void locking_selftest(void);
47 extern void debug_show_all_locks(void);
48 extern void debug_show_held_locks(struct task_struct *task);
49 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
50 extern void debug_check_no_locks_held(struct task_struct *task);
52 static inline void debug_show_all_locks(void)
56 static inline void debug_show_held_locks(struct task_struct *task)
60 static inline void
61 debug_check_no_locks_freed(const void *from, unsigned long len)
65 static inline void