Home
last modified time | relevance | path

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

/samples/rust/
A Drust_print_main.rs22 let a = Arc::new(1, GFP_KERNEL)?; in arc_print()
26 pr_info!("{}", a); in arc_print()
31 let a: Arc<&str> = b.into(); in arc_print()
32 let c = a.clone(); in arc_print()
49 let a_str_display: Arc<dyn Display> = a.clone(); in arc_print()
56 pr_info!("{:#x?}", a); in arc_print()
A DKconfig19 To compile this as a module, choose M here:
29 To compile this as a module, choose M here:
39 To compile this as a module, choose M here:
49 To compile this as a module, choose M here:
60 To compile this as a module, choose M here:
71 To compile this as a module, choose M here:
81 To compile this as a module, choose M here:
91 To compile this as a module, choose M here:
103 To compile this as a module, choose M here:
/samples/rust/hostprogs/
A Dsingle.rs5 mod a; module
11 a::f(b::CONSTANT); in main()
/samples/
A DKconfig30 test various trace_printk() calls from a module.
66 This config option will allow you to build a number of
100 This config option will allow you to build a number of
141 Builds a sample configfs interface.
169 Build a simple Landlock sandbox manager able to start a process
209 Build a virtual tty sample driver for use as a VFIO
217 Build a virtual display sample driver for use as a VFIO
234 Build a virtual display sample driver for use as a VFIO
241 Device looks a lot like "qemu -device secondary-vga".
263 Build a sample program to work with mei device.
[all …]
/samples/bpf/
A 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:
A DREADME.rst4 This directory contains a test stubs, verifier test-suite and examples
37 (see "tools/testing/selftests/bpf/config" for a reference config)::
45 To avoid installing devel kernel headers system wide, as a normal
50 This will create a local "usr/include" directory in the git/build top
67 Since version 3.7.0, LLVM adds a proper LLVM backend target for the
71 To generate a smaller llc binary one can use::
107 sync (not necessarily and it creates a local "usr/include" directory also)::
A 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); \
A Dtest_lru_dist.c23 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
A DMakefile46 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a
316 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
A Dxdp_sample_user.c1488 static void swap(struct stats_record **a, struct stats_record **b) in swap() argument
1492 tmp = *a; in swap()
1493 *a = *b; in swap()
/samples/vfio-mdev/
A DREADME.rst4 mtty is a sample vfio-mdev driver that demonstrates how to use the mediated
7 The sample driver creates an mdev device that simulates a serial port over a PCI
12 This step creates a dummy device, /sys/devices/virtual/mtty/mtty/
42 2. Create a mediated device by using the dummy device that you created in the
73 30: 00 00 00 00 00 00 00 00 00 00 00 00 0a 01 00 00
78 0000:00:05.0: ttyS1 at I/O 0xc150 (irq = 10) is a 16550A
79 0000:00:05.0: ttyS2 at I/O 0xc158 (irq = 10) is a 16550A
/samples/pktgen/
A 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/
A Ducon.c38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument
40 #define ulog(f, a...) do {} while (0) argument
/samples/damon/
A DKconfig11 The module receives a pid, monitor access to the virtual address
24 The module receives a pid, monitor access to the virtual address
/samples/hid/
A DMakefile17 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a
173 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\

Completed in 23 milliseconds