Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c1680 struct lock_list **target_entry, in __bfs() argument
1742 *target_entry = lock; in __bfs()
1783 struct lock_list **target_entry) in __bfs_forwards() argument
1785 return __bfs(src_entry, data, match, target_entry, in __bfs_forwards()
1794 struct lock_list **target_entry) in __bfs_backwards() argument
1796 return __bfs(src_entry, data, match, target_entry, in __bfs_backwards()
2025 struct lock_list *target_entry; in __lockdep_count_forward_deps() local
2027 __bfs_forwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_forward_deps()
2050 struct lock_list *target_entry; in __lockdep_count_backward_deps() local
2052 __bfs_backwards(this, (void *)&count, noop_count, &target_entry); in __lockdep_count_backward_deps()
[all …]
/kernel/linux/linux-5.10/drivers/net/dsa/
Dmt7530.c1427 struct mt7530_hw_vlan_entry target_entry; in mt7530_port_vlan_del() local
1435 mt7530_hw_vlan_entry_init(&target_entry, port, 0); in mt7530_port_vlan_del()
1436 mt7530_hw_vlan_update(priv, vid, &target_entry, in mt7530_port_vlan_del()