Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_futex.c996 l_ulong uentry; in fetch_robust_entry() local
999 error = copyin((const void *)head, &uentry, sizeof(uentry)); in fetch_robust_entry()
1003 *entry = (void *)(uentry & ~1UL); in fetch_robust_entry()
1004 *pi = uentry & 1; in fetch_robust_entry()