Searched refs:h (Results 1 – 25 of 27) sorted by relevance
12
/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/mount.h> 19 #include <linux/of_fdt.h> 20 #include <linux/threads.h> 42 /* linux/clk-provider.h */ 46 /* linux/fs.h */ 54 /* linux/htimer.h */ 57 /* linux/mount.h */ [all …]
|
/scripts/atomic/ |
D | check-atomics.sh | 17 asm-generic/atomic-instrumented.h 18 asm-generic/atomic-long.h 19 linux/atomic-arch-fallback.h 20 linux/atomic-fallback.h
|
D | gen-atomics.sh | 11 gen-atomic-instrumented.sh asm-generic/atomic-instrumented.h 12 gen-atomic-long.sh asm-generic/atomic-long.h 13 gen-atomic-fallback.sh linux/atomic-arch-fallback.h arch_ 14 gen-atomic-fallback.sh linux/atomic-fallback.h
|
/scripts/mod/ |
D | Makefile | 10 devicetable-offsets-file := devicetable-offsets.h 19 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h 25 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE 28 targets += elfconfig.h
|
D | .gitignore | 2 elfconfig.h 5 devicetable-offsets.h
|
/scripts/gcc-plugins/ |
D | Makefile | 3 $(obj)/randomize_layout_plugin.so: $(objtree)/$(obj)/randomize_layout_seed.h 6 …SHELL) $(srctree)/$(src)/gen-random-seed.sh $@ $(objtree)/include/generated/randomize_layout_hash.h 7 $(objtree)/$(obj)/randomize_layout_seed.h: FORCE 9 targets += randomize_layout_seed.h randomize_layout_hash.h
|
D | .gitignore | 2 randomize_layout_seed.h
|
D | Kconfig | 12 depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h) 81 scripts/gcc-plugins/randomize_layout_seed.h. It remains after
|
/scripts/ |
D | gfp-translate | 66 grep -q ___GFP $SOURCE/include/linux/gfp.h 68 grep "^#define ___GFP" $SOURCE/include/linux/gfp.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE 70 …grep "^#define __GFP" $SOURCE/include/linux/gfp.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/…
|
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 | Makefile.asm-generic | 36 old-headers := $(wildcard $(obj)/*.h) 49 $(obj)/%.h:
|
D | Makefile.build | 206 $(srctree)/scripts/recordmcount.h 242 $(wildcard include/config/orc/unwinder.h \ 243 include/config/stack/validation.h) 373 $(basename $@).c $(basename $@).h 375 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler 466 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h) \ 469 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
|
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
|
D | tags.sh | 106 echo include/generated/autoconf.h 274 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
D | Kbuild.include | 51 # version.h: FORCE 262 # (3) - due to: file1.h file2.h
|
/scripts/dtc/ |
D | update-dtc-source.sh | 66 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 67 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 68 git add ./libfdt/libfdt.h
|
D | Makefile | 33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.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 | 156 unsigned long h = crc32(name) % HASH_BUCKETS; in find_symbol() local 159 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol() 189 unsigned long h; in __add_symbol() local 229 h = crc32(name) % HASH_BUCKETS; in __add_symbol() 230 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol() 268 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol() 285 sym->hash_next = symtab[h]; in __add_symbol() 286 symtab[h] = sym; in __add_symbol()
|
/scripts/coccinelle/misc/ |
D | bugon.cocci | 61 …the condition has no side effects (see conditional BUG_ON definition in include/asm-generic/bug.h)"
|
D | array_size.cocci | 22 #include <linux/kernel.h>
|
/scripts/kconfig/ |
D | gconf.c | 471 gint w, h; in on_window1_size_request() local 474 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_window1_size_request() 476 gdk_window_get_size(widget->window, &w, &h); in on_window1_size_request() 478 if (h == old_h) in on_window1_size_request() 480 old_h = h; in on_window1_size_request() 482 gtk_paned_set_position(GTK_PANED(vpaned), 2 * h / 3); in on_window1_size_request() 739 gint w, h; in on_split_clicked() local 742 gtk_window_get_default_size(GTK_WINDOW(main_wnd), &w, &h); in on_split_clicked()
|
D | Makefile | 152 $(obj)/lexer.lex.o: $(obj)/parser.tab.h 196 $(obj)/qconf-moc.cc: $(src)/qconf.h $(obj)/qconf-cfg FORCE
|
/scripts/kconfig/lxdialog/ |
D | util.c | 51 #define DLG_COLOR(dialog, f, b, h) \ argument 55 dlg.dialog.hl = (h); \
|
12