Home
last modified time | relevance | path

Searched refs:a (Results 1 – 12 of 12) sorted by relevance

/samples/
DKconfig23 This builds a module that calls trace_printk() and can be used to
24 test various trace_printk() calls from a module.
38 This builds a module that demonstrates the use of various APIs to
44 This config option will allow you to build a number of
71 This config option will allow you to build a number of
92 communicate with a remote QRTR service, using QMI encoded messages.
112 Builds a sample configfs interface.
118 When enabled, this builds both a sample kernel module for
119 the connector interface and a user space tool to communicate
131 Build a simple Landlock sandbox manager able to start a process
[all …]
/samples/bpf/
Dtcp_bpf.readme2 programs. These programs attach to a cgroupv2. The following commands create
3 a cgroupv2 and attach a bash shell to the group.
26 To remove (unattach) a socket_ops BPF program from a cgroupv2:
DREADME.rst4 This directory contains a test stubs, verifier test-suite and examples
35 To avoid installing devel kernel headers system wide, as a normal
40 This will creates a local "usr/include" directory in the git/build top
57 Since version 3.7.0, LLVM adds a proper LLVM backend target for the
61 To generate a smaller llc binary one can use::
97 sync (not necessarily and it creates a local "usr/include" directory also)::
Dxdp_sample.bpf.c35 #define IN_SET(a, b) \ argument
37 bool __res = !(a)[0]; \
38 for (int i = 0; i < ARRAY_SIZE(a) && (a)[i]; i++) { \
39 __res = (a)[i] == (b); \
Dtest_cgrp2_tc.sh127 $IP -6 a show dev $HOST_IFC
150 a="$1"
151 case $a in
Dtest_lru_dist.c24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
Dxdp_rxq_info_user.c421 static inline void swap(struct stats_record **a, struct stats_record **b) in swap() argument
425 tmp = *a; in swap()
426 *a = *b; in swap()
DMakefile66 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a
369 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
Dxdp_sample_user.c1490 static void swap(struct stats_record **a, struct stats_record **b) in swap() argument
1494 tmp = *a; in swap()
1495 *a = *b; in swap()
/samples/pktgen/
DREADME.rst33 -a : ($APPEND) Script will not reset generator's state, but will append its config
38 "-a" parameter may be used to create different flows simultaneously.
47 ./pktgen_sample06_numa_awared_queue_irq_affinity.sh -a -i ens1f0 -m 34:80:0d:a3:fc:c9 -t 8
49 ./pktgen_sample06_numa_awared_queue_irq_affinity.sh -a -i ens1f1 -m 34:80:0d:a3:fc:c9 -t 8
/samples/connector/
Ducon.c38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument
40 #define ulog(f, a...) do {} while (0) argument
/samples/crypto/
Dfips140_lab_util.c49 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
50 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument