Searched refs:to_find (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/batman-adv/ |
D | distributed-arp-table.c | 330 struct batadv_dat_entry to_find, *dat_entry, *dat_entry_tmp = NULL; in batadv_dat_entry_hash_find() local 337 to_find.ip = ip; in batadv_dat_entry_hash_find() 338 to_find.vid = vid; in batadv_dat_entry_hash_find() 340 index = batadv_hash_dat(&to_find, hash->size); in batadv_dat_entry_hash_find()
|
/Linux-v6.6/drivers/regulator/ |
D | of_regulator.c | 570 struct device_node *to_find, in of_coupling_find_node() argument 588 if (tmp == to_find) in of_coupling_find_node()
|
/Linux-v6.6/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 1925 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked() argument 1930 if (to_find == mstb) in drm_dp_mst_topology_get_mstb_validated_locked() 1936 port->mstb, to_find); in drm_dp_mst_topology_get_mstb_validated_locked() 1964 struct drm_dp_mst_port *to_find) in drm_dp_mst_topology_get_port_validated_locked() argument 1969 if (port == to_find) in drm_dp_mst_topology_get_port_validated_locked() 1974 port->mstb, to_find); in drm_dp_mst_topology_get_port_validated_locked()
|
/Linux-v6.6/tools/perf/util/ |
D | machine.c | 77 int to_find = (int) *((pid_t *)key); in thread_rb_node__cmp_tid() local 79 return to_find - (int)thread__tid(rb_entry(nd, struct thread_rb_node, rb_node)->thread); in thread_rb_node__cmp_tid() 85 pid_t to_find = thread__tid(th); in thread_rb_node__find() local 86 struct rb_node *nd = rb_find(&to_find, tree, thread_rb_node__cmp_tid); in thread_rb_node__find()
|