Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1502 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1508 newfps = vzalloc(fpsize); in fpstate_realloc()1509 if (!newfps) in fpstate_realloc()1511 newfps->size = ksize; in fpstate_realloc()1512 newfps->user_size = usize; in fpstate_realloc()1513 newfps->is_valloc = true; in fpstate_realloc()1525 newfps->is_guest = true; in fpstate_realloc()1526 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1527 newfps->in_use = curfps->in_use; in fpstate_realloc()1541 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()[all …]