Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1523 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1529 newfps = vzalloc(fpsize); in fpstate_realloc()1530 if (!newfps) in fpstate_realloc()1532 newfps->size = ksize; in fpstate_realloc()1533 newfps->user_size = usize; in fpstate_realloc()1534 newfps->is_valloc = true; in fpstate_realloc()1546 newfps->is_guest = true; in fpstate_realloc()1547 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1548 newfps->in_use = curfps->in_use; in fpstate_realloc()1562 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()[all …]