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

/linux-master/kernel/locking/
H A Dlockdep.c221 static inline struct lock_class *hlock_class(struct held_lock *hlock) argument
223 unsigned int class_idx = hlock->class_idx;
225 /* Don't re-read hlock->class_idx, can't use READ_ONCE() on bitfield */
237 * At this point, if the passed hlock->class_idx is still garbage,
342 static void lock_release_holdtime(struct held_lock *hlock) argument
350 holdtime = lockstat_clock() - hlock->holdtime_stamp;
352 stats = get_lock_stats(hlock_class(hlock));
353 if (hlock->read)
359 static inline void lock_release_holdtime(struct held_lock *hlock) argument
426 static inline u16 hlock_id(struct held_lock *hlock) argument
712 __print_lock_name(struct held_lock *hlock, struct lock_class *class) argument
732 print_lock_name(struct held_lock *hlock, struct lock_class *class) argument
757 print_lock(struct held_lock *hlock) argument
1660 bfs_init_root(struct lock_list *lock, struct held_lock *hlock) argument
1674 bfs_init_rootb(struct lock_list *lock, struct held_lock *hlock) argument
1990 struct held_lock *hlock = (struct held_lock *)data; local
2017 struct held_lock *hlock = (struct held_lock *)data; local
3231 struct held_lock *hlock; local
3539 get_first_held_lock(struct task_struct *curr, struct held_lock *hlock) argument
3572 struct held_lock *hlock; local
3635 check_no_collision(struct task_struct *curr, struct held_lock *hlock, struct lock_chain *chain) argument
3695 add_chain_cache(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) argument
3777 lookup_chain_cache_add(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) argument
3822 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) argument
3883 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) argument
3900 struct held_lock *hlock, *prev_hlock = NULL; local
4259 struct held_lock *hlock; local
4543 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) argument
4611 separate_irq_context(struct task_struct *curr, struct held_lock *hlock) argument
4724 print_lock_invalid_wait_context(struct task_struct *curr, struct held_lock *hlock) argument
4829 mark_usage(struct task_struct *curr, struct held_lock *hlock, int check) argument
4839 separate_irq_context(struct task_struct *curr, struct held_lock *hlock) argument
4949 print_lock_nested_lock_not_held(struct task_struct *curr, struct held_lock *hlock) argument
4996 struct held_lock *hlock; local
5197 match_held_lock(const struct held_lock *hlock, const struct lockdep_map *lock) argument
5238 struct held_lock *ret, *hlock, *prev_hlock; local
5272 struct held_lock *hlock; local
5308 struct held_lock *hlock; local
5355 struct held_lock *hlock; local
5409 struct held_lock *hlock; local
5493 struct held_lock *hlock = curr->held_locks + i; local
5516 struct held_lock *hlock = curr->held_locks + i; local
5543 struct held_lock *hlock = curr->held_locks + i; local
5563 struct held_lock *hlock = curr->held_locks + i; local
5664 verify_lock_unused(struct lockdep_map *lock, struct held_lock *hlock, int subclass) argument
5733 struct held_lock hlock; local
5920 struct held_lock *hlock; local
5961 struct held_lock *hlock; local
6519 print_freed_lock_bug(struct task_struct *curr, const void *mem_from, const void *mem_to, struct held_lock *hlock) argument
6556 struct held_lock *hlock; local
[all...]

Completed in 123 milliseconds