Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linux/
HDlinux_timer.c47 linux_convert_l_sigevent(const struct l_sigevent *l_sig, struct sigevent *sig) in linux_convert_l_sigevent() function
98 error = linux_convert_l_sigevent(&l_ev, &ev); in linux_timer_create()
HDlinux_time.h140 int linux_convert_l_sigevent(const struct l_sigevent *l_sig, struct sigevent *sig);
HDlinux_misc.c3062 error = linux_convert_l_sigevent(&l_ev, &ev); in linux_mq_notify()