/linux/tools/debugging/ |
A D | kernel-chktaint | 62 T=`expr $T / 2` 70 T=`expr $T / 2` 78 T=`expr $T / 2` 86 T=`expr $T / 2` 94 T=`expr $T / 2` 102 T=`expr $T / 2` 110 T=`expr $T / 2` 118 T=`expr $T / 2` 126 T=`expr $T / 2` 134 T=`expr $T / 2` [all …]
|
/linux/drivers/net/wireguard/selftest/ |
A D | counter.c | 71 T(i, true); in wg_packet_counter_selftest() 72 T(0, true); in wg_packet_counter_selftest() 73 T(0, false); in wg_packet_counter_selftest() 77 T(i, true); in wg_packet_counter_selftest() 78 T(1, true); in wg_packet_counter_selftest() 79 T(0, false); in wg_packet_counter_selftest() 83 T(i, true); in wg_packet_counter_selftest() 87 T(i, true); in wg_packet_counter_selftest() 88 T(0, false); in wg_packet_counter_selftest() 99 T(0, true); in wg_packet_counter_selftest() [all …]
|
/linux/tools/perf/tests/ |
A D | kmod-path.c | 44 #define T(path, an, k, c, n) \ macro 81 T("x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse() 82 T("x.gz", false , false, 1 , NULL ); in test__kmod_path__parse() 83 T("x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse() 84 T("x.gz", false , false, 1 , NULL ); in test__kmod_path__parse() 90 T("x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse() 91 T("x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse() 92 T("x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse() 93 T("x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse() 118 T("[vdso]", true , false, false, "[vdso]"); in test__kmod_path__parse() [all …]
|
A D | mem2node.c | 22 #define T TEST_ASSERT_VAL macro 61 T("failed: alloc bitmap", in test__mem2node() 65 T("failed: mem2node__init", !mem2node__init(&map, &env)); in test__mem2node() 66 T("failed: mem2node__node", 0 == mem2node__node(&map, 0x50)); in test__mem2node() 67 T("failed: mem2node__node", 1 == mem2node__node(&map, 0x100)); in test__mem2node() 68 T("failed: mem2node__node", 1 == mem2node__node(&map, 0x250)); in test__mem2node() 69 T("failed: mem2node__node", 3 == mem2node__node(&map, 0x500)); in test__mem2node() 70 T("failed: mem2node__node", 3 == mem2node__node(&map, 0x650)); in test__mem2node() 71 T("failed: mem2node__node", -1 == mem2node__node(&map, 0x450)); in test__mem2node() 72 T("failed: mem2node__node", -1 == mem2node__node(&map, 0x1050)); in test__mem2node()
|
/linux/scripts/ |
A D | decodecode | 12 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis 49 rm $T 111 touch $T.oo 115 echo All code >> $T.oo 120 disas $T $pc_sub 121 cat $T.dis >> $T.oo 122 rm -f $T.o $T.s $T.dis 131 echo $code >> $T.s 132 disas $T 0 133 cat $T.dis >> $T.aa [all …]
|
/linux/drivers/comedi/drivers/tests/ |
A D | ni_routes_test.c | 402 unittest(!route_is_valid(O(0), O(0), T), in test_route_is_valid() 404 unittest(route_is_valid(O(0), O(1), T), in test_route_is_valid() 406 unittest(route_is_valid(O(5), O(6), T), in test_route_is_valid() 408 unittest(route_is_valid(O(8), O(9), T), in test_route_is_valid() 501 unittest(route_register_is_valid(0, O(1), T), in test_route_register_is_valid() 503 unittest(route_register_is_valid(4, O(6), T), in test_route_register_is_valid() 505 unittest(route_register_is_valid(9, O(8), T), in test_route_register_is_valid() 547 unittest(ni_get_reg_value(0, O(0), T) == -1, in test_ni_get_reg_value() 549 unittest(ni_get_reg_value(0, O(1), T) == 0, in test_ni_get_reg_value() 551 unittest(ni_get_reg_value(4, O(6), T) == 4, in test_ni_get_reg_value() [all …]
|
/linux/tools/memory-model/scripts/ |
A D | cmplitmushist.sh | 10 T=/tmp/cmplitmushist.sh.$$ 12 mkdir $T 23 if cmp -s $T/oldout $T/newout && grep -q '^Observation' $1 30 grep '^Observation' $1 > $T/oldout 31 grep '^Observation' $2 > $T/newout 32 if test -s $T/oldout -o -s $T/newout 34 if cmp -s $T/oldout $T/newout 48 if cmp -s $T/oldout $T/newout 60 . $T/cmpscript > $T/cmpscript.out 61 cat $T/cmpscript.out [all …]
|
A D | checkghlitmus.sh | 14 T=/tmp/checkghlitmus.sh.$$ 16 mkdir $T 39 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 44 xargs < $T/list-C -r egrep -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' > $T/list-C-result 45 xargs < $T/list-C-result -r grep -L "^P${LKMM_PROCS}" > $T/list-C-result-short 48 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed 51 if scripts/runlitmushist.sh < $T/list-C-needed > $T/run.stdout 2> $T/run.stderr 58 sed < $T/list-C-result-short -e 's,^,scripts/judgelitmus.sh ,' | 59 sh > $T/judge.stdout 2> $T/judge.stderr 63 cat $T/run.stderr 1>&2 [all …]
|
A D | newlitmushist.sh | 19 T=/tmp/newlitmushist.sh.$$ 21 mkdir $T 42 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 46 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C-all 47 xargs < $T/list-C-all -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short 50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new 53 sed < $T/list-C-short -e 's,^.*$,if test & -nt '"$LKMM_DESTDIR"'/&.out; then echo &; fi,' > $T/list… 54 sh $T/list-C-script > $T/list-C-newer 57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed 59 scripts/runlitmushist.sh < $T/list-C-needed
|
A D | checklitmushist.sh | 19 T=/tmp/checklitmushist.sh.$$ 21 mkdir $T 34 mkdir $T/results 35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh ) 41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short 46 LKMM_DESTDIR=$T/results; export LKMM_DESTDIR 47 scripts/runlitmushist.sh < $T/list-C-short > $T/runlitmushist.sh.out 2>&1 55 ( cd $T/results; find litmus -type f -name '*.litmus.out' -print | 58 sed < $T/list-C-short -e 's,^,'"$LKMM_DESTDIR/"',' |
|
A D | parseargs.sh | 14 T=/tmp/parseargs.sh.$$ 15 mkdir $T 19 echo if test -z '"$'$1'"' > $T/s 20 echo then >> $T/s 21 echo $1='"'$2'"' >> $T/s 22 echo export $1 >> $T/s 23 echo fi >> $T/s 24 echo $1_DEF='$'$1 >> $T/s 25 . $T/s 136 rm -rf $T
|
/linux/ |
A D | System.map | 13 ffff800010000000 T _text 15 ffff800010010000 T _stext 17 ffff8000100100b0 T __do_softirq 22 ffff800010010800 T vectors 108 ffff8000100149e0 T sve_alloc 265 ffff80001001d5d0 T do_bti 397 ffff800010023040 T cpu_die 3570 ffff8000100e00b0 T down 3571 ffff8000100e0120 T up 16725 ffff80001049e2d0 T gcd [all …]
|
A D | .tmp_System.map | 13 ffff800010000000 T _text 15 ffff800010010000 T _stext 17 ffff8000100100b0 T __do_softirq 22 ffff800010010800 T vectors 108 ffff8000100149e0 T sve_alloc 265 ffff80001001d5d0 T do_bti 397 ffff800010023040 T cpu_die 3570 ffff8000100e00b0 T down 3571 ffff8000100e0120 T up 16725 ffff80001049e2d0 T gcd [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | torture.sh | 202 T=/tmp/torture.sh.$$ 204 mkdir $T 245 touch $T/failures 246 touch $T/successes 272 cat $T/$curflavor.out | tee -a $T/log 408 if test -s "$T/successes" 410 cat "$T/successes" | tee -a $T/log 415 if test -s "$T/failures" 417 cat "$T/failures" | tee -a $T/log 435 if test -s $T/xz-todo [all …]
|
A D | kvm-remote.sh | 47 T=${TMPDIR-/tmp}/$TD 49 mkdir $T 51 resdir="$T/res" 74 cat $T/kvm.sh.out 116 cat $T/kvm-again.sh.out 135 chmod +x $T/bin/kvm-remote-*.sh 136 ( cd "`dirname $T`"; tar -chzf $T/binres.tgz "$TD/bin" "$TD/res" ) 237 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr 238 curbatch="`cat $T/curbatch`" 239 if test -s "$T/startbatches.stderr" [all …]
|
A D | parse-build.sh | 18 T=${TMPDIR-/tmp}/parse-build.sh.$$ 20 mkdir $T 39 grep warning: < $F > $T/warnings 40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings 42 cat $T/hwarnings $T/cwarnings > $T/rcuwarnings 43 if test -s $T/rcuwarnings 46 cat $T/rcuwarnings
|
A D | kvm.sh | 19 mkdir $T 294 touch $T/cfgcpu 332 echo $configs_derep | awk -f $T/cfgcpu.awk > $T/cfgcpu 333 sort -k2nr $T/cfgcpu -T="$T" > $T/cfgcpu.sort 336 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus ' 434 kvm-get-cpus-script.sh $T/cpuarray.awk $T/dumpbatches.awk 576 -f $T/dumpbatches.awk >> $T/script 589 }' > $T/batches 612 cat $T/script 628 cat $T/batches [all …]
|
A D | config2csv.sh | 33 T=/tmp/config2latex.sh.$$ 35 mkdir $T 37 cat << '---EOF---' >> $T/p.awk 42 echo ' s["'$i'"] = 1;' >> $T/p.awk 43 grep -v '^#' < $i | grep -v '^ *$' > $T/p 46 tr -s ' ' '\012' < $i.boot | grep -v '^#' >> $T/p 48 sed -e 's/^[^=]*$/&=?/' < $T/p | 49 sed -e 's/^\([^=]*\)=\(.*\)$/\tp["\1:'"$i"'"] = "\2";\n\tc["\1"] = 1;/' >> $T/p.awk 51 cat << '---EOF---' >> $T/p.awk 66 awk -f $T/p.awk < /dev/null > $T/p.csv [all …]
|
A D | kvm-test-1-run-batch.sh | 16 T=${TMPDIR-/tmp}/kvm-test-1-run-batch.sh.$$ 18 mkdir $T 46 grep '^#' $1/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings 47 . $T/qemu-cmd-settings 53 kvm-assign-cpus.sh /sys/devices/system/node > $T/cpuarray.awk 59 kvm-get-cpus-script.sh $T/cpuarray.awk $T/cpubatches.awk $T/cpustate 60 cat << ' ___EOF___' >> $T/cpubatches.awk 79 affinity_export="`awk -f $T/cpubatches.awk -v cpu_count="$cpu_count" -v scenario=$i < /dev/null`"
|
A D | kvm-assign-cpus.sh | 10 T=/tmp/kvm-assign-cpus.sh.$$ 12 mkdir $T 15 if ! cd "$sysfsdir" > $T/msg 2>&1 17 sed -e 's/^/# /' < $T/msg 54 rm -f $T/cpulist 58 if ! cat $f > $T/msg 2>&1 60 sed -e 's/^/# /' < $T/msg 63 cat $f >> $T/cpulist 65 if grep -q '[-,]' $T/cpulist
|
/linux/Documentation/admin-guide/media/ |
A D | dvb-usb-af9015-cardlist.rst | 17 * - AVerMedia AVerTV DVB-T Volar X 43 * - KWorld PlusTV DVB-T PCI Pro Card (DVB-T PC160-T) 45 * - KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T) 47 * - KWorld PlusTV Dual DVB-T Stick (DVB-T 399U) 49 * - KWorld USB DVB-T Stick Mobile (UB383-T) 51 * - KWorld USB DVB-T TV Stick II (VS-DVB-T 395U) 63 * - Sveon STV20 Tuner USB DVB-T HDTV 69 * - TerraTec Cinergy T Stick Dual RC 71 * - TerraTec Cinergy T Stick RC 73 * - TerraTec Cinergy T USB XE [all …]
|
A D | cx88-cardlist.rst | 74 - KWorld/VStream XPert DVB-T 90 - Hauppauge Nova-T DVB-T 94 - Conexant DVB-T reference design 102 - DViCO FusionHDTV DVB-T Plus 110 - digitalnow DNTV Live! DVB-T 130 - DViCO FusionHDTV 3 Gold-T 134 - ADS Tech Instant TV DVB-T PCI 138 - TerraTec Cinergy 1400 DVB-T 158 - WinFast DTV1000-T 202 - DViCO FusionHDTV DVB-T Hybrid [all …]
|
A D | dvb-usb-rtl28xxu-cardlist.rst | 25 * - Dexatek DK DVB-T Dongle 27 * - Dexatek DK mini DVB-T Dongle 29 * - DigitalNow Quad DVB-T Receiver 31 * - Freecom USB2.0 DVB-T 33 * - G-Tek Electronics Group Lifeview LV5TDLX DVB-T 49 * - MaxMedia HU394-T 53 * - Peak DVB-T USB 67 * - TerraTec Cinergy T Stick Black 69 * - TerraTec Cinergy T Stick RC (Rev. 3) 71 * - TerraTec Cinergy T Stick+ [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
A D | ramnv50.c | 88 T(CWL) = T(CL) - 1; in nv50_ram_timing_calc() 98 timing[6] = (0x2d + T(CL) - T(CWL) + in nv50_ram_timing_calc() 101 (0x2f + T(CL) - T(CWL)); in nv50_ram_timing_calc() 104 timing[6] = (0x2b + T(CL) - T(CWL)) << 16 | in nv50_ram_timing_calc() 106 (0x2e + T(CL) - T(CWL)); in nv50_ram_timing_calc() 109 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); in nv50_ram_timing_calc() 110 timing[1] = (T(WR) + 1 + T(CWL)) << 24 | in nv50_ram_timing_calc() 112 (T(WTR) + 1 + T(CWL)) << 8 | in nv50_ram_timing_calc() 113 (3 + T(CL) - T(CWL)); in nv50_ram_timing_calc() 126 max_t(u8, T(RCDRD), T(RCDWR)) << 16 | in nv50_ram_timing_calc() [all …]
|
/linux/scripts/coccinelle/api/alloc/ |
A D | zalloc-simple.cocci | 31 type T, T2; 48 type T, T2; 131 type T, T2; 145 type T, T2; 175 type T, T2; 205 type T, T2; 235 type T, T2; 265 type T, T2; 295 type T, T2; 325 type T, T2; [all …]
|