Home
last modified time | relevance | path

Searched refs:q_state (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/scsi/
H A Dscsi_base.c283 ioh->q_state = RUNQ_IDLE; in scsi_iopool_destroy()
323 ioh->q_state = RUNQ_IDLE; in scsi_ioh_set()
336 switch (ioh->q_state) { in scsi_ioh_add()
339 ioh->q_state = RUNQ_POOLQ; in scsi_ioh_add()
364 switch (ioh->q_state) { in scsi_ioh_del()
367 ioh->q_state = RUNQ_IDLE; in scsi_ioh_del()
395 ioh->q_state = RUNQ_IDLE; in scsi_ioh_deq()
547 switch (xsh->ioh.q_state) { in scsi_xsh_del()
563 xsh->ioh.q_state = RUNQ_IDLE; in scsi_xsh_del()
592 ioh->q_state = RUNQ_POOLQ; in scsi_xsh_runqueue()
[all …]
H A Dscsiconf.h239 u_int q_state; member
/openbsd/sys/dev/acpi/
H A Dacpivar.h107 int q_state; member
H A Dacpiec.c332 wq->q_state = ACPI_STATE_S0; in acpiec_attach()
H A Dacpi.c1193 wentry->q_state); in acpi_attach_common()
2320 wentry->q_state, in acpi_enable_wakegpes()
2322 if (wentry->q_enabled && state <= wentry->q_state) in acpi_enable_wakegpes()
2411 wq->q_state = wq->q_wakepkg->v_package[1]->v_integer; in acpi_foundprw()
2428 wentry->q_node->name, wentry->q_state, in acpi_toggle_wakedev()