Searched refs:new_hp (Results 1 – 2 of 2) sorted by relevance
590 struct hp_extended_log *new_hp; in spapr_hotplug_req_event() local597 new_hp = g_new0(struct hp_extended_log, 1); in spapr_hotplug_req_event()598 entry->extended_log = new_hp; in spapr_hotplug_req_event()600 v6hdr = &new_hp->v6hdr; in spapr_hotplug_req_event()601 maina = &new_hp->maina; in spapr_hotplug_req_event()602 mainb = &new_hp->mainb; in spapr_hotplug_req_event()603 hp = &new_hp->hp; in spapr_hotplug_req_event()611 entry->extended_length = sizeof(*new_hp); in spapr_hotplug_req_event()
484 struct mdesc_handle *new_hp) in notify_one() argument486 invoke_on_missing(p->node_name, old_hp, new_hp, p->remove); in notify_one()487 invoke_on_missing(p->node_name, new_hp, old_hp, p->add); in notify_one()491 struct mdesc_handle *new_hp) in mdesc_notify_clients() argument496 notify_one(p, old_hp, new_hp); in mdesc_notify_clients()