Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dtags.sh18 ignore="$ignore ( -name *.mod.c ) -prune -o"
30 ignore="$ignore ( -path ./tools ) -prune -o"
32 ignore="$ignore ( -path ${tree}tools ) -prune -o"
53 prune="$prune -wholename $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 \
/kernel/linux/linux-6.6/scripts/
H A Dtags.sh18 ignore="$ignore ( -name *.mod.c ) -prune -o"
23 ignore="${ignore} ( -path $i ) -prune -o"
53 prune="$prune -wholename $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 \
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_probe_helper.c507 goto prune; in drm_helper_probe_single_connector_modes()
523 goto prune; in drm_helper_probe_single_connector_modes()
570 prune: in drm_helper_probe_single_connector_modes()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-pcm.c1323 int prune = 0; in dpcm_prune_paths() local
1335 prune++; in dpcm_prune_paths()
1338 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); in dpcm_prune_paths()
1339 return prune; in dpcm_prune_paths()
2632 /* mark FE's links ready to prune */ in dpcm_fe_dai_cleanup()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-pcm.c1465 int prune = 0; in dpcm_prune_paths() local
1477 prune++; in dpcm_prune_paths()
1480 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); in dpcm_prune_paths()
1481 return prune; in dpcm_prune_paths()
2726 /* mark FE's links ready to prune */ in dpcm_fe_dai_cleanup()
/kernel/linux/linux-6.6/
H A DMakefile623 -prune -o
1730 -o -path $(abs_srctree)/rust/alloc -prune \
1731 -o -path $(abs_objtree)/rust/test -prune \
/kernel/linux/linux-5.10/fs/unicode/
H A Dmkutf8data.c654 static void prune(struct tree *tree) in prune() function
1714 prune(&trees[i]); in trees_reduce()
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c654 static void prune(struct tree *tree) in prune() function
1714 prune(&trees[i]); in trees_reduce()
/kernel/linux/linux-5.10/
H A DMakefile537 -prune -o

Completed in 22 milliseconds