sema_init
#define sema_init(...) linux_sema_init(__VA_ARGS__)
sema_init(struct sema *sema, int value, const char *description)