| /scripts/gdb/linux/ |
| D | xarray.py | 15 def xa_is_internal(entry): argument 17 return ((entry.cast(ulong_type) & 3) == 2) 22 def xa_is_zero(entry): argument 24 return entry.cast(ulong_type) == xa_mk_internal(257) 26 def xa_is_node(entry): argument 28 return xa_is_internal(entry) and (entry.cast(ulong_type) > 4096)
|
| D | mapletree.py | 118 def mte_node_type(entry): argument 121 if entry.type == maple_enode_type.get_type().pointer(): 122 val = entry.cast(ulong_type) 123 elif entry.type == ulong_type: 124 val = entry 127 … .format(mte_node_type.__name__, maple_enode_type.get_type().pointer(), entry.type)) 231 entry = None 234 entry = mas.start() 240 entry = None 241 return entry [all …]
|
| D | cpus.py | 77 entry = -1 82 entry += 1 83 if entry == num_entries: 85 bits = mask[entry] 94 cpu = entry * bits_per_entry + bit
|
| /scripts/ |
| D | check-sysctl-docs | 44 function printentry(entry) { 45 seen[entry]++ 46 printf "* %s from %s", entry, file[entry] 47 if (documented[entry]) { 115 if (debug) print "Adding entry " curentry " to table " curtable 124 for (entry in entries[tables[3]]) { 125 printentry(entry)
|
| D | leaking_addresses.pl | 169 my @entry = split / /, $_; 170 my $addr_text = $entry[0]; 174 my $symbol = $entry[2]; 177 my $entry = [$long, $symbol]; 178 push @kallsyms, $entry; 484 foreach my $entry (@kallsyms) { 485 my $addr = $entry->[0]; 486 my $symbol = $entry->[1];
|
| D | checksyscalls.sh | 265 while read nr abi name entry ; do 272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
|
| D | get_maintainer.pl | 1444 while (my $entry = shift(@address_list)) { 1445 push_email_address($entry, $role); 1460 foreach my $entry (@email_to) { 1462 my ($entry_name, $entry_address) = parse_email($entry->[0]); 1464 && ($role eq "" || !($entry->[1] =~ m/$role/)) 1466 if ($entry->[1] eq "") { 1467 $entry->[1] = "$role"; 1469 $entry->[1] = "$entry->[1],$role"; 1473 if ($email eq $entry->[0] 1474 && ($role eq "" || !($entry->[1] =~ m/$role/)) [all …]
|
| D | head-object-list.txt | 4 # is an object that contains the entry point. This is kept for compatibility 12 # the entry from this file.
|
| D | rustdoc_test_gen.rs | 114 .map(|entry| entry.unwrap().path()) in main()
|
| D | Makefile.kcsan | 23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
|
| D | asn1_compiler.c | 1396 int entry; in render_out_of_line_list() local 1404 e->entry_index = entry = nr_entries; in render_out_of_line_list() 1417 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1424 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1443 int entry, skippable = 0, outofline = 0; in render_element() local 1574 entry = nr_entries; in render_element() 1582 render_opcode(out, "_jump_target(%u),\n", entry); in render_element()
|
| D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
| D | checkpatch.pl | 634 foreach my $entry (@link_tags) { 639 $entry .= ':'; 640 $link_tags_search .= $entry; 641 $link_tags_print .= "'$entry'"; 830 foreach my $entry (@mode_permission_funcs) { 832 $mode_perms_search .= $entry->[0]; 855 foreach my $entry (keys %deprecated_apis) { 857 $deprecated_apis_search .= $entry; 890 foreach my $entry (keys %mode_permission_string_types) { 892 $mode_perms_string_search .= $entry; [all …]
|
| /scripts/gendwarfksyms/ |
| D | types.c | 29 struct type_list_entry *entry; in type_list_free() local 32 list_for_each_entry_safe(entry, tmp, list, list) { in type_list_free() 33 if (entry->owned) in type_list_free() 34 free(entry->owned); in type_list_free() 35 free(entry); in type_list_free() 43 struct type_list_entry *entry; in type_list_append() local 48 entry = xmalloc(sizeof(struct type_list_entry)); in type_list_append() 49 entry->str = s; in type_list_append() 50 entry->owned = owned; in type_list_append() 51 list_add_tail(&entry->list, list); in type_list_append() [all …]
|
| /scripts/include/ |
| D | list.h | 112 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() argument 114 __list_del(entry->prev, entry->next); in __list_del_entry() 123 static inline void list_del(struct list_head *entry) in list_del() argument 125 __list_del_entry(entry); in list_del() 126 entry->next = LIST_POISON1; in list_del() 127 entry->prev = LIST_POISON2; in list_del()
|
| /scripts/clang-tools/ |
| D | run-clang-tools.py | 51 def run_analysis(entry): argument 64 file = entry["file"] 76 cwd=entry["directory"])
|
| D | gen_compile_commands.py | 216 entry = process_line(directory, result.group('command_prefix'), 218 compile_commands.append(entry)
|
| /scripts/gcc-plugins/ |
| D | gcc-common.h | 300 static inline void cgraph_remove_function_insertion_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_function_insertion_hook() argument 302 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook() 310 static inline void cgraph_remove_node_removal_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_node_removal_hook() argument 312 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook() 320 static inline void cgraph_remove_node_duplication_hook(struct cgraph_2node_hook_list *entry) in cgraph_remove_node_duplication_hook() argument 322 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook()
|
| /scripts/dummy-tools/ |
| D | gcc | 96 if arg_contain -m64 "$@" && arg_contain -fpatchable-function-entry=2 "$@"; then
|
| /scripts/dtc/ |
| D | livetree.c | 925 char *entry; in add_fixup_entry() local 940 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry() 942 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry() 944 free(entry); in add_fixup_entry()
|
| /scripts/kconfig/ |
| D | qconf.cc | 1823 QString entry; in saveSettings() local 1826 entry = "single"; in saveSettings() 1830 entry = "split"; in saveSettings() 1834 entry = "full"; in saveSettings() 1840 configSettings->setValue("/listMode", entry); in saveSettings()
|