Home
last modified time | relevance | path

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

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