/linux/tools/objtool/include/objtool/ |
H A D | builtin.h | 10 struct opts { struct 12 bool dump_orc; 13 bool hack_jump_label; 14 bool hack_noinstr; 15 bool hack_skylake; 16 bool ibt; 17 bool mcount; 18 bool noinstr; 19 bool orc; 43 extern struct opts opts; argument
|
/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 36 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset() 72 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client() 114 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server() 129 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client() 143 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server() 164 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client() 185 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server() 204 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client() 228 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server() 254 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client() [all …]
|
H A D | vsock_test_zerocopy.c | 144 static void test_client(const struct test_opts *opts, in test_client() 219 void test_stream_msgzcopy_client(const struct test_opts *opts) in test_stream_msgzcopy_client() 227 void test_seqpacket_msgzcopy_client(const struct test_opts *opts) in test_seqpacket_msgzcopy_client() 239 static void test_server(const struct test_opts *opts, in test_server() 299 void test_stream_msgzcopy_server(const struct test_opts *opts) in test_stream_msgzcopy_server() 307 void test_seqpacket_msgzcopy_server(const struct test_opts *opts) in test_seqpacket_msgzcopy_server() 319 void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_client() 346 void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts) in test_stream_msgzcopy_empty_errq_server()
|
H A D | vsock_uring_test.c | 58 static void vsock_io_uring_client(const struct test_opts *opts, in vsock_io_uring_client() 112 static void vsock_io_uring_server(const struct test_opts *opts, in vsock_io_uring_server() 182 void test_stream_uring_server(const struct test_opts *opts) in test_stream_uring_server() 190 void test_stream_uring_client(const struct test_opts *opts) in test_stream_uring_client() 198 void test_stream_uring_msg_zc_server(const struct test_opts *opts) in test_stream_uring_msg_zc_server() 206 void test_stream_uring_msg_zc_client(const struct test_opts *opts) in test_stream_uring_msg_zc_client() 289 struct test_opts opts = { in main() local
|
H A D | vsock_diag_test.c | 330 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets() 339 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server() 377 static void test_connect_client(const struct test_opts *opts) in test_connect_client() 402 static void test_connect_server(const struct test_opts *opts) in test_connect_server() 526 struct test_opts opts = { in main() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_nf_fail.c | 31 struct bpf_ct_opts___local opts = {}; in alloc_release() local 45 struct bpf_ct_opts___local opts = {}; in insert_insert() local 62 struct bpf_ct_opts___local opts = {}; in lookup_insert() local 76 struct bpf_ct_opts___local opts = {}; in write_not_allowlisted_field() local 90 struct bpf_ct_opts___local opts = {}; in set_timeout_after_insert() local 107 struct bpf_ct_opts___local opts = {}; in set_status_after_insert() local 124 struct bpf_ct_opts___local opts = {}; in change_timeout_after_alloc() local 138 struct bpf_ct_opts___local opts = {}; in change_status_after_alloc() local
|
/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() 98 synproxy_options_size(const struct synproxy_options *opts) in synproxy_options_size() 115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() 153 struct synproxy_options *opts) in synproxy_init_timestamp_cookie() 173 synproxy_check_timestamp_cookie(struct synproxy_options *opts) in synproxy_check_timestamp_cookie() 449 const struct synproxy_options *opts) in synproxy_send_client_synack() 492 const struct synproxy_options *opts, u32 recv_seq) in synproxy_send_server_syn() 538 const struct synproxy_options *opts) in synproxy_send_server_ack() 576 const struct synproxy_options *opts) in synproxy_send_client_ack() 615 struct synproxy_options *opts, u32 recv_seq) in synproxy_recv_client_ack() [all …]
|
H A D | nf_conntrack_bpf.c | 109 u32 tuple_len, struct bpf_ct_opts *opts, u32 opts_len, in __bpf_nf_ct_alloc_entry() 174 u32 tuple_len, struct bpf_ct_opts *opts, in __bpf_nf_ct_lookup() 294 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_xdp_ct_alloc() 328 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_xdp_ct_lookup() 361 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_skb_ct_alloc() 396 u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) in bpf_skb_ct_lookup()
|
H A D | nft_tunnel.c | 183 struct nft_tunnel_opts opts; member 258 struct nft_tunnel_opts *opts) in nft_tunnel_obj_vxlan_init() 288 struct nft_tunnel_opts *opts) in nft_tunnel_obj_erspan_init() 342 struct nft_tunnel_opts *opts) in nft_tunnel_obj_geneve_init() 388 struct nft_tunnel_opts *opts) in nft_tunnel_obj_opts_init() 583 struct nft_tunnel_opts *opts = &priv->opts; in nft_tunnel_opts_dump() local
|
/linux/drivers/usb/gadget/function/ |
H A D | f_sourcesink.c | 449 struct f_ss_opts *opts; in sourcesink_free_func() local 891 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_show() local 904 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_pattern_store() local 934 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_show() local 947 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_interval_store() local 977 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_show() local 990 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxpacket_store() local 1020 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_show() local 1033 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_mult_store() local 1063 struct f_ss_opts *opts = to_f_ss_opts(item); in f_ss_opts_isoc_maxburst_show() local [all …]
|
H A D | f_uac1.c | 491 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in in_rq_cur() local 542 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in in_rq_min() local 589 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in in_rq_max() local 636 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in in_rq_res() local 683 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in out_rq_cur_complete() local 737 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in out_rq_cur() local 1053 uac1_ac_header_descriptor *build_ac_header_desc(struct f_uac1_opts *opts) in build_ac_header_desc() 1084 static void setup_descriptor(struct f_uac1_opts *opts) in setup_descriptor() 1181 struct f_uac1_opts *opts = g_audio_to_uac1_opts(audio); in f_audio_validate_opts() local 1510 struct f_uac1_opts *opts = to_f_uac1_opts(item); in f_uac1_attr_release() local [all …]
|
H A D | f_serial.c | 258 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release() local 308 struct f_serial_opts *opts; in gser_free_inst() local 317 struct f_serial_opts *opts; in gser_alloc_inst() local 370 struct f_serial_opts *opts; in gser_alloc() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_tcp_ca.c | 66 static void do_test(const struct network_helper_opts *opts) in do_test() 82 static int cc_cb(int fd, void *opts) in cc_cb() 94 struct network_helper_opts opts = { in test_cubic() local 119 static int stg_post_socket_cb(int fd, void *opts) in stg_post_socket_cb() 141 struct network_helper_opts opts = { in test_dctcp() local 189 struct network_helper_opts opts = { in test_dctcp_autoattach_map() local 396 struct network_helper_opts opts = { in test_update_ca() local 434 struct network_helper_opts opts = { in test_update_wrong() local 471 struct network_helper_opts opts = { in test_mixed_links() local 583 struct network_helper_opts opts = { in test_cc_cubic() local
|
H A D | token.c | 115 static int materialize_bpffs_fd(int fs_fd, struct bpffs_opts *opts) in materialize_bpffs_fd() 285 static void child(int sock_fd, struct bpffs_opts *opts, child_callback_fn callback) in child() 973 struct bpffs_opts opts = { in test_token() local 981 struct bpffs_opts opts = { in test_token() local 988 struct bpffs_opts opts = { in test_token() local 997 struct bpffs_opts opts = { in test_token() local 1005 struct bpffs_opts opts = { in test_token() local 1014 struct bpffs_opts opts = { in test_token() local 1025 struct bpffs_opts opts = { in test_token() local 1036 struct bpffs_opts opts = { in test_token() local [all …]
|
/linux/tools/lib/bpf/ |
H A D | bpf.c | 173 const struct bpf_map_create_opts *opts) in bpf_map_create() 239 struct bpf_prog_load_opts *opts) in bpf_prog_load() 527 const struct bpf_map_batch_opts *opts) in bpf_map_batch_common() 553 const struct bpf_map_batch_opts *opts) in bpf_map_delete_batch() 561 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_batch() 569 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_and_delete_batch() 577 const struct bpf_map_batch_opts *opts) in bpf_map_update_batch() 583 int bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) in bpf_obj_pin_opts() 612 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) in bpf_obj_get_opts() 641 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_opts() [all …]
|
/linux/net/mptcp/ |
H A D | options.c | 402 unsigned int *size, struct mptcp_out_options *opts) in mptcp_syn_options() 443 struct mptcp_out_options *opts) in mptcp_established_options_mp() 556 struct mptcp_out_options *opts) in mptcp_established_options_dss() 648 struct mptcp_out_options *opts) in mptcp_established_options_add_addr() 710 struct mptcp_out_options *opts) in mptcp_established_options_rm_addr() 740 struct mptcp_out_options *opts) in mptcp_established_options_mp_prio() 766 struct mptcp_out_options *opts) in mptcp_established_options_rst() 785 struct mptcp_out_options *opts) in mptcp_established_options_fastclose() 808 struct mptcp_out_options *opts) in mptcp_established_options_mp_fail() 830 struct mptcp_out_options *opts) in mptcp_established_options() [all …]
|
/linux/fs/squashfs/ |
H A D | super.c | 72 static int squashfs_parse_param_threads_str(const char *str, struct squashfs_mount_opts *opts) in squashfs_parse_param_threads_str() argument 91 static int squashfs_parse_param_threads_num(const char *str, struct squashfs_mount_opts *opts) in squashfs_parse_param_threads_num() argument 118 squashfs_parse_param_threads(const char * str,struct squashfs_mount_opts * opts) squashfs_parse_param_threads() argument 129 struct squashfs_mount_opts *opts = fc->fs_private; squashfs_parse_param() local 182 struct squashfs_mount_opts *opts = fc->fs_private; squashfs_fill_super() local 492 struct squashfs_mount_opts *opts = fc->fs_private; squashfs_reconfigure() local 542 struct squashfs_mount_opts *opts; squashfs_init_fs_context() local [all...] |
/linux/tools/lib/subcmd/ |
H A D | parse-options.c | 696 static void print_option_help(const struct option *opts, int full) in print_option_help() 807 static struct option *options__order(const struct option *opts) in options__order() 882 const struct option *opts, int full, in usage_with_options_internal() 928 const struct option *opts) in usage_with_options() 935 const struct option *opts, const char *fmt, ...) in usage_with_options_msg() 952 const struct option *opts, in parse_options_usage() 1017 find_option(struct option *opts, int shortopt, const char *longopt) in find_option() 1028 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() 1038 void set_option_nobuild(struct option *opts, int shortopt, in set_option_nobuild()
|
/linux/drivers/nvme/host/ |
H A D | fabrics.c | 645 struct nvmf_ctrl_options *opts) in nvmf_lookup_transport() 713 static int nvmf_parse_options(struct nvmf_ctrl_options *opts, in nvmf_parse_options() 1095 void nvmf_set_io_queues(struct nvmf_ctrl_options *opts, u32 nr_io_queues, in nvmf_set_io_queues() 1131 struct nvmf_ctrl_options *opts = ctrl->opts; in nvmf_map_queues() local 1171 static int nvmf_check_required_opts(struct nvmf_ctrl_options *opts, in nvmf_check_required_opts() 1192 struct nvmf_ctrl_options *opts) in nvmf_ip_options_match() 1234 static int nvmf_check_allowed_opts(struct nvmf_ctrl_options *opts, in nvmf_check_allowed_opts() 1254 void nvmf_free_options(struct nvmf_ctrl_options *opts) in nvmf_free_options() 1282 struct nvmf_ctrl_options *opts; in nvmf_create_ctrl() local
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | xtlv.c | 14 static int brcmf_xtlv_header_size(u16 opts) in brcmf_xtlv_header_size() 26 int brcmf_xtlv_data_size(int dlen, u16 opts) in brcmf_xtlv_data_size() 38 const u8 *data, u16 opts) in brcmf_xtlv_pack_header()
|
/linux/tools/perf/util/ |
H A D | record.c | 95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) in evlist__config() argument 150 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() argument 216 record_opts__config(struct record_opts * opts) record_opts__config() argument 274 struct record_opts *opts = opt->value; record__parse_freq() local [all...] |
/linux/fs/bcachefs/ |
H A D | opts.c | 99 static void prt_str_opt_boundscheck(struct printbuf *out, const char * const opts[], in prt_str_opt_boundscheck() 186 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_defined_by_id() 199 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id() 212 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() 453 struct bch_opts opts, in bch2_opts_to_text() 511 int bch2_parse_one_mount_opt(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_one_mount_opt() 580 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts() 642 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb) in bch2_opts_from_sb() 716 struct bch_io_opts opts = { in bch2_opts_to_inode_opts() local
|
H A D | rebalance.c | 42 struct bch_io_opts *opts, in bch2_bkey_ptrs_need_compress() 69 struct bch_io_opts *opts, in bch2_bkey_ptrs_need_move() 89 struct bch_io_opts *opts, in bch2_bkey_ptrs_need_rebalance() 100 const struct bch_extent_rebalance *opts = bch2_bkey_rebalance_opts(k); in bch2_bkey_sectors_need_rebalance() local 132 static bool bch2_bkey_rebalance_needs_update(struct bch_fs *c, struct bch_io_opts *opts, in bch2_bkey_rebalance_needs_update() 148 int bch2_bkey_set_needs_rebalance(struct bch_fs *c, struct bch_io_opts *opts, in bch2_bkey_set_needs_rebalance()
|
/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 83 struct reuse_opts *opts; in TEST() local 103 struct reuse_opts *opts; in TEST() local 128 struct reuse_opts *opts; in TEST() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 98 const struct network_helper_opts *opts) in start_server_addr() 140 const struct network_helper_opts *opts) in start_server_str() 157 struct network_helper_opts opts = { in start_server() local 164 static int reuseport_cb(int fd, void *opts) in reuseport_cb() 174 struct network_helper_opts opts = { in start_reuseport_server() local 261 const struct network_helper_opts *opts) in client_socket() 289 const struct network_helper_opts *opts) in connect_to_addr() 312 const struct network_helper_opts *opts) in connect_to_addr_str() 326 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() 352 struct network_helper_opts opts = { in connect_to_fd() local
|