Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 27) sorted by relevance

12

/scripts/gdb/linux/
Dconstants.py.in15 #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/
Dcheck-atomics.sh17 asm-generic/atomic-instrumented.h
18 asm-generic/atomic-long.h
19 linux/atomic-arch-fallback.h
20 linux/atomic-fallback.h
Dgen-atomics.sh11 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/
DMakefile10 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.gitignore2 elfconfig.h
5 devicetable-offsets.h
/scripts/gcc-plugins/
DMakefile3 $(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.gitignore2 randomize_layout_seed.h
DKconfig12 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/
Dgfp-translate66 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)/)/…
Dcleanpatch196 my @h = ();
206 unshift(@h, $l);
208 unshift(@h, $l);
228 unshift(@h, $l);
231 foreach $l (@h) {
DMakefile.headersinst62 $(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
DMakefile.asm-generic36 old-headers := $(wildcard $(obj)/*.h)
49 $(obj)/%.h:
DMakefile.build206 $(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)
DMakefile.host14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
Dtags.sh106 echo include/generated/autoconf.h
274 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
DKbuild.include51 # version.h: FORCE
262 # (3) - due to: file1.h file2.h
/scripts/dtc/
Dupdate-dtc-source.sh66 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
DMakefile33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/scripts/genksyms/
DMakefile20 $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
Dgenksyms.c156 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/
Dbugon.cocci61 …the condition has no side effects (see conditional BUG_ON definition in include/asm-generic/bug.h)"
Darray_size.cocci22 #include <linux/kernel.h>
/scripts/kconfig/
Dgconf.c471 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()
DMakefile152 $(obj)/lexer.lex.o: $(obj)/parser.tab.h
196 $(obj)/qconf-moc.cc: $(src)/qconf.h $(obj)/qconf-cfg FORCE
/scripts/kconfig/lxdialog/
Dutil.c51 #define DLG_COLOR(dialog, f, b, h) \ argument
55 dlg.dialog.hl = (h); \

12