Searched refs:new_owner (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci-sysfs.c | 55 int portnum, new_owner; store_companion() local 58 new_owner = PORT_OWNER; /* Owned by companion */ store_companion() 63 new_owner = 0; /* Owned by EHCI */ store_companion() 68 if (new_owner) store_companion() 72 set_owner(ehci, portnum, new_owner); store_companion()
|
H A D | ehci-hub.c | 528 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) set_owner() argument 544 if ((port_status & PORT_OWNER) == new_owner set_owner()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_bmap_btree.h | 137 int whichfork, xfs_ino_t new_owner,
|
H A D | xfs_bmap_btree.c | 865 xfs_ino_t new_owner, xfs_bmbt_change_owner() 882 error = xfs_btree_change_owner(cur, new_owner, buffer_list); xfs_bmbt_change_owner() 861 xfs_bmbt_change_owner( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_ino_t new_owner, struct list_head *buffer_list) xfs_bmbt_change_owner() argument
|
H A D | xfs_btree.h | 403 int xfs_btree_change_owner(struct xfs_btree_cur *cur, __uint64_t new_owner,
|
H A D | xfs_btree.c | 3995 __uint64_t new_owner, xfs_btree_block_change_owner() 4008 block->bb_u.l.bb_owner = cpu_to_be64(new_owner); xfs_btree_block_change_owner() 4010 block->bb_u.s.bb_owner = cpu_to_be32(new_owner); xfs_btree_block_change_owner() 4042 __uint64_t new_owner, xfs_btree_change_owner() 4073 new_owner, xfs_btree_change_owner() 3992 xfs_btree_block_change_owner( struct xfs_btree_cur *cur, int level, __uint64_t new_owner, struct list_head *buffer_list) xfs_btree_block_change_owner() argument 4040 xfs_btree_change_owner( struct xfs_btree_cur *cur, __uint64_t new_owner, struct list_head *buffer_list) xfs_btree_change_owner() argument
|
/linux-4.4.14/include/linux/ |
H A D | mm_types.h | 467 * new_owner->mm == mm 468 * new_owner->alloc_lock is held
|
/linux-4.4.14/kernel/ |
H A D | futex.c | 1209 struct task_struct *new_owner; wake_futex_pi() local 1227 new_owner = rt_mutex_next_owner(&pi_state->pi_mutex); wake_futex_pi() 1234 if (!new_owner) wake_futex_pi() 1235 new_owner = this->task; wake_futex_pi() 1242 newval = FUTEX_WAITERS | task_pid_vnr(new_owner); wake_futex_pi() 1271 raw_spin_lock_irq(&new_owner->pi_lock); wake_futex_pi() 1273 list_add(&pi_state->list, &new_owner->pi_state_list); wake_futex_pi() 1274 pi_state->owner = new_owner; wake_futex_pi() 1275 raw_spin_unlock_irq(&new_owner->pi_lock); wake_futex_pi()
|
/linux-4.4.14/net/sunrpc/ |
H A D | sched.c | 481 goto new_owner; __rpc_find_next_queued_priority() 503 new_owner: __rpc_find_next_queued_priority()
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4state.c | 3799 goto new_owner; nfsd4_process_open1() 3805 goto new_owner; nfsd4_process_open1() 3811 new_owner: nfsd4_process_open1()
|
Completed in 354 milliseconds