Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 11 of 11) sorted by relevance

/scripts/coccinelle/api/
Dmemdup.cocci18 expression flag;
22 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag);
26 expression flag,E1;
32 to = \(kmalloc@p\|kzalloc@p\)(x,flag);
35 expression from,to,size,flag;
40 - to = \(kmalloc@p\|kzalloc@p\)(size,flag);
41 + to = kmemdup(from,size,flag);
46 expression from,to,size,flag;
51 * to = \(kmalloc@p\|kzalloc@p\)(size,flag);
52 to = kmemdup(from,size,flag);
Dkstrdup.cocci18 expression flag,E1,E2;
22 - to = kmalloc(strlen(from) + 1,flag);
23 + to = kstrdup(from, flag);
31 expression flag,E1,E2,E3;
37 - to = \(kmalloc\|kzalloc\)(x,flag);
38 + to = kstrdup(from, flag);
48 expression flag,E1,E2;
53 * to = kmalloc@p1(strlen(from) + 1,flag);
61 expression flag,E1,E2,E3;
68 * to = \(kmalloc@p1\|kzalloc@p2\)(x,flag);
Dmemdup_user.cocci18 expression from,to,size,flag;
22 - to = \(kmalloc\|kzalloc\)(size,flag);
40 expression from,to,size,flag;
45 * to = \(kmalloc@p\|kzalloc@p\)(size,flag);
/scripts/
Dchecksyscalls.sh40 /* CLOEXEC flag */
Dcheckpatch.pl1766 my $flag = $1;
1775 …"Use of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($repl…
DKbuild.include116 # Usage: flag := $(call cc-option-yn,-march=winchip-c6)
/scripts/kconfig/
Dnconf.c494 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
499 if (flag == FIND_NEXT_MATCH_DOWN) in get_mext_match()
501 else if (flag == FIND_NEXT_MATCH_UP) in get_mext_match()
510 if (flag == FIND_NEXT_MATCH_UP || in get_mext_match()
511 flag == MATCH_TINKER_PATTERN_UP) in get_mext_match()
Dzconf.lex.c_shipped1793 * EOF (zconfwrap()) processing, but the only time this flag
/scripts/coccinelle/iterators/
Duse_after_iter.cocci6 //#reported reference is at the label of this goto. Some flag tests
/scripts/genksyms/
Dlex.lex.c_shipped1394 * EOF (yywrap()) processing, but the only time this flag
/scripts/dtc/
Ddtc-lexer.lex.c_shipped1661 * EOF (yywrap()) processing, but the only time this flag