Searched refs:opts (Results 326 - 350 of 521) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c42 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
110 .options = opts,
H A Dbench_htab_mem.c55 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
92 .options = opts,
H A Dbench_local_storage_create.c29 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
68 .options = opts,
/linux-master/kernel/
H A Dcapability.c353 unsigned int opts)
362 capable = security_capable(current_cred(), ns, cap, opts);
351 ns_capable_common(struct user_namespace *ns, int cap, unsigned int opts) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c140 LIBBPF_OPTS(bpf_object_open_opts, opts, .kernel_log_buf = log_buf,
147 skel = test_bpf_nf_fail__open_opts(&opts);
H A Dmptcp.c88 struct network_helper_opts opts = { local
98 return start_server_addr(SOCK_STREAM, &addr, addrlen, &opts);
H A Dip_check_defrag.c83 LIBBPF_OPTS(bpf_netfilter_opts, opts,
94 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts);
H A Dfexit_bpf2bpf.c288 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts);
461 LIBBPF_OPTS(bpf_prog_load_opts, opts,
476 &opts);
/linux-master/fs/bcachefs/
H A Dbcachefs_ioctl.h398 __u64 opts; /* string */ member in struct:bch_ioctl_fsck_offline
409 __u64 opts; /* string */ member in struct:bch_ioctl_fsck_online
/linux-master/security/safesetid/
H A Dlsm.c94 unsigned int opts)
105 if ((opts & CAP_OPT_INSETID) != 0)
91 safesetid_security_capable(const struct cred *cred, struct user_namespace *ns, int cap, unsigned int opts) argument
/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c70 struct record_opts opts = { local
106 evlist__config(evlist, &opts, NULL);
/linux-master/drivers/ufs/host/
H A Dufs-exynos.h183 unsigned int opts; member in struct:exynos_ufs_drv_data
235 u32 opts; member in struct:exynos_ufs
/linux-master/drivers/target/
H A Dtarget_core_rd.c547 char *orig, *ptr, *opts; local
551 opts = kstrdup(page, GFP_KERNEL);
552 if (!opts)
555 orig = opts;
557 while ((ptr = strsep(&opts, ",\n")) != NULL) {
/linux-master/net/sched/
H A Dsch_red.c412 struct nlattr *opts = NULL; local
429 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
430 if (opts == NULL)
439 return nla_nest_end(skb, opts);
442 nla_nest_cancel(skb, opts);
H A Dsch_sfb.c570 struct nlattr *opts; local
584 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
585 if (opts == NULL)
589 return nla_nest_end(skb, opts);
592 nla_nest_cancel(skb, opts);
H A Dsch_fq_pie.c473 struct nlattr *opts; local
475 opts = nla_nest_start(skb, TCA_OPTIONS);
476 if (!opts)
499 return nla_nest_end(skb, opts);
502 nla_nest_cancel(skb, opts);
H A Dsch_pie.c466 struct nlattr *opts; local
468 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
469 if (!opts)
488 return nla_nest_end(skb, opts);
491 nla_nest_cancel(skb, opts);
/linux-master/tools/perf/util/
H A Dbpf-event.c169 struct record_opts *opts)
269 if (!opts->no_bpf_event) {
381 struct record_opts *opts)
390 if (opts->no_bpf_event)
421 event, opts);
164 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
H A Ddisasm.c1649 struct annotation_options *opts = &annotate_opts; local
1721 opts->objdump_path ?: "objdump",
1722 opts->disassembler_style ? "-M " : "",
1723 opts->disassembler_style ?: "",
1726 opts->show_linenr ? "-l" : "",
1727 opts->show_asm_raw ? "" : "--no-show-raw-insn",
1728 opts->annotate_src ? "-S" : "",
1729 opts->prefix ? "--prefix " : "",
1730 opts->prefix ? '"' : ' ',
1731 opts
[all...]
H A Devlist.h180 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain);
181 int record_opts__config(struct record_opts *opts);
434 int evlist__parse_event_enable_time(struct evlist *evlist, struct record_opts *opts,
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3948 struct f_fs_opts *opts = to_ffs_opts(item); local
3952 ready = opts->dev->desc_ready;
3967 struct f_fs_opts *opts = to_ffs_opts(item); local
3969 usb_put_function_instance(&opts->func_inst);
3987 struct f_fs_opts *opts; local
3989 opts = to_f_fs_opts(f);
3990 ffs_release_dev(opts->dev);
3992 _ffs_free_dev(opts->dev);
3994 kfree(opts);
4006 struct f_fs_opts *opts; local
4040 struct f_fs_opts *opts = local
4258 struct f_fs_opts *opts; local
[all...]
/linux-master/fs/fat/
H A Dnamei_vfat.c331 struct fat_mount_options *opts = &MSDOS_SB(dir->i_sb)->options; local
451 if (opts->shortname & VFAT_SFN_CREATE_WIN95) {
453 } else if (opts->shortname & VFAT_SFN_CREATE_WINNT) {
468 if (opts->numtail == 0)
585 struct fat_mount_options *opts = &sbi->options; local
603 opts->unicode_xlate, opts->utf8, sbi->nls_io);
/linux-master/tools/bpf/bpftool/
H A Dfeature.c518 LIBBPF_OPTS(bpf_prog_load_opts, opts,
527 fd = bpf_prog_load(prog_type, NULL, "GPL", insns, insns_cnt, &opts);
595 LIBBPF_OPTS(bpf_map_create_opts, opts);
599 opts.map_ifindex = ifindex;
606 &opts);
786 LIBBPF_OPTS(bpf_prog_load_opts, opts,
794 insns, len, &opts);
/linux-master/security/smack/
H A Dsmack_lsm.c578 struct smack_mnt_opts *opts = *mnt_opts; local
581 if (!opts) {
582 opts = kzalloc(sizeof(struct smack_mnt_opts), GFP_KERNEL);
583 if (!opts)
585 *mnt_opts = opts;
596 if (opts->fsdefault)
598 opts->fsdefault = skp->smk_known;
601 if (opts->fsfloor)
603 opts->fsfloor = skp->smk_known;
606 if (opts
807 struct smack_mnt_opts *opts = mnt_opts; local
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.h171 * case of an error (or for 'special' options like --list-cmds or --list-opts).
214 const struct option *opts,
239 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
240 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,

Completed in 548 milliseconds

<<11121314151617181920>>