| /openbmc/qemu/migration/ |
| H A D | colo-failover.c | 28 int old_state; in colo_failover_bh() local 33 old_state = failover_set_state(FAILOVER_STATUS_REQUIRE, in colo_failover_bh() 35 if (old_state != FAILOVER_STATUS_REQUIRE) { in colo_failover_bh() 37 FailoverStatus_str(old_state)); in colo_failover_bh() 60 FailoverStatus failover_set_state(FailoverStatus old_state, in failover_set_state() argument 65 old = qatomic_cmpxchg(&failover_state, old_state, new_state); in failover_set_state() 66 if (old == old_state) { in failover_set_state()
|
| H A D | dirtyrate.c | 212 static int dirtyrate_set_state(int *state, int old_state, int new_state) in dirtyrate_set_state() argument 216 if (qatomic_cmpxchg(state, old_state, new_state) == old_state) { in dirtyrate_set_state()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 98 self.old_state = self.state 103 if self.old_state != self.state and self.old_state > self.state: 106 (BuildRequest.REQUEST_STATE[self.old_state][1], 110 self.state = self.old_state
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 219 + int32_t *old_state = buf->state; 220 + if (old_state != NULL) 224 + old_state[-1] = TYPE_0; 226 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; 280 + int32_t *old_state; 288 + old_state = buf->state; 290 + old_state[-1] = TYPE_0; 292 + old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type;
|
| /openbmc/qemu/include/migration/ |
| H A D | failover.h | 19 FailoverStatus failover_set_state(FailoverStatus old_state,
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci.c | 1324 uint32_t old_state; in ohci_set_ctl() local 1327 old_state = ohci->ctl & OHCI_CTL_HCFS; in ohci_set_ctl() 1332 if (old_state == new_state) { in ohci_set_ctl() 1383 uint32_t old_state; in ohci_set_hub_status() local 1385 old_state = ohci->rhstatus; in ohci_set_hub_status() 1415 if (old_state != ohci->rhstatus) { in ohci_set_hub_status() 1468 uint32_t old_state; in ohci_port_set_status() local 1472 old_state = port->ctrl; in ohci_port_set_status() 1502 if (old_state != port->ctrl) { in ohci_port_set_status() 1780 uint32_t old_state = port->ctrl; in ohci_attach() local [all …]
|
| /openbmc/qemu/hw/pci/ |
| H A D | shpc.c | 300 uint8_t old_state = shpc_get_status(shpc, slot, SHPC_SLOT_STATE_MASK); in shpc_slot_command() local 309 if (old_state == SHPC_STATE_ENABLED && state == SHPC_STATE_PWRONLY) { in shpc_slot_command() 329 state = old_state; in shpc_slot_command() 347 shpc_slot_state_to_str(old_state), in shpc_slot_command() 351 if (!shpc_slot_is_off(old_state, old_power, old_attn) && in shpc_slot_command()
|
| H A D | trace-events | 30 …st char *new_pic, const char *old_aic, const char *new_aic, const char *old_state, const char *new…
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusparser.py | 203 old_state = self.state 363 self.state_stack.append(old_state)
|
| /openbmc/qemu/hw/i2c/ |
| H A D | trace-events | 4 bitbang_i2c_state(const char *old_state, const char *new_state) "state %s -> %s"
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_lpc.c | 886 uint32_t old_state = pnv->cpld_irqstate; in type_init() local 895 if (pnv->cpld_irqstate != old_state) { in type_init()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 2282 enum fsg_state old_state; in handle_exception() local 2327 old_state = common->state; in handle_exception() 2329 if (old_state == FSG_STATE_ABORT_BULK_OUT) in handle_exception() 2341 switch (old_state) { in handle_exception()
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 1812 static int old_state; in musb_irq_work() local 1814 if (musb->xceiv->state != old_state) { in musb_irq_work() 1815 old_state = musb->xceiv->state; in musb_irq_work()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | xilinx_spips.c | 227 bool old_state = s->cs_lines_state[i]; in xilinx_spips_update_cs() local 230 if (old_state != new_state) { in xilinx_spips_update_cs()
|