| H A D | lockdep.c | 1601 * *@target_entry. in bfs_error() 1603 * BFS_RNOMATCH: Haven't found the matched node and keep *@target_entry in bfs_error() 1728 * @target_entry: pointer to the target of a matched path 1753 struct lock_list **target_entry, in __bfs() 1820 *target_entry = lock; in __bfs() 1862 struct lock_list **target_entry) in __bfs_backwards() 1864 return __bfs(src_entry, data, match, skip, target_entry, 1874 struct lock_list **target_entry) 1876 return __bfs(src_entry, data, match, skip, target_entry, in print_circular_bug_entry() 2087 struct lock_list *target_entry; in lockdep_count_forward_deps() 1737 __bfs(struct lock_list * source_entry,void * data,bool (* match)(struct lock_list * entry,void * data),bool (* skip)(struct lock_list * entry,void * data),struct lock_list ** target_entry,int offset) __bfs() argument 1846 __bfs_forwards(struct lock_list * src_entry,void * data,bool (* match)(struct lock_list * entry,void * data),bool (* skip)(struct lock_list * entry,void * data),struct lock_list ** target_entry) __bfs_forwards() argument 1858 __bfs_backwards(struct lock_list * src_entry,void * data,bool (* match)(struct lock_list * entry,void * data),bool (* skip)(struct lock_list * entry,void * data),struct lock_list ** target_entry) __bfs_backwards() argument 2071 struct lock_list *target_entry; __lockdep_count_forward_deps() local 2096 struct lock_list *target_entry; __lockdep_count_backward_deps() local 2127 check_path(struct held_lock * target,struct lock_list * src_entry,bool (* match)(struct lock_list * entry,void * data),bool (* skip)(struct lock_list * entry,void * data),struct lock_list ** target_entry) check_path() argument 2153 struct lock_list *target_entry; check_noncircular() local 2303 find_usage_forwards(struct lock_list * root,unsigned long usage_mask,struct lock_list ** target_entry) find_usage_forwards() argument 2320 find_usage_backwards(struct lock_list * root,unsigned long usage_mask,struct lock_list ** target_entry) find_usage_backwards() argument 2786 struct lock_list *target_entry; check_irq_usage() local 2929 struct lock_list *target_entry; check_redundant() local 4140 struct lock_list *target_entry; check_usage_forwards() local 4175 struct lock_list *target_entry; check_usage_backwards() local [all...] |