| /scripts/gdb/linux/ |
| D | constants.py.in | 15 #include <linux/clk-provider.h> 16 #include <linux/fs.h> 17 #include <linux/hrtimer.h> 18 #include <linux/irq.h> 19 #include <linux/mount.h> 20 #include <linux/of_fdt.h> 21 #include <linux/page_ext.h> 22 #include <linux/radix-tree.h> 23 #include <linux/maple_tree.h> 24 #include <linux/slab.h> [all …]
|
| /scripts/mod/ |
| D | Makefile | 9 devicetable-offsets-file := devicetable-offsets.h 18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h 24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE 27 targets += elfconfig.h
|
| D | .gitignore | 2 /devicetable-offsets.h 3 /elfconfig.h
|
| /scripts/ |
| D | Makefile.asm-headers | 51 old-headers := $(wildcard $(obj)/*.h) 77 $(obj)/%.h: $(srctree)/$(generic)/%.h 80 $(obj)/unistd_%.h: $(syscalltbl) $(syshdr) FORCE 83 $(obj)/unistd_compat_%.h: syscall_compat:=1 84 $(obj)/unistd_compat_%.h: $(syscalltbl) $(syshdr) FORCE 87 $(obj)/syscall_table_%.h: $(syscalltbl) $(systbl) FORCE
|
| D | cleanpatch | 196 my @h = (); 206 unshift(@h, $l); 208 unshift(@h, $l); 228 unshift(@h, $l); 231 foreach $l (@h) {
|
| D | Makefile.headersinst | 62 $(src-headers): $(dst)/%.h: $(src)/%.h $(srctree)/scripts/headers_install.sh FORCE 65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
|
| D | git.orderFile | 38 *types.h 39 *.h
|
| D | gfp-translate | 75 // Try to fool compiler.h into not including extra stuff 84 sed -nEe 's/^[[:space:]]+(___GFP_.*)_BIT,.*$/\1/p' $SOURCE/include/linux/gfp_types.h |
|
| D | rust_is_available.sh | 167 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_0_66.h >/dev/null; then 184 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null
|
| D | Makefile.host | 14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $< 16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE 167 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
|
| D | tags.sh | 101 echo include/generated/autoconf.h 273 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
| D | Makefile.build | 195 $(srctree)/scripts/recordmcount.h 401 $(basename $@).c $(basename $@).h 403 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler 465 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h)
|
| /scripts/atomic/ |
| D | gen-atomics.sh | 11 gen-atomic-instrumented.sh linux/atomic/atomic-instrumented.h 12 gen-atomic-long.sh linux/atomic/atomic-long.h 13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
|
| /scripts/kconfig/ |
| D | nconf-cfg.sh | 29 if [ -f /usr/include/ncursesw/ncurses.h ]; then 35 if [ -f /usr/include/ncurses/ncurses.h ]; then 41 if [ -f /usr/include/ncurses.h ]; then
|
| D | mconf-cfg.sh | 29 if [ -f /usr/include/ncursesw/ncurses.h ]; then 35 if [ -f /usr/include/ncurses/ncurses.h ]; then
|
| D | gconf.c | 435 gint w, h; in on_window1_size_request() local 438 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request() 440 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request() 442 if (h == old_h) in on_window1_size_request() 444 old_h = h; in on_window1_size_request() 446 gtk_paned_set_position(GTK_PANED(vpaned), 2 * h / 3); in on_window1_size_request() 700 gint w, h; in on_split_clicked() local 703 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
|
| /scripts/include/ |
| D | list.h | 322 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() argument 324 h->next = NULL; in INIT_HLIST_NODE() 325 h->pprev = NULL; in INIT_HLIST_NODE() 336 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() argument 338 return !h->pprev; in hlist_unhashed() 387 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument 389 struct hlist_node *first = h->first; in hlist_add_head() 394 h->first = n; in hlist_add_head() 395 n->pprev = &h->first; in hlist_add_head()
|
| /scripts/dtc/ |
| D | update-dtc-source.sh | 67 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 68 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 69 git add ./libfdt/libfdt.h
|
| D | Makefile | 27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
| /scripts/gcc-plugins/ |
| D | Makefile | 3 $(obj)/randomize_layout_plugin.so: $(obj)/randomize_layout_seed.h 12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE 14 targets += randomize_layout_seed.h 30 -include $(srctree)/include/linux/compiler-version.h \
|
| D | .gitignore | 2 /randomize_layout_seed.h
|
| /scripts/genksyms/ |
| D | Makefile | 20 $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE 30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
|
| D | genksyms.c | 154 unsigned long h = crc32(name) % HASH_BUCKETS; in find_symbol() local 157 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol() 187 unsigned long h; in __add_symbol() local 227 h = crc32(name) % HASH_BUCKETS; in __add_symbol() 228 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol() 269 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol() 290 sym->hash_next = symtab[h]; in __add_symbol() 291 symtab[h] = sym; in __add_symbol()
|
| /scripts/basic/ |
| D | Makefile | 13 $@ $(objtree)/include/generated/randstruct_hash.h
|
| /scripts/coccinelle/misc/ |
| D | array_size.cocci | 22 #include <linux/kernel.h>
|