Searched refs:foreach_data (Results 1 – 1 of 1) sorted by relevance
487 struct mutable_foreach_data *foreach_data = data; in addrmap_mutable_foreach_worker() local489 return foreach_data->fn (foreach_data->data, in addrmap_mutable_foreach_worker()500 struct mutable_foreach_data foreach_data; in addrmap_mutable_foreach() local502 foreach_data.fn = fn; in addrmap_mutable_foreach()503 foreach_data.data = data; in addrmap_mutable_foreach()505 &foreach_data); in addrmap_mutable_foreach()