/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 451 char opts[] = "mode=0755"; in devtmpfs_init() local
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | acard-ahci.c | 219 u32 opts; in acard_ahci_qc_prep() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | nf-queue.c | 29 static struct options opts; variable [all...] |
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 328 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 D | usbip_list.c | 327 static const struct option opts[] = { in usbip_list() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.c | 118 static const struct argp_option opts[] = { variable
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_subset.c | 419 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 D | f_obex.c | 389 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 D | f_serial.c | 260 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 D | g_ffs.c | 179 struct f_fs_opts *opts; in gfs_init() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_synproxy.c | 23 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 D | nfnetlink_osf.c | 204 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 D | sch_pie.c | 464 struct nlattr *opts; in pie_dump() local
|
H A D | sch_dsmark.c | 429 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 D | netlink.c | 202 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 D | builtin-annotate.c | 48 struct annotation_options opts; member [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | intel-bts.c | 105 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 D | bpf.c | 115 struct record_opts opts = { in do_test() local
|
H A D | switch-tracking.c | 327 struct record_opts opts = { in test__switch_tracking() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-event.c | 162 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 D | kvm-stat.h | 78 struct record_opts opts; member
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | super.c | 88 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_show_options() local
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | misc.c | 27 struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; in __exfat_fs_error() local
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 23 struct fat_mount_options *opts = &MSDOS_SB(sb)->options; in __fat_fs_error() local
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | v9fs.c | 162 static int v9fs_parse_options(struct v9fs_session_info *v9ses, char *opts) in v9fs_parse_options() argument
|