Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheck-uapi.sh141 tree_is_dirty() {
491 if [ -z "$base_ref" ] && ! tree_is_dirty; then
140 tree_is_dirty() { global() function
H A Dcheckkconfigsymbols.py95 if not args.force and tree_is_dirty():
244 def tree_is_dirty(): function