Searched refs:next_state (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/kernel/ |
D | pm.c | 156 int prev_state, next_state; in pm_send() local 165 next_state = (unsigned long) data; in pm_send() 166 if (prev_state != next_state) { in pm_send() 170 dev->state = next_state; in pm_send()
|
/linux-2.4.37.9/drivers/acpi/ |
D | processor.c | 407 int next_state = 0; in acpi_processor_idle() local 465 next_state = cx->demotion.state; in acpi_processor_idle() 529 next_state = pr->power.state; in acpi_processor_idle() 545 next_state = cx->promotion.state; in acpi_processor_idle() 550 next_state = cx->promotion.state; in acpi_processor_idle() 568 next_state = cx->demotion.state; in acpi_processor_idle() 581 if (next_state != pr->power.state) in acpi_processor_idle() 582 acpi_processor_power_activate(pr, next_state); in acpi_processor_idle()
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_conn.c | 422 int next_state[IP_VS_S_LAST]; /* should be _LAST_TCP */ member 557 new_state = ip_vs_state_table[state_idx].next_state[cp->state]; in vs_tcp_state()
|
/linux-2.4.37.9/drivers/block/ |
D | sx8.c | 1314 int cur_state, int next_state) in carm_handle_generic() argument 1322 host->state = next_state; in carm_handle_generic()
|
/linux-2.4.37.9/drivers/net/ |
D | de4x5.c | 944 …uct net_device *dev, int csr13, int csr14, int csr15, int timeout, int next_state, int suspect_sta… 2501 int next_state, int suspect_state, in dc21040_state() argument 2523 lp->media = next_state; in dc21040_state()
|