Lines Matching defs:rhead
1920 futex_fetch_robust_head(uintptr_t uaddr, u_long *rhead)
1935 rhead[i] = (int32_t)rhead32[i];
1937 rhead[i] = rhead32[i];
1945 return copyin((void *)uaddr, rhead,
1946 sizeof(*rhead) * _FUTEX_ROBUST_HEAD_NWORDS);
2003 u_long rhead[_FUTEX_ROBUST_HEAD_NWORDS];
2014 error = futex_fetch_robust_head(l->l_robust_head, rhead);
2023 const long offset = (long)rhead[_FUTEX_ROBUST_HEAD_OFFSET];
2028 futex_decode_robust_word(rhead[_FUTEX_ROBUST_HEAD_LIST],
2030 futex_decode_robust_word(rhead[_FUTEX_ROBUST_HEAD_PENDING],