Home
last modified time | relevance | path

Searched refs:T (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/Linux-v5.10/drivers/net/wireguard/selftest/
Dcounter.c24 #define T(n, v) do { \ in wg_packet_counter_selftest() macro
34 /* 1 */ T(0, true); in wg_packet_counter_selftest()
35 /* 2 */ T(1, true); in wg_packet_counter_selftest()
36 /* 3 */ T(1, false); in wg_packet_counter_selftest()
37 /* 4 */ T(9, true); in wg_packet_counter_selftest()
38 /* 5 */ T(8, true); in wg_packet_counter_selftest()
39 /* 6 */ T(7, true); in wg_packet_counter_selftest()
40 /* 7 */ T(7, false); in wg_packet_counter_selftest()
41 /* 8 */ T(T_LIM, true); in wg_packet_counter_selftest()
42 /* 9 */ T(T_LIM - 1, true); in wg_packet_counter_selftest()
[all …]
/Linux-v5.10/tools/debugging/
Dkernel-chktaint48 T=$taint
55 if [ `expr $T % 2` -eq 0 ]; then
62 T=`expr $T / 2`
63 if [ `expr $T % 2` -eq 0 ]; then
70 T=`expr $T / 2`
71 if [ `expr $T % 2` -eq 0 ]; then
78 T=`expr $T / 2`
79 if [ `expr $T % 2` -eq 0 ]; then
86 T=`expr $T / 2`
87 if [ `expr $T % 2` -eq 0 ]; then
[all …]
/Linux-v5.10/tools/perf/tests/
Dkmod-path.c44 #define T(path, an, k, c, n) \ macro
53 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
54 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
55 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
56 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
63 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
64 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
65 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
66 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
72 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
[all …]
Dmem2node.c22 #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-v5.10/scripts/
Ddecodecode12 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
23 T=`mktemp` || die "cannot create temp file"
49 rm $T
111 touch $T.oo
115 echo All code >> $T.oo
116 echo ======== >> $T.oo
118 echo -n " .$type 0x" > $T.s
119 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s
120 disas $T $pc_sub
121 cat $T.dis >> $T.oo
[all …]
/Linux-v5.10/drivers/staging/comedi/drivers/tests/
Dni_routes_test.c313 const struct ni_route_tables *T = &private.routing_tables; in test_ni_route_to_register() local
316 unittest(ni_route_to_register(O(0), O(0), T) < 0, in test_ni_route_to_register()
318 unittest(ni_route_to_register(O(1), O(0), T) == 1, in test_ni_route_to_register()
320 unittest(ni_route_to_register(O(6), O(5), T) == 6, in test_ni_route_to_register()
322 unittest(ni_route_to_register(O(8), O(9), T) == 8, in test_ni_route_to_register()
326 unittest(ni_route_to_register(rgout0_src0, TRIGGER_LINE(0), T) == 0, in test_ni_route_to_register()
328 unittest(ni_route_to_register(rgout0_src0, TRIGGER_LINE(1), T) == 0, in test_ni_route_to_register()
330 unittest(ni_route_to_register(rgout0_src1, TRIGGER_LINE(2), T) == 1, in test_ni_route_to_register()
332 unittest(ni_route_to_register(rgout0_src1, TRIGGER_LINE(3), T) == 1, in test_ni_route_to_register()
335 unittest(ni_route_to_register(brd0_src0, TRIGGER_LINE(4), T) == in test_ni_route_to_register()
[all …]
/Linux-v5.10/tools/memory-model/scripts/
Dcmplitmushist.sh10 T=/tmp/cmplitmushist.sh.$$
12 mkdir $T
21 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $1 > $T/oldout
22 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $2 > $T/newout
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
46 grep '^Observation' $1 | awk '{ print $3 }' > $T/oldout
[all …]
Dcheckghlitmus.sh14 T=/tmp/checkghlitmus.sh.$$
16 mkdir $T
39 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already
43 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
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
[all …]
Dnewlitmushist.sh19 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
Dchecklitmushist.sh19 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/"',' |
Dparseargs.sh14 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
Drunlitmushist.sh18 T=/tmp/runlitmushist.sh.$$
20 mkdir $T
33 echo dir="$LKMM_DESTDIR" > $T/$i.sh
34 echo T=$T >> $T/$i.sh
35 echo herdoptions=\"$LKMM_HERD_OPTIONS\" >> $T/$i.sh
36 cat << '___EOF___' >> $T/$i.sh
/Linux-v5.10/Documentation/admin-guide/media/
Ddvb-usb-af9015-cardlist.rst17 * - AVerMedia AVerTV DVB-T Volar X
29 * - Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0
37 * - Fujitsu-Siemens Slim Mobile USB DVB-T
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
65 * - Sveon STV22 Dual USB DVB-T Tuner HDTV
[all …]
Dcx88-cardlist.rst74 - 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
178 - Hauppauge WinTV-HVR1100 DVB-T/Hybrid
[all …]
Ddvb-usb-rtl28xxu-cardlist.rst25 * - 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 …]
Ddvb-usb-cxusb-cardlist.rst19 * - DViCO FusionHDTV DVB-T Dual Digital 2
21 * - DViCO FusionHDTV DVB-T Dual Digital 4
23 * - DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)
25 * - DViCO FusionHDTV DVB-T Dual USB
27 * - DViCO FusionHDTV DVB-T NANO2
29 * - DViCO FusionHDTV DVB-T USB (LGZ201)
31 * - DViCO FusionHDTV DVB-T USB (TH7579)
35 * - DigitalNow DVB-T Dual USB
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh18 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
Dconfiginit.sh18 T=${TMPDIR-/tmp}/configinit.sh.$$
20 mkdir $T
27 sed -e 's/^\(CONFIG[0-9A-Z_]*\)=.*$/grep -v "^# \1" |/' < $c > $T/u.sh
28 sed -e 's/^\(CONFIG[0-9A-Z_]*=\).*$/grep -v \1 |/' < $c >> $T/u.sh
29 grep '^grep' < $T/u.sh > $T/upd.sh
30 echo "cat - $c" >> $T/upd.sh
37 sh $T/upd.sh < .config.sav > .config
Dkvm-test-1-run.sh28 T=${TMPDIR-/tmp}/kvm-test-1-run.sh.$$
30 mkdir $T
57 echo $3 | sed -e 's/^ *//' -e 's/ *$//' | tr -s " " "\012" > $T/Kconfig_args
59 cat $T/Kconfig_args >> $resdir/ConfigFragment.input
60 config_override.sh $T/$2 $T/Kconfig_args > $T/$2.tmp
61 mv $T/$2.tmp $T/$2
66 echo > $T/KcList
73 cp $T/KcList $resdir/ConfigFragment
86 elif kvm-build.sh $T/KcList $resdir
170 sed -e 's/$/ 2>\&1 \&/' < $resdir/qemu-cmd > $T/qemu-cmd
[all …]
Dparse-console.sh14 T=${TMPDIR-/tmp}/parse-console.sh.$$
94 }' > $T.seq
98 if test -s $T.seq
100 print_warning $title `cat $T.seq`
107 print_warning HOTPLUG FAILURES $title `cat $T.seq`
112 if test -s $T.seq
114 print_warning $title `cat $T.seq`
120 console-badness.sh < $file > $T.diags
121 if test -s $T.diags
162 cat $T.diags >> $file.diags
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c71 #define T(t) cfg->timing_10_##t macro
86 switch ((!T(CWL)) * ram->base.type) { in nv50_ram_timing_calc()
88 T(CWL) = T(CL) - 1; in nv50_ram_timing_calc()
91 T(CWL) = ((cur2 & 0xff000000) >> 24) + 1; in nv50_ram_timing_calc()
98 timing[6] = (0x2d + T(CL) - T(CWL) + in nv50_ram_timing_calc()
100 T(CWL) << 8 | 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()
105 max_t(s8, T(CWL) - 2, 1) << 8 | in nv50_ram_timing_calc()
106 (0x2e + T(CL) - T(CWL)); in nv50_ram_timing_calc()
[all …]
/Linux-v5.10/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci31 type T, T2;
37 * x = (T)\(kmalloc(E1, ...)\|vmalloc(E1)\|dma_alloc_coherent(...,E1,...)\|
48 type T, T2;
58 - x = (T *)kmalloc(E1,E2);
61 - x = (T)kmalloc(E1,E2);
62 + x = (T)kzalloc(E1,E2);
67 - x = (T *)vmalloc(E1);
70 - x = (T)vmalloc(E1);
71 + x = (T)vzalloc(E1);
76 - x = (T *)kmalloc_node(E1,E2,E3);
[all …]
/Linux-v5.10/scripts/coccinelle/misc/
Dnoderef.cocci21 type T;
30 f(...,(T)(x),...,sizeof(
38 ),...,(T)(x),...)
40 f(...,(T)(x),...,i*sizeof(
48 ),...,(T)(x),...)
56 type T;
62 *f(...,(T)(x),...,sizeof@p(x),...)
64 *f(...,sizeof@p(x),...,(T)(x),...)
66 *f(...,(T)(x),...,i*sizeof@p(x),...)
68 *f(...,i*sizeof@p(x),...,(T)(x),...)
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_selftest.h89 #define i915_subtests(T, data) \ argument
92 T, ARRAY_SIZE(T), data)
93 #define i915_live_subtests(T, data) ({ \ argument
97 T, ARRAY_SIZE(T), data); \
99 #define intel_gt_live_subtests(T, data) ({ \ argument
103 T, ARRAY_SIZE(T), data); \
Di915_params.c30 #define i915_param_named(name, T, perm, desc) \ argument
31 module_param_named(name, i915_modparams.name, T, perm); \
33 #define i915_param_named_unsafe(name, T, perm, desc) \ argument
34 module_param_named_unsafe(name, i915_modparams.name, T, perm); \
38 #define MEMBER(T, member, value, ...) .member = (value), argument
229 #define PRINT(T, x, ...) _print_param(p, #x, #T, &params->x); in i915_params_dump() argument
243 #define DUP(T, x, ...) dup_param(#T, &dest->x); in i915_params_copy() argument
259 #define FREE(T, x, ...) free_param(#T, &params->x); in i915_params_free() argument

12345678910>>...16