Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsys_futex.c1996 uint32_t rhead32[_FUTEX_ROBUST_HEAD_NWORDS]; in futex_fetch_robust_head() local
1999 error = copyin((void *)uaddr, rhead32, sizeof(rhead32)); in futex_fetch_robust_head()
2007 rhead[i] = (int32_t)rhead32[i]; in futex_fetch_robust_head()
2009 rhead[i] = rhead32[i]; in futex_fetch_robust_head()