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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/power/
H A Dpower.h163 extern bool valid_state(suspend_state_t state);
172 static inline bool valid_state(suspend_state_t state) { return false; } function
H A Dsuspend.c46 bool valid_state(suspend_state_t state) function
268 if (!valid_state(state))
H A Dsuspend_test.c164 if (!valid_state(test_state)) {
H A Dmain.c158 if (pm_states[i] && valid_state(i))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/power/
H A Dpower.h163 extern bool valid_state(suspend_state_t state);
172 static inline bool valid_state(suspend_state_t state) { return false; } function
H A Dsuspend.c46 bool valid_state(suspend_state_t state) function
268 if (!valid_state(state))
H A Dsuspend_test.c164 if (!valid_state(test_state)) {
H A Dmain.c158 if (pm_states[i] && valid_state(i))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep.c2033 valid_state(struct task_struct *curr, struct held_lock *this, function
2211 if (!valid_state(curr, this, new_bit, excl_bit))
2226 if (!valid_state(curr, this, new_bit, excl_bit + 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep.c2033 valid_state(struct task_struct *curr, struct held_lock *this, function
2211 if (!valid_state(curr, this, new_bit, excl_bit))
2226 if (!valid_state(curr, this, new_bit, excl_bit + 1))

Completed in 130 milliseconds