Searched refs:new_p (Results 1 – 2 of 2) sorted by relevance
642 void *new_p; in xc_exchange_page() local647 new_p = xc_map_foreign_range(xch, domid, PAGE_SIZE, in xc_exchange_page()649 if ( new_p == NULL ) in xc_exchange_page()654 memcpy(new_p, backup, PAGE_SIZE); in xc_exchange_page()655 munmap(new_p, PAGE_SIZE); in xc_exchange_page()
324 struct talloc_chunk *tc_p, *new_p; in talloc_unlink() local355 new_p = talloc_parent_chunk(tc_p->refs); in talloc_unlink()356 if (new_p) { in talloc_unlink()357 new_parent = TC_PTR_FROM_CHUNK(new_p); in talloc_unlink()
Completed in 7 milliseconds