return_address
void *return_address;
trace[i] = frame->return_address;
void *return_address(unsigned int);
uintptr_t return_address)
dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
_rw_init(krwlock_t *rw, uintptr_t return_address)
if (LOCKDEBUG_ALLOC(rw, &rwlock_lockops, return_address))
retaddrs[i] = return_address(i);
spllowered_from[cidx][0] = return_address(0);
spllowered_from[cidx][1] = return_address(1);
uintptr_t return_address)
ALLOCK(mtx, &mutex_spin_lockops, return_address);
ALLOCK(mtx, &mutex_adaptive_lockops, return_address);
_rw_init(krwlock_t *rw, uintptr_t return_address)
ALLOCK(rw, &rw_lockops, return_address);
#define ALLOCK(lock, ops, return_address) \
return_address)