Searched refs:newfps (Results 1 – 1 of 1) sorted by relevance
1585 struct fpstate *curfps, *newfps = NULL; in fpstate_realloc() local1591 newfps = vzalloc(fpsize); in fpstate_realloc()1592 if (!newfps) in fpstate_realloc()1594 newfps->size = ksize; in fpstate_realloc()1595 newfps->user_size = usize; in fpstate_realloc()1596 newfps->is_valloc = true; in fpstate_realloc()1608 newfps->is_guest = true; in fpstate_realloc()1609 newfps->is_confidential = curfps->is_confidential; in fpstate_realloc()1610 newfps->in_use = curfps->in_use; in fpstate_realloc()1624 newfps->xfeatures = curfps->xfeatures | xfeatures; in fpstate_realloc()[all …]