Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dsem.c507 static struct sem_array *sem_alloc(size_t nsems) in sem_alloc() function
542 sma = sem_alloc(nsems); in newary()
/kernel/linux/linux-6.6/ipc/
H A Dsem.c510 static struct sem_array *sem_alloc(size_t nsems) in sem_alloc() function
545 sma = sem_alloc(nsems); in newary()

Completed in 6 milliseconds