Searched defs:opts (Results 101 - 125 of 332) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dbpf_off_cpu.c128 off_cpu_prepare(struct evlist *evlist, struct target *target, struct record_opts *opts) argument
H A Drecord.c95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) argument
150 static int record_opts__config_freq(struct record_opts *opts) argument
216 record_opts__config(struct record_opts *opts) argument
274 struct record_opts *opts = opt->value; local
[all...]
H A Dbpf-event.c164 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) argument
378 perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process, struct machine *machine, struct record_opts *opts) argument
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c204 unsigned char opts[MAX_IPOPTLEN]; local
267 unsigned char opts[MAX_IPOPTLEN]; 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) argument
H A Dnft_synproxy.c23 static void nft_synproxy_tcp_options(struct synproxy_options *opts, 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) 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) argument
110 struct synproxy_options opts = {}; local
[all...]
H A Dnf_conntrack_bpf.c102 __bpf_nf_ct_alloc_entry(struct net *net, struct bpf_sock_tuple *bpf_tuple, u32 tuple_len, struct bpf_ct_opts *opts, u32 opts_len, u32 timeout) argument
148 __bpf_nf_ct_lookup(struct net *net, struct bpf_sock_tuple *bpf_tuple, u32 tuple_len, struct bpf_ct_opts *opts, u32 opts_len) argument
251 bpf_xdp_ct_alloc(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) argument
285 bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) argument
318 bpf_skb_ct_alloc(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) argument
353 bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) argument
[all...]
/linux-master/fs/exfat/
H A Dballoc.c150 struct exfat_mount_options *opts = &sbi->options; local
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c55 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c259 struct network_helper_opts opts = { local
H A Dkprobe_multi_test.c61 static void test_link_api(struct bpf_link_create_opts *opts) argument
137 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) argument
[all...]
H A Duprobe_multi_test.c153 __test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts, argument
200 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) argument
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c167 struct tcp_repair_opt opts[4]; local
[all...]
/linux-master/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) argument
251 intel_bts_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) argument
[all...]
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c331 struct record_opts opts = { local
/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c68 arm_spe_snapshot_resolve_auxtrace_defaults(struct record_opts *opts, argument
135 arm_spe_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
280 arm_spe_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, struct record_opts *opts, const char *str) argument
[all...]
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c154 union phy_configure_opts opts; local
/linux-master/fs/efivarfs/
H A Dsuper.c51 struct efivarfs_mount_opts *opts = &sbi->mount_opts; local
286 struct efivarfs_mount_opts *opts = &sbi->mount_opts; local
[all...]
/linux-master/fs/jffs2/
H A Dsuper.c87 struct jffs2_mount_opts *opts = &c->mount_opts; local
/linux-master/net/sched/
H A Dsch_pie.c464 struct nlattr *opts; local
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c205 libbpf_probe_bpf_prog_type(enum bpf_prog_type prog_type, const void *opts) argument
405 libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) argument
416 libbpf_probe_bpf_helper(enum bpf_prog_type prog_type, enum bpf_func_id helper_id, const void *opts) argument
[all...]
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c330 static void test_no_sockets(const struct test_opts *opts) argument
339 static void test_listen_socket_server(const struct test_opts *opts) argument
377 static void test_connect_client(const struct test_opts *opts) argument
402 static void test_connect_server(const struct test_opts *opts) argument
526 struct test_opts opts = { local
[all...]
/linux-master/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c160 char *opts, *target; local
/linux-master/fs/bcachefs/
H A Dio_misc.c353 struct bch_io_opts opts; local
23 bch2_extent_fallocate(struct btree_trans *trans, subvol_inum inum, struct btree_iter *iter, u64 sectors, struct bch_io_opts opts, s64 *i_sectors_delta, struct write_point_specifier write_point) argument
[all...]
H A Ddata_update.c667 void bch2_data_update_opts_normalize(struct bkey_s_c k, struct data_update_opts *opts) argument
H A Dopts.h584 static inline unsigned background_compression(struct bch_io_opts opts) argument

Completed in 380 milliseconds

1234567891011>>