Searched refs:to_find (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A 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()
|
/openbmc/linux/drivers/regulator/ |
H A D | of_regulator.c | 582 struct device_node *to_find, in of_coupling_find_node() argument 600 if (tmp == to_find) in of_coupling_find_node()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 1928 struct drm_dp_mst_branch *to_find) in drm_dp_mst_topology_get_mstb_validated_locked() argument 1933 if (to_find == mstb) in drm_dp_mst_topology_get_mstb_validated_locked() 1939 port->mstb, to_find); in drm_dp_mst_topology_get_mstb_validated_locked() 1967 struct drm_dp_mst_port *to_find) in drm_dp_mst_topology_get_port_validated_locked() argument 1972 if (port == to_find) in drm_dp_mst_topology_get_port_validated_locked() 1977 port->mstb, to_find); in drm_dp_mst_topology_get_port_validated_locked()
|
/openbmc/linux/tools/perf/util/ |
H A 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()
|