Lines Matching refs:owner
473 * wait_for_owner_exiting - Block until the owner has exited
474 * @ret: owner's current futex lock status
651 pid_t owner;
685 * 2) The owner part of user space futex value == 0
694 * of the user space owner died handling. Otherwise, the OWNER_DIED
698 owner = uval & FUTEX_TID_MASK;
700 if (pending_op && !pi && !owner) {
705 if (owner != task_pid_vnr(curr))
1005 WARN_ON(pi_state->owner != curr);
1008 pi_state->owner = NULL;