Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c881 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write()
889 sym->flags |= SYMBOL_WRITTEN; in conf_write()
916 sym->flags &= ~SYMBOL_WRITTEN; in conf_write()
H A Dexpr.h144 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c968 !(sym->flags & SYMBOL_WRITTEN)) { in conf_write()
976 sym->flags |= SYMBOL_WRITTEN; in conf_write()
1004 sym->flags &= ~SYMBOL_WRITTEN; in conf_write()
H A Dexpr.h144 #define SYMBOL_WRITTEN 0x0800 /* track info to avoid double-write to .config */ macro

Completed in 5 milliseconds