Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1456 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1462 newfps = vzalloc(fpsize); in fpstate_realloc()1463 if (!newfps) in fpstate_realloc()1465 newfps->size = ksize; in fpstate_realloc()1466 newfps->user_size = usize; in fpstate_realloc()1467 newfps->is_valloc = true; in fpstate_realloc()1479 newfps->is_guest = true; in fpstate_realloc()1480 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1481 newfps->in_use = curfps->in_use; in fpstate_realloc()1495 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()[all …]