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

/linux-master/scripts/
H A Dtags.sh18 ignore="$ignore ( -name *.mod.c ) -prune -o"
23 ignore="${ignore} ( -path $i ) -prune -o"
53 local prune="$prune ( -path $i ) -prune -o"
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
80 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \
/linux-master/
H A DMakefile616 -prune -o
1736 -o -path $(abs_srctree)/rust/alloc -prune \
1737 -o -path $(abs_objtree)/rust/test -prune \
/linux-master/sound/soc/
H A Dsoc-pcm.c1481 int prune = 0; local
1493 prune++;
1496 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune);
1497 return prune;
2744 /* mark FE's links ready to prune */
/linux-master/fs/unicode/
H A Dmkutf8data.c654 static void prune(struct tree *tree) function
1714 prune(&trees[i]);

Completed in 359 milliseconds