Searched refs:handle_futex_death (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_futex.c178 LIN_SDT_PROBE_DEFINE3(futex, handle_futex_death, entry,
180 LIN_SDT_PROBE_DEFINE1(futex, handle_futex_death, copyin_error, "int");
181 LIN_SDT_PROBE_DEFINE1(futex, handle_futex_death, return, "int");
268 static int handle_futex_death(struct linux_emuldata *, uint32_t *,
1185 handle_futex_death(struct linux_emuldata *em, uint32_t *uaddr, function
1192 LIN_SDT_PROBE3(futex, handle_futex_death, entry, em, uaddr, pi);
1197 LIN_SDT_PROBE1(futex, handle_futex_death, copyin_error, error);
1198 LIN_SDT_PROBE1(futex, handle_futex_death, return, EFAULT);
1206 LIN_SDT_PROBE1(futex, handle_futex_death, return,
1218 LIN_SDT_PROBE1(futex, handle_futex_death,
[all...]
H A Dcheck_error.d61 linuxulator*:futex:handle_futex_death:copyin_error,
H A Dtrace_futexes.d62 linuxulator*:futex:handle_futex_death:copyin_error,

Completed in 167 milliseconds