Searched refs:opstate (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_module.c41 char *edac_op_state_to_string(int opstate) argument
43 if (opstate == OP_RUNNING_POLL)
45 else if (opstate == OP_RUNNING_INTERRUPT)
47 else if (opstate == OP_RUNNING_POLL_INTR)
49 else if (opstate == OP_ALLOC)
51 else if (opstate == OP_OFFLINE)

Completed in 98 milliseconds