Searched refs:flag (Results 1 – 9 of 9) sorted by relevance
| /scripts/coccinelle/api/ |
| A D | memdup.cocci | 19 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);
|
| A D | kstrdup.cocci | 19 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@p1\)(x,flag);
|
| /scripts/ |
| A D | Kconfig.include | 26 # $(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 37 as-instr64 = $(as-instr,$(1),$(m64-flag)) 62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise. 65 m32-flag := $(cc-option-bit,-m32) 66 m64-flag := $(cc-option-bit,-m64) 71 # $(rustc-option,<flag>) [all …]
|
| A D | checksyscalls.sh | 50 /* CLOEXEC flag */
|
| A D | dev-needs.sh | 21 It also takes an optional modifier flag as the first parameter to change
|
| /scripts/coccinelle/misc/ |
| A D | irqf_oneshot.cocci | 6 /// So pass the IRQF_ONESHOT flag in this case.
|
| /scripts/kconfig/ |
| A D | nconf.c | 505 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument 514 if (flag == FIND_NEXT_MATCH_DOWN) in get_mext_match() 516 else if (flag == FIND_NEXT_MATCH_UP) in get_mext_match() 525 if (flag == FIND_NEXT_MATCH_UP || in get_mext_match() 526 flag == MATCH_TINKER_PATTERN_UP) in get_mext_match()
|
| /scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 7 //#reported reference is at the label of this goto. Some flag tests
|
| /scripts/gendwarfksyms/ |
| A D | dwarf.c | 54 DEFINE_GET_ATTR(flag, bool) in DEFINE_GET_ATTR() argument
|
Completed in 14 milliseconds