Home
last modified time | relevance | path

Searched defs:opts (Results 251 - 275 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/kernel/linux/linux-5.10/drivers/base/
H A Ddevtmpfs.c451 char opts[] = "mode=0755"; in devtmpfs_init() local
/kernel/linux/linux-5.10/drivers/ata/
H A Dacard-ahci.c219 u32 opts; in acard_ahci_qc_prep() local
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnf-queue.c29 static struct options opts; variable
[all...]
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_diag_test.c328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets() argument
339 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server() argument
377 static void test_connect_client(const struct test_opts *opts) in test_connect_client() argument
402 static void test_connect_server(const struct test_opts *opts) in test_connect_server() argument
519 struct test_opts opts = { in main() local
[all...]
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_list.c327 static const struct option opts[] = { in usbip_list() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbench.c118 static const struct argp_option opts[] = { variable
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_subset.c419 struct f_gether_opts *opts; in geth_free_inst() local
431 struct f_gether_opts *opts; in geth_alloc_inst() local
468 struct f_gether_opts *opts; geth_alloc() local
[all...]
H A Df_obex.c389 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release() local
418 struct f_serial_opts *opts; in obex_free_inst() local
427 struct f_serial_opts *opts; in obex_alloc_inst() local
462 struct f_serial_opts *opts; obex_alloc() local
[all...]
H A Df_serial.c260 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release() local
310 struct f_serial_opts *opts; in gser_free_inst() local
319 struct f_serial_opts *opts; in gser_alloc_inst() local
368 struct f_serial_opts *opts; gser_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dg_ffs.c179 struct f_fs_opts *opts; in gfs_init() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_synproxy.c23 static void nft_synproxy_tcp_options(struct synproxy_options *opts, in nft_synproxy_tcp_options() argument
44 nft_synproxy_eval_v4(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v4() argument
75 nft_synproxy_eval_v6(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v6() argument
110 struct synproxy_options opts = {}; nft_synproxy_do_eval() local
[all...]
H A Dnfnetlink_osf.c204 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_match() local
267 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_find() local
165 nf_osf_hdr_ctx_init(struct nf_osf_hdr_ctx *ctx, const struct sk_buff *skb, const struct iphdr *ip, unsigned char *opts, struct tcphdr *_tcph) nf_osf_hdr_ctx_init() argument
/kernel/linux/linux-5.10/net/sched/
H A Dsch_pie.c464 struct nlattr *opts; in pie_dump() local
H A Dsch_dsmark.c429 struct nlattr *opts = NULL; in dsmark_dump_class() local
456 struct nlattr *opts = NULL; in dsmark_dump() local
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dnetlink.c202 bpf_set_link_xdp_fd_opts(int ifindex, int fd, __u32 flags, const struct bpf_xdp_set_link_opts *opts) bpf_set_link_xdp_fd_opts() argument
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c48 struct annotation_options opts; member
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dintel-bts.c105 intel_bts_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) intel_bts_recording_options() argument
250 intel_bts_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) intel_bts_parse_snapshot_options() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbpf.c115 struct record_opts opts = { in do_test() local
H A Dswitch-tracking.c327 struct record_opts opts = { in test__switch_tracking() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-event.c162 perf_event__synthesize_one_bpf_prog(struct perf_session *session, perf_event__handler_t process, struct machine *machine, int fd, union perf_event *event, struct record_opts *opts) perf_event__synthesize_one_bpf_prog() argument
369 perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process, struct machine *machine, struct record_opts *opts) perf_event__synthesize_bpf_events() argument
H A Dkvm-stat.h78 struct record_opts opts; member
/kernel/linux/linux-5.10/fs/jffs2/
H A Dsuper.c88 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_show_options() local
/kernel/linux/linux-5.10/fs/exfat/
H A Dmisc.c27 struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; in __exfat_fs_error() local
/kernel/linux/linux-5.10/fs/fat/
H A Dmisc.c23 struct fat_mount_options *opts = &MSDOS_SB(sb)->options; in __fat_fs_error() local
/kernel/linux/linux-5.10/fs/9p/
H A Dv9fs.c162 static int v9fs_parse_options(struct v9fs_session_info *v9ses, char *opts) in v9fs_parse_options() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...37