Searched refs:_RET_IP_ (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Drwsem.c21 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
36 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
48 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
63 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_);
74 rwsem_release(&sem->dep_map, 1, _RET_IP_);
86 rwsem_release(&sem->dep_map, 1, _RET_IP_);
112 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_);
131 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_);
H A Dspinlock.c28 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
41 rwlock_acquire_read(&lock->dep_map, 0, 1, _RET_IP_);
54 rwlock_acquire(&lock->dep_map, 0, 1, _RET_IP_);
74 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
85 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
104 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
113 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
124 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
134 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
143 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
[all...]
H A Dmutex.c135 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
163 mutex_release(&lock->dep_map, 1, _RET_IP_);
230 mutex_release(&lock->dep_map, nested, _RET_IP_);
316 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_);
H A Dlockdep.c1898 curr->hardirq_disable_ip = _RET_IP_;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Ddebug_locks.h19 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dsock.c305 mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_);
309 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
1568 mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_);
1579 mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c2713 rwsem_acquire(&clp->cl_sem.dep_map, 0, 0, _RET_IP_);
2721 rwsem_release(&clp->cl_sem.dep_map, 1, _RET_IP_);

Completed in 133 milliseconds