Searched refs:new_owner (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-sysfs.c42 int portnum, new_owner; local
45 new_owner = PORT_OWNER; /* Owned by companion */
50 new_owner = 0; /* Owned by EHCI */
55 if (new_owner)
59 set_owner(ehci, portnum, new_owner);
H A Dehci-hub.c537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) argument
553 if ((port_status & PORT_OWNER) == new_owner
/linux-master/kernel/futex/
H A Dpi.c47 struct task_struct *new_owner)
60 if (new_owner) {
61 raw_spin_lock(&new_owner->pi_lock);
63 list_add(&pi_state->list, &new_owner->pi_state_list);
64 pi_state->owner = new_owner;
65 raw_spin_unlock(&new_owner->pi_lock);
618 struct task_struct *new_owner; local
624 new_owner = top_waiter->task;
631 newval = FUTEX_WAITERS | task_pid_vnr(new_owner);
658 pi_state_update_owner(pi_state, new_owner);
46 pi_state_update_owner(struct futex_pi_state *pi_state, struct task_struct *new_owner) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h105 int whichfork, xfs_ino_t new_owner,
H A Dxfs_bmap_btree.c717 xfs_ino_t new_owner,
730 error = xfs_btree_change_owner(cur, new_owner, buffer_list);
713 xfs_bmbt_change_owner( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_ino_t new_owner, struct list_head *buffer_list) argument
H A Dxfs_btree.c4635 uint64_t new_owner; member in struct:xfs_btree_block_change_owner_info
4652 if (block->bb_u.l.bb_owner == cpu_to_be64(bbcoi->new_owner))
4654 block->bb_u.l.bb_owner = cpu_to_be64(bbcoi->new_owner);
4656 if (block->bb_u.s.bb_owner == cpu_to_be32(bbcoi->new_owner))
4658 block->bb_u.s.bb_owner = cpu_to_be32(bbcoi->new_owner);
4689 uint64_t new_owner,
4694 bbcoi.new_owner = new_owner;
4687 xfs_btree_change_owner( struct xfs_btree_cur *cur, uint64_t new_owner, struct list_head *buffer_list) argument
H A Dxfs_btree.h407 int xfs_btree_change_owner(struct xfs_btree_cur *cur, uint64_t new_owner,
/linux-master/fs/nfsd/
H A Dnfs4state.c5348 goto new_owner;
5354 goto new_owner;
5360 new_owner:

Completed in 268 milliseconds