Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/
Dunifdef.c108 } Ifstate; typedef
199 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
229 static void state(Ifstate);
544 state(Ifstate is) in state()