Lines Matching defs:rhead
1992 futex_fetch_robust_head(uintptr_t uaddr, u_long *rhead)
2007 rhead[i] = (int32_t)rhead32[i];
2009 rhead[i] = rhead32[i];
2017 return copyin((void *)uaddr, rhead,
2018 sizeof(*rhead) * _FUTEX_ROBUST_HEAD_NWORDS);
2075 u_long rhead[_FUTEX_ROBUST_HEAD_NWORDS];
2086 error = futex_fetch_robust_head(l->l_robust_head, rhead);
2095 const long offset = (long)rhead[_FUTEX_ROBUST_HEAD_OFFSET];
2100 futex_decode_robust_word(rhead[_FUTEX_ROBUST_HEAD_LIST],
2102 futex_decode_robust_word(rhead[_FUTEX_ROBUST_HEAD_PENDING],