Searched refs:new_owner (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ehci-sysfs.c | 38 int portnum, new_owner; in companion_store() local 41 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store() 46 new_owner = 0; /* Owned by EHCI */ in companion_store() 51 if (new_owner) in companion_store() 55 set_owner(ehci, portnum, new_owner); in companion_store()
|
| H A D | ehci-hub.c | 537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() argument 553 if ((port_status & PORT_OWNER) == new_owner in set_owner()
|
| /linux/kernel/futex/ |
| H A D | pi.c | 47 struct task_struct *new_owner) in pi_state_update_owner() argument 60 if (new_owner) { in pi_state_update_owner() 61 raw_spin_lock(&new_owner->pi_lock); in pi_state_update_owner() 63 list_add(&pi_state->list, &new_owner->pi_state_list); in pi_state_update_owner() 64 pi_state->owner = new_owner; in pi_state_update_owner() 65 raw_spin_unlock(&new_owner->pi_lock); in pi_state_update_owner() 621 struct task_struct *new_owner; in wake_futex_pi() local 627 new_owner = top_waiter->task; in wake_futex_pi() 634 newval = FUTEX_WAITERS | task_pid_vnr(new_owner); in wake_futex_pi() 661 pi_state_update_owner(pi_state, new_owner); in wake_futex_pi()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap_btree.h | 42 int whichfork, xfs_ino_t new_owner,
|
| H A D | xfs_btree.h | 411 int xfs_btree_change_owner(struct xfs_btree_cur *cur, uint64_t new_owner,
|