Home
last modified time | relevance | path

Searched refs:to_find (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c330 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()
/openbmc/linux/drivers/regulator/
H A Dof_regulator.c570 struct device_node *to_find, in of_coupling_find_node() argument
588 if (tmp == to_find) in of_coupling_find_node()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1925 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()
/openbmc/linux/tools/perf/util/
H A Dmachine.c77 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()