Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/
Dconfdata.c882 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write()
890 sym->flags |= SYMBOL_WRITTEN; in conf_write()
918 sym->flags &= ~SYMBOL_WRITTEN; in conf_write()
Dexpr.h144 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro