Home
last modified time | relevance | path

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

/openbmc/linux/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()