Home
last modified time | relevance | path

Searched refs:target_entry (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/locking/
Dlockdep.c1726 struct lock_list **target_entry, in __bfs() argument
1793 *target_entry = lock; in __bfs()
1835 struct lock_list **target_entry) in __bfs_forwards() argument
1837 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards()
1847 struct lock_list **target_entry) in __bfs_backwards() argument
1849 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards()
2078 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2080 __bfs_forwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_forward_deps()
2103 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2105 __bfs_backwards(this, (void *)&count, noop_count, NULL, &target_entry); in __lockdep_count_backward_deps()
[all …]
/linux-6.1.9/drivers/net/dsa/
Dmt7530.c1688 struct mt7530_hw_vlan_entry target_entry; in mt7530_port_vlan_del() local
1693 mt7530_hw_vlan_entry_init(&target_entry, port, 0); in mt7530_port_vlan_del()
1694 mt7530_hw_vlan_update(priv, vlan->vid, &target_entry, in mt7530_port_vlan_del()