Searched refs:gi (Results 1 – 1 of 1) sorted by relevance
17 struct group_info *gi; in groups_alloc() local21 gi = kmalloc(len, GFP_KERNEL_ACCOUNT|__GFP_NOWARN|__GFP_NORETRY); in groups_alloc()22 if (!gi) in groups_alloc()23 gi = __vmalloc(len, GFP_KERNEL_ACCOUNT); in groups_alloc()24 if (!gi) in groups_alloc()27 atomic_set(&gi->usage, 1); in groups_alloc()28 gi->ngroups = gidsetsize; in groups_alloc()29 return gi; in groups_alloc()