Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/cpuidle/
Dcpuidle.h17 struct cpuidle_driver *drv, int next_state);
41 struct cpuidle_driver *drv, int next_state);
57 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
Dcoupled.c375 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument
377 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting()
479 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
505 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled()
601 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled()
603 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
/linux-4.19.296/drivers/clk/keystone/
Dgate.c76 u32 next_state, u32 domain_id) in psc_config() argument
83 mdctl |= next_state; in psc_config()
85 if (next_state == PSC_STATE_DISABLE) in psc_config()
105 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
/linux-4.19.296/include/net/
Dllc_s_st.h21 u8 next_state; member
Dllc_c_st.h37 u8 next_state; member
/linux-4.19.296/drivers/clk/davinci/
Dpsc.c110 enum davinci_lpsc_state next_state) in davinci_lpsc_config() argument
115 next_state); in davinci_lpsc_config()
141 (mdstat & MDSTAT_STATE_MASK) == next_state, in davinci_lpsc_config()
/linux-4.19.296/fs/btrfs/
Dextent_io.c550 static struct extent_state *next_state(struct extent_state *state) in next_state() function
587 next = next_state(state); in clear_state_bit()
597 next = next_state(state); in clear_state_bit()
702 state = next_state(state); in __clear_extent_bit()
977 state = next_state(state); in __set_extent_bit()
1023 state = next_state(state); in __set_extent_bit()
2205 next = next_state(state); in btrfs_free_io_failure_record()
/linux-4.19.296/include/rdma/
Dib_verbs.h2734 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,