Home
last modified time | relevance | path

Searched refs:STATE_NONE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dloongson2-mmc.c207 STATE_NONE, enumerator
400 host->state = STATE_NONE; in loongson2_mmc_irq_worker()
428 if (host->state == STATE_NONE || host->state == STATE_FINALIZE || !host->mrq) in loongson2_mmc_irq()
929 host->state = STATE_NONE; in loongson2_mmc_probe()
/linux/ipc/
H A Dmqueue.c57 #define STATE_NONE 0 macro
1112 WRITE_ONCE(wait.state, STATE_NONE); in do_mq_timedsend()
1204 WRITE_ONCE(wait.state, STATE_NONE); in do_mq_timedreceive()