Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1506 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1512 newfps = vzalloc(fpsize); in fpstate_realloc()1513 if (!newfps) in fpstate_realloc()1515 newfps->size = ksize; in fpstate_realloc()1516 newfps->user_size = usize; in fpstate_realloc()1517 newfps->is_valloc = true; in fpstate_realloc()1529 newfps->is_guest = true; in fpstate_realloc()1530 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1531 newfps->in_use = curfps->in_use; in fpstate_realloc()1545 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()[all …]