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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dmain.c189 static inline int valid_state(suspend_state_t state) function
215 if (!valid_state(state))
272 if (pm_states[i] && valid_state(i))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c1554 valid_state(struct task_struct *curr, struct held_lock *this, function
1597 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_HARDIRQS))
1599 if (!valid_state(curr, this, new_bit,
1622 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_SOFTIRQS))
1624 if (!valid_state(curr, this, new_bit,
1647 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_HARDIRQS))
1660 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_SOFTIRQS))
1673 if (!valid_state(curr, this, new_bit, LOCK_USED_IN_HARDIRQ))
1675 if (!valid_state(curr, this, new_bit,
1699 if (!valid_state(cur
[all...]

Completed in 47 milliseconds