Home
last modified time | relevance | path

Searched refs:lopts (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/watchdog/
A Dwatchdog-test.c31 static const struct option lopts[] = { variable
184 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
214 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
/linux-6.3-rc2/tools/spi/
A Dspidev_test.c203 static const struct option lopts[] = { in parse_opts() local
229 lopts, NULL); in parse_opts()
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.c10274 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts()
10318 lopts.kprobe_multi.syms = syms; in bpf_program__attach_kprobe_multi_opts()
10319 lopts.kprobe_multi.addrs = addrs; in bpf_program__attach_kprobe_multi_opts()
10320 lopts.kprobe_multi.cookies = cookies; in bpf_program__attach_kprobe_multi_opts()
10321 lopts.kprobe_multi.cnt = cnt; in bpf_program__attach_kprobe_multi_opts()
10322 lopts.kprobe_multi.flags = retprobe ? BPF_F_KPROBE_MULTI_RETURN : 0; in bpf_program__attach_kprobe_multi_opts()
10332 link_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_KPROBE_MULTI, &lopts); in bpf_program__attach_kprobe_multi_opts()

Completed in 25 milliseconds