Home
last modified time | relevance | path

Searched defs:sema_init (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsemaphore.h66 #define sema_init(...) linux_sema_init(__VA_ARGS__) macro
/freebsd/sys/kern/
H A Dkern_sema.c47 sema_init(struct sema *sema, int value, const char *description) in sema_init() function