Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dsem.c1895 * find_alloc_undo - lookup (and if not present create) undo array
1905 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo() function
2047 /* On success, find_alloc_undo takes the rcu_read_lock */ in do_semtimedop()
2048 un = find_alloc_undo(ns, semid); in do_semtimedop()
2096 * semid identifiers are not unique - find_alloc_undo may have in do_semtimedop()
/kernel/linux/linux-6.6/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) in find_alloc_undo() function
2036 /* On success, find_alloc_undo takes the rcu_read_lock */ in __do_semtimedop()
2037 un = find_alloc_undo(ns, semid); in __do_semtimedop()
2085 * semid identifiers are not unique - find_alloc_undo may have in __do_semtimedop()

Completed in 10 milliseconds