Searched refs:MAX_LOCK_DEPTH (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c2052 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH))
2215 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) {
2217 printk("BUG: MAX_LOCK_DEPTH too low!\n");
2481 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock));
2612 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH);
2627 sizeof(struct held_lock) * MAX_LOCK_DEPTH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1144 # define MAX_LOCK_DEPTH 30UL macro
1147 struct held_lock held_locks[MAX_LOCK_DEPTH];

Completed in 159 milliseconds