Searched refs:find_alloc_undo (Results 1 - 1 of 1) sorted by relevance

/linux-master/ipc/
H A Dsem.c1896 * find_alloc_undo - lookup (and if not present create) undo array
1906 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) function
2036 /* On success, find_alloc_undo takes the rcu_read_lock */
2037 un = find_alloc_undo(ns, semid);
2085 * semid identifiers are not unique - find_alloc_undo may have

Completed in 99 milliseconds