Home
last modified time | relevance | path

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

12345678910>>...12

/tools/include/nolibc/
A DMakefile29 crt.h \
30 ctype.h \
32 elf.h \
33 errno.h \
34 fcntl.h \
37 math.h \
39 poll.h \
40 sched.h \
43 std.h \
50 sys.h \
[all …]
/tools/net/ynl/
A DMakefile.deps18 CFLAGS_dpll:=$(call get_hdr_inc,_LINUX_DPLL_H,dpll.h)
26 CFLAGS_netdev:=$(call get_hdr_inc,_LINUX_NETDEV_H,netdev.h)
30 CFLAGS_ovpn:=$(call get_hdr_inc,_LINUX_OVPN_H,ovpn.h)
35 $(call get_hdr_inc,__LINUX_IF_ADDR_H,if_addr.h)
37 $(call get_hdr_inc,_LINUX_IF_LINK_H,if_link.h)
39 $(call get_hdr_inc,__LINUX_NEIGHBOUR_H,neighbour.h)
43 $(call get_hdr_inc,__LINUX_PKT_SCHED_H,pkt_sched.h) \
44 $(call get_hdr_inc,__LINUX_PKT_CLS_H,pkt_cls.h) \
45 $(call get_hdr_inc,_TC_CT_H,tc_act/tc_ct.h) \
46 $(call get_hdr_inc,_TC_MIRRED_H,tc_act/tc_mirred.h) \
[all …]
/tools/include/linux/
A Dbits.h36 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) argument
53 #define GENMASK_U8(h, l) GENMASK_TYPE(u8, h, l) argument
54 #define GENMASK_U16(h, l) GENMASK_TYPE(u16, h, l) argument
55 #define GENMASK_U32(h, l) GENMASK_TYPE(u32, h, l) argument
56 #define GENMASK_U64(h, l) GENMASK_TYPE(u64, h, l) argument
86 #define GENMASK(h, l) \ argument
87 (GENMASK_INPUT_CHECK(h, l) + __GENMASK(h, l))
88 #define GENMASK_ULL(h, l) \ argument
89 (GENMASK_INPUT_CHECK(h, l) + __GENMASK_ULL(h, l))
102 #define GENMASK_U128(h, l) \ argument
[all …]
/tools/perf/util/
A Dsrccode.c101 return h; in find_srcfile()
110 free_srcfile(h); in find_srcfile()
120 if (!h) in find_srcfile()
124 if (!h->fn) in find_srcfile()
135 h->numlines = countlines(h->map, h->maplen); in find_srcfile()
136 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile()
137 if (!h->lines) in find_srcfile()
139 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile()
144 return h; in find_srcfile()
149 zfree(&h->fn); in find_srcfile()
[all …]
A Dsha1.c55 u32 a = h[0]; in sha1_blocks()
56 u32 b = h[1]; in sha1_blocks()
57 u32 c = h[2]; in sha1_blocks()
58 u32 d = h[3]; in sha1_blocks()
59 u32 e = h[4]; in sha1_blocks()
69 h[0] += a; in sha1_blocks()
70 h[1] += b; in sha1_blocks()
71 h[2] += c; in sha1_blocks()
72 h[3] += d; in sha1_blocks()
73 h[4] += e; in sha1_blocks()
[all …]
/tools/lib/subcmd/
A Dparse-options.h118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
125 .value = check_vtype(v, bool *), .help = (h), \
137 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
147 #define OPT_DATE(s, l, v, h) \ argument
149 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument
151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument
153 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument
155 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
[all …]
/tools/testing/selftests/rseq/
A DMakefile30 $(OUTPUT)/librseq.so: rseq.c rseq.h rseq-*.h
33 $(OUTPUT)/%: %.c $(TEST_GEN_PROGS_EXTENDED) rseq.h rseq-*.h
36 …T)/basic_percpu_ops_mm_cid_test: basic_percpu_ops_test.c $(TEST_GEN_PROGS_EXTENDED) rseq.h rseq-*.h
40 rseq.h rseq-*.h
44 rseq.h rseq-*.h
48 rseq.h rseq-*.h
52 rseq.h rseq-*.h
56 rseq.h rseq-*.h
60 rseq.h rseq-*.h
/tools/testing/shared/
A Dshared.mk10 SHARED_DEPS = Makefile ../shared/shared.mk ../shared/*.h generated/map-shift.h \
11 generated/bit-length.h generated/autoconf.h \
12 ../../include/linux/*.h \
13 ../../include/asm/*.h \
14 ../../../include/linux/xarray.h \
17 ../../../lib/radix-tree.h \
18 ../../../include/linux/idr.h \
55 generated/autoconf.h:
57 cp ../shared/autoconf.h generated/autoconf.h
59 generated/map-shift.h:
[all …]
/tools/testing/memblock/
A DMakefile27 include: ../../../include/linux/memblock.h ../../include/linux/*.h \
28 ../../include/asm/*.h
31 test -L linux/memblock.h || ln -s ../../../../include/linux/memblock.h linux/memblock.h
32 test -L asm/asm.h || ln -s ../../../arch/x86/include/asm/asm.h asm/asm.h
33 test -L asm/cmpxchg.h || ln -s ../../../arch/x86/include/asm/cmpxchg.h asm/cmpxchg.h
39 $(RM) $(TARGETS) $(OFILES) linux/memblock.h memblock.c asm/asm.h asm/cmpxchg.h
/tools/testing/scatterlist/
A DMakefile17 …GETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h as…
25 include: ../../../include/linux/scatterlist.h
28 @touch asm/io.h
29 @touch linux/highmem.h
30 @touch linux/kmemleak.h
31 @touch linux/slab.h
32 @cp $< linux/scatterlist.h
/tools/testing/selftests/bpf/benchs/
A Drun_bench_bloom_filter_map.sh11 for h in {1..10}; do
12 subtitle "value_size: $v bytes, # threads: $t, # hashes: $h"
17 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-lookup)"
20 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-update)"
23 "$($RUN_BENCH -p $t --nr_hash_funcs $h --nr_entries $e --value_size $v bloom-false-positive)"
32 for h in {1..10}; do
33 subtitle "value_size: $v, # hashes: $h"
38 "$($RUN_BENCH --nr_hash_funcs $h --nr_entries $e --value_size $v -p 8 hashmap-without-bloom)"
41 "$($RUN_BENCH --nr_hash_funcs $h --nr_entries $e --value_size $v -p 8 hashmap-with-bloom)"
/tools/lib/bpf/
A DMakefile138 @(test -f ../../include/uapi/linux/bpf.h -a -f ../../../include/uapi/linux/bpf.h && ( \
139 (diff -B ../../include/uapi/linux/bpf.h ../../../include/uapi/linux/bpf.h >/dev/null) || \
141 …@(test -f ../../include/uapi/linux/bpf_common.h -a -f ../../../include/uapi/linux/bpf_common.h && …
144 @(test -f ../../include/uapi/linux/if_xdp.h -a -f ../../../include/uapi/linux/if_xdp.h && ( \
145 (diff -B ../../include/uapi/linux/if_xdp.h ../../../include/uapi/linux/if_xdp.h >/dev/null) || \
235 SRC_HDRS := bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h \
236 bpf_helpers.h bpf_tracing.h bpf_endian.h bpf_core_read.h \
237 skel_internal.h libbpf_version.h usdt.bpf.h
244 $(INSTALL_SRC_HDRS): $(INSTALL_PFX)/%.h: %.h
248 $(INSTALL_GEN_HDRS): $(INSTALL_PFX)/%.h: $(OUTPUT)%.h
[all …]
/tools/usb/usbip/libsrc/
A DMakefile.am7 libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
8 usbip_device_driver.c usbip_device_driver.h \
9 usbip_common.c usbip_common.h usbip_host_common.h \
10 usbip_host_common.c vhci_driver.c vhci_driver.h \
11 sysfs_utils.c sysfs_utils.h
/tools/include/uapi/linux/
A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument
12 ((_BIT128((h)) << 1) - (_BIT128(l)))
/tools/usb/usbip/
A DMakefile.am5 usbip_common.h vhci_driver.h usbip_host_driver.h \
6 list.h sysfs_utils.h usbip_host_common.h)
A Dconfigure.ac13 AC_CONFIG_HEADERS([config.h])
31 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h dnl
32 string.h sys/socket.h syslog.h unistd.h])
47 AC_CHECK_HEADER([libudev.h],
51 [AC_MSG_ERROR([Missing /usr/include/libudev.h])])
/tools/testing/selftests/net/
A Dfib_nexthop_multiprefix.sh78 h*)
96 h[0]=$h0
97 h[1]=$h1
98 h[2]=$h2
99 h[3]=$h3
101 for ns in ${h[0]} ${r[1]} ${h[1]} ${h[2]} ${h[3]}
113 ip -netns ${h[$i]} li set eth0 up
138 ip -netns ${h[0]} li sh
139 ip -netns ${h[0]} ro sh
140 ip -netns ${h[0]} -6 ro sh
[all …]
/tools/lib/api/
A DMakefile98 HDRS := cpu.h debug.h io.h io_dir.h
99 FD_HDRS := fd/array.h
100 FS_HDRS := fs/fs.h fs/tracing_path.h
106 $(INSTALL_HDRS): $(INSTALL_HDRS_PFX)/%.h: %.h
110 $(INSTALL_FD_HDRS): $(INSTALL_HDRS_PFX)/fd/%.h: fd/%.h
114 $(INSTALL_FS_HDRS): $(INSTALL_HDRS_PFX)/fs/%.h: fs/%.h
/tools/net/sunrpc/xdrgen/templates/C/source_top/
A Dclient.j26 #include <linux/types.h>
8 #include <linux/sunrpc/xdr.h>
9 #include <linux/sunrpc/xdrgen/_defs.h>
10 #include <linux/sunrpc/xdrgen/_builtins.h>
11 #include <linux/sunrpc/xdrgen/nlm4.h>
13 #include <linux/sunrpc/clnt.h>
/tools/power/x86/turbostat/
A DMakefile39 …@cp turbostat Makefile turbostat.c turbostat.8 ../../../../arch/x86/include/asm/intel-family.h $(S…
41 …/bits.h>/#include "bits.h"/' ../../../../arch/x86/include/asm/msr-index.h > $(SNAPSHOT)/msr-index.h
42 @echo '#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))' >> $(SNAPSHOT)/msr-index.h
43 @echo "#define BIT(x) (1 << (x))" > $(SNAPSHOT)/bits.h
44 @echo "#define BIT_ULL(nr) (1ULL << (nr))" >> $(SNAPSHOT)/bits.h
45 …ine GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h))))" >> $(SNAPSHOT)/bits.h
46 …_ULL(h, l) (((~0ULL) << (l)) & (~0ULL >> (sizeof(long long) * 8 - 1 - (h))))" >> $(SNAPSHOT)/bits.h
48 … { enum { compile_time_check ## __COUNTER__ = 1/(!(cond)) }; } while (0)' > $(SNAPSHOT)/build_bug.h
49 @echo '#define __must_be_array(arr) 0' >> $(SNAPSHOT)/build_bug.h
/tools/lib/perf/
A DMakefile105 syscall-y := $(uapi-asm)/unistd_64.h
181 HDRS := bpf_perf.h core.h cpumap.h threadmap.h evlist.h evsel.h event.h mmap.h
182 INTERNAL_HDRS := cpumap.h evlist.h evsel.h lib.h mmap.h rc_check.h threadmap.h xyarray.h
189 $(INSTALL_HDRS): $(INSTALL_HDRS_PFX)/%.h: include/perf/%.h
193 $(INSTALL_INTERNAL_HDRS): $(INSTALL_INTERNAL_HDRS_PFX)/%.h: include/internal/%.h
/tools/testing/selftests/bpf/
A DMakefile494 LINKED_SKELS := test_static_linked.skel.h linked_funcs.skel.h \
495 linked_vars.skel.h linked_maps.skel.h \
496 test_subskeleton.skel.h test_subskeleton_lib.skel.h \
497 test_usdt.skel.h
528 bpf_helpers.h \
616 $(Q)diff $$(@:.skel.h=.linked2.o) $$(@:.skel.h=.linked3.o)
619 …Q)$$(BPFTOOL) gen subskeleton $$(@:.skel.h=.linked3.o) name $$(notdir $$(@:.skel.h=)) > $$(@:.skel…
620 $(Q)rm -f $$(@:.skel.h=.linked1.o) $$(@:.skel.h=.linked2.o) $$(@:.skel.h=.linked3.o)
819 $(OUTPUT)/bench.o: bench.h testing_helpers.h $(BPFOBJ)
862 prog_tests/tests.h map_tests/tests.h verifier/tests.h \
[all …]
/tools/power/x86/intel-speed-select/
A DMakefile30 $(OUTPUT)include/linux/isst_if.h: ../../../../include/uapi/linux/isst_if.h
32 ln -sf $(CURDIR)/../../../../include/uapi/linux/isst_if.h $@
34 $(OUTPUT)include/linux/thermal.h: ../../../../include/uapi/linux/thermal.h
36 ln -sf $(CURDIR)/../../../../include/uapi/linux/thermal.h $@
38 prepare: $(OUTPUT)include/linux/isst_if.h $(OUTPUT)include/linux/thermal.h
49 rm -rf $(OUTPUT)include/linux/isst_if.h
/tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/
A Dheader.j29 #include <linux/types.h>
11 #include <linux/sunrpc/xdr.h>
12 #include <linux/sunrpc/xdrgen/_defs.h>
13 #include <linux/sunrpc/xdrgen/_builtins.h>
14 #include <linux/sunrpc/xdrgen/{{ infix.lower() }}.h>
/tools/testing/vma/
A DMakefile12 vma.o: vma.c vma_internal.h ../../../mm/vma.c ../../../mm/vma_init.c ../../../mm/vma_exec.c ../../.…
18 …$(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/autoconf.h

Completed in 683 milliseconds

12345678910>>...12