Searched refs:valid_state (Results 1 – 2 of 2) sorted by relevance
/kernel/power/ |
D | main.c | 402 static inline int valid_state(suspend_state_t state) in valid_state() function 427 if (!valid_state(state)) in enter_state() 497 if (pm_states[i] && valid_state(i)) in state_show() 542 if (state == PM_SUSPEND_ON || valid_state(state)) { in state_store() 734 if (!valid_state(test_state)) { in test_suspend()
|
/kernel/ |
D | lockdep.c | 1832 valid_state(struct task_struct *curr, struct held_lock *this, in valid_state() function 1961 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_HARDIRQS)) in mark_lock_irq() 1963 if (!valid_state(curr, this, new_bit, in mark_lock_irq() 1986 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_SOFTIRQS)) in mark_lock_irq() 1988 if (!valid_state(curr, this, new_bit, in mark_lock_irq() 2011 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_HARDIRQS)) in mark_lock_irq() 2024 if (!valid_state(curr, this, new_bit, LOCK_ENABLED_SOFTIRQS)) in mark_lock_irq() 2037 if (!valid_state(curr, this, new_bit, LOCK_USED_IN_HARDIRQ)) in mark_lock_irq() 2039 if (!valid_state(curr, this, new_bit, in mark_lock_irq() 2063 if (!valid_state(curr, this, new_bit, LOCK_USED_IN_SOFTIRQ)) in mark_lock_irq() [all …]
|