Home
last modified time | relevance | path

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

/scripts/coccinelle/api/
Dmemdup.cocci19 expression flag;
23 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag);
27 expression flag,E1;
33 to = \(kmalloc@p\|kzalloc@p\)(x,flag);
36 expression from,to,size,flag;
41 - to = \(kmalloc@p\|kzalloc@p\)(size,flag);
42 + to = kmemdup(from,size,flag);
47 expression from,to,size,flag;
52 * to = \(kmalloc@p\|kzalloc@p\)(size,flag);
Dkstrdup.cocci19 expression flag,E1,E2;
23 - to = kmalloc(strlen(from) + 1,flag);
24 + to = kstrdup(from, flag);
32 expression flag,E1,E2,E3;
38 - to = \(kmalloc\|kzalloc\)(x,flag);
39 + to = kstrdup(from, flag);
49 expression flag,E1,E2;
54 * to = kmalloc@p1(strlen(from) + 1,flag);
62 expression flag,E1,E2,E3;
69 * to = \(kmalloc@p1\|kzalloc@p2\)(x,flag);
/scripts/
DKconfig.include26 # $(cc-option,<flag>)
27 # Return y if the compiler supports <flag>, n otherwise
30 # $(ld-option,<flag>)
31 # Return y if the linker supports <flag>, n otherwise
45 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise.
46 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
48 m32-flag := $(cc-option-bit,-m32)
49 m64-flag := $(cc-option-bit,-m64)
Dchecksyscalls.sh46 /* CLOEXEC flag */
DKbuild.include129 # Usage: flag := $(call cc-option-yn,-march=winchip-c6)
Dcheckpatch.pl3690 my $flag = $1;
3699 …"Use of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($repl…
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci6 /// So pass the IRQF_ONESHOT flag in this case.
/scripts/kconfig/
Dnconf.c496 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
501 if (flag == FIND_NEXT_MATCH_DOWN) in get_mext_match()
503 else if (flag == FIND_NEXT_MATCH_UP) in get_mext_match()
512 if (flag == FIND_NEXT_MATCH_UP || in get_mext_match()
513 flag == MATCH_TINKER_PATTERN_UP) in get_mext_match()
/scripts/coccinelle/iterators/
Duse_after_iter.cocci7 //#reported reference is at the label of this goto. Some flag tests