Lines Matching refs:new
1909 struct sem_undo *un, *new; in find_alloc_undo() local
1940 new = kzalloc(sizeof(struct sem_undo) + sizeof(short)*nsems, GFP_KERNEL_ACCOUNT); in find_alloc_undo()
1941 if (!new) { in find_alloc_undo()
1952 kfree(new); in find_alloc_undo()
1963 kfree(new); in find_alloc_undo()
1967 new->semadj = (short *) &new[1]; in find_alloc_undo()
1968 new->ulp = ulp; in find_alloc_undo()
1969 new->semid = semid; in find_alloc_undo()
1971 list_add_rcu(&new->list_proc, &ulp->list_proc); in find_alloc_undo()
1973 list_add(&new->list_id, &sma->list_id); in find_alloc_undo()
1974 un = new; in find_alloc_undo()