Searched refs:lock_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfutex.c95 * @lock_ptr: the hash bucket lock
106 * It is considered woken when plist_node_empty(&q->list) || q->lock_ptr == 0.
117 spinlock_t *lock_ptr; member in struct:futex_q
738 * We set q->lock_ptr = NULL _before_ we wake up the task. If
749 * q->lock_ptr = NULL is written, without taking any locks. A
751 * store to lock_ptr from getting ahead of the plist_del.
754 q->lock_ptr = NULL;
1024 q->lock_ptr = &hb2->lock;
1043 * atomic lock acquisition. Set the q->lock_ptr to the requeue target hb->lock
1045 * with both q->lock_ptr an
1427 spinlock_t *lock_ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dfault.c623 int *lock_ptr = (int *)(regs->regs[ATOMIC_LOCK_REG]); local
624 __atomic_fault_unlock(lock_ptr);
642 int *lock_ptr = (int *)(regs->regs[ATOMIC_LOCK_REG]); local
643 __atomic_fault_unlock(lock_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_cm.c724 spinlock_t *lock_ptr; local
733 lock_ptr = ic->rds_ibdev ? &ic->rds_ibdev->spinlock : &ib_nodev_conns_lock;
735 spin_lock_irq(lock_ptr);
737 spin_unlock_irq(lock_ptr);
H A Diw_cm.c728 spinlock_t *lock_ptr; local
737 lock_ptr = ic->rds_iwdev ? &ic->rds_iwdev->spinlock : &iw_nodev_conns_lock;
739 spin_lock_irq(lock_ptr);
741 spin_unlock_irq(lock_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Datomic_32.h312 void __atomic_fault_unlock(int *lock_ptr);

Completed in 79 milliseconds