Searched refs:a (Results 1 – 12 of 12) sorted by relevance
/samples/ |
D | Kconfig | 23 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/ |
D | tcp_bpf.readme | 2 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:
|
D | README.rst | 4 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)::
|
D | xdp_sample.bpf.c | 35 #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); \
|
D | test_cgrp2_tc.sh | 127 $IP -6 a show dev $HOST_IFC 150 a="$1" 151 case $a in
|
D | test_lru_dist.c | 24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
|
D | xdp_rxq_info_user.c | 421 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()
|
D | Makefile | 66 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a 369 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
|
D | xdp_sample_user.c | 1490 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/ |
D | README.rst | 33 -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/ |
D | ucon.c | 38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument 40 #define ulog(f, a...) do {} while (0) argument
|
/samples/crypto/ |
D | fips140_lab_util.c | 49 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 50 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|