Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 5 of 5) sorted by relevance

/scripts/rt-tester/
Dcheck-all.sh9 testit t2-l1-2rt-sameprio.tst
10 testit t2-l1-pi.tst
11 testit t2-l1-signal.tst
/scripts/
Dmakelst21 t2=`field 6 $t1`
25 t3=`grep $t2 $2`
/scripts/coccinelle/null/
Dbadzero.cocci144 @t2 depends on !patch disable is_zero,isnt_zero @
167 p << t2.p1;
173 p << t2.p2;
179 p << t2.p1;
185 p << t2.p2;
/scripts/kconfig/
Dexpr.c979 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
984 if (t1 == t2) in expr_compare_type()
989 if (t2 == E_NOT) in expr_compare_type()
992 if (t2 == E_AND) in expr_compare_type()
995 if (t2 == E_OR) in expr_compare_type()
998 if (t2 == E_LIST) in expr_compare_type()
1001 if (t2 == 0) in expr_compare_type()
1006 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
Dlkc_proto.h55 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));