Lines Matching defs:new
524 * newary - Create a new semaphore set
843 /* It is impossible that someone waits for the new value:
1075 * previous value was too small, then the new
1953 struct sem_undo *un, *new;
1985 /* step 2: allocate new undo structure */
1986 new = kzalloc(sizeof(struct sem_undo) + sizeof(short) * nsems, GFP_KERNEL);
1987 if (!new) {
1998 kfree(new);
2009 kfree(new);
2012 /* step 5: initialize & link new undo structure */
2013 new->semadj = (short *)&new[1];
2014 new->ulp = ulp;
2015 new->semid = semid;
2017 list_add_rcu(&new->list_proc, &ulp->list_proc);
2019 list_add(&new->list_id, &sma->list_id);
2020 un = new;
2148 * and now a new array with received the same id. Check and fail.
2458 * Range checks of the new semaphore value,