Searched refs:opts (Results 226 - 250 of 512) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c249 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts);
261 opts.link_info = &linfo;
262 opts.link_info_len = sizeof(linfo);
263 link = bpf_program__attach_iter(obj->progs.dumper, &opts);
H A Dcgrp_local_storage.c176 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts);
197 opts.link_info = &linfo;
198 opts.link_info_len = sizeof(linfo);
199 link = bpf_program__attach_iter(skel->progs.cgroup_iter, &opts);
H A Dbtf_dump.c273 DECLARE_LIBBPF_OPTS(btf_dump_type_data_opts, opts);
279 opts.compact = true;
281 opts.skip_names = true;
283 opts.emit_zeroes = true;
294 ret = btf_dump__dump_type_data(d, type_id, ptr, ptr_sz, &opts);
569 DECLARE_LIBBPF_OPTS(btf_dump_type_data_opts, opts);
650 ret = btf_dump__dump_type_data(d, type_id, fops, type_sz, &opts);
751 opts.emit_zeroes = true;
752 ret = btf_dump__dump_type_data(d, type_id, zero_data, type_sz, &opts);
779 ret = btf_dump__dump_type_data(d, type_id, skb, type_sz, &opts);
[all...]
/linux-master/fs/bcachefs/
H A Dio_write_types.h10 #include "opts.h"
60 struct bch_io_opts opts; member in struct:bch_write_op
H A Drecovery_passes.c47 if (keys->nr || c->opts.fsck || !c->sb.clean || c->recovery_passes_explicit)
170 if ((p->when & PASS_FSCK) && c->opts.fsck)
223 if (c->opts.recovery_pass_last &&
224 c->curr_recovery_pass > c->opts.recovery_pass_last)
H A Dio_misc.c27 struct bch_io_opts opts,
38 bool unwritten = opts.nocow &&
52 new_replicas = max(0, (int) opts.data_replicas -
72 reservation->v.nr_replicas = opts.data_replicas;
86 opts.foreground_target,
90 opts.data_replicas,
91 opts.data_replicas,
353 struct bch_io_opts opts; local
362 ret = bch2_inum_opts_get(trans, inum, &opts);
446 ret = bch2_bkey_set_needs_rebalance(c, copy, &opts)
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 Dsuper.c106 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) argument
108 struct stdio_redirect *stdio = (void *)(unsigned long)opts->stdio;
519 if (c->opts.recovery_pass_last &&
520 c->opts.recovery_pass_last < BCH_RECOVERY_PASS_journal_replay)
523 if (c->opts.nochanges)
734 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts) argument
747 c->stdio = (void *)(unsigned long) opts.stdio;
860 c->opts = bch2_opts_default;
861 ret = bch2_opts_from_sb(&c->opts, sb);
865 bch2_opts_apply(&c->opts, opt
1094 bch2_dev_in_fs(struct bch_sb_handle *fs, struct bch_sb_handle *sb, struct bch_opts *opts) argument
1723 struct bch_opts opts = bch2_opts_empty(); local
1862 struct bch_opts opts = bch2_opts_empty(); local
2025 bch2_fs_open(char * const *devices, unsigned nr_devices, struct bch_opts opts) argument
[all...]
H A Dfs-io-direct.c70 struct bch_io_opts opts; local
78 bch2_inode_opts_get(&opts, c, &inode->ei_inode);
160 bch2_read(c, rbio_init(bio, opts), inode_inum(inode));
287 dio->op.opts.data_replicas,
288 dio->op.opts.compression != 0);
441 struct bch_io_opts opts; local
447 bch2_inode_opts_get(&opts, c, &inode->ei_inode);
496 bch2_write_op_init(&dio->op, c, opts);
500 dio->op.target = dio->op.opts.foreground_target;
502 dio->op.nr_replicas = dio->op.opts
[all...]
H A Dio_read.c94 struct bch_io_opts opts,
97 BUG_ON(!opts.promote_target);
102 if (bch2_bkey_has_target(c, k, opts.promote_target))
108 if (bch2_target_congested(c, opts.promote_target))
164 struct bch_io_opts opts,
198 rbio_init(&(*rbio)->bio, opts);
221 opts,
223 .target = opts.promote_target,
256 struct bch_io_opts opts,
274 ret = should_promote(c, k, pos, opts, flag
92 should_promote(struct bch_fs *c, struct bkey_s_c k, struct bpos pos, struct bch_io_opts opts, unsigned flags) argument
159 __promote_alloc(struct btree_trans *trans, enum btree_id btree_id, struct bkey_s_c k, struct bpos pos, struct extent_ptr_decoded *pick, struct bch_io_opts opts, unsigned sectors, struct bch_read_bio **rbio) argument
252 promote_alloc(struct btree_trans *trans, struct bvec_iter iter, struct bkey_s_c k, struct extent_ptr_decoded *pick, struct bch_io_opts opts, unsigned flags, struct bch_read_bio **rbio, bool *bounce, bool *read_full) argument
[all...]
/linux-master/tools/perf/
H A Dperf-completion.sh157 cmds=$($cmd --list-opts)
221 opts=$($cmd $subcmd --list-opts)
222 __perfcomp "$opts" "$cur"
H A Dbuiltin-kvm.c1082 if (kvm->opts.target.system_wide)
1084 else if (kvm->opts.target.pid)
1085 pr_info("pid(s) %s, ", kvm->opts.target.pid);
1548 evlist__config(evlist, &kvm->opts, NULL);
1588 if (evlist__mmap(evlist, kvm->opts.mmap_pages) < 0) {
1649 if (kvm->opts.target.pid) {
1650 kvm->pid_list = intlist__new(kvm->opts.target.pid);
1798 OPT_STRING('p', "pid", &kvm->opts.target.pid, "pid",
1823 if (!kvm->opts.target.pid)
1824 kvm->opts
[all...]
/linux-master/arch/um/drivers/
H A Dchan.h32 const struct chan_opts *opts, char **error_out);
H A Dchan_kern.c15 const struct chan_opts *opts)
438 const struct chan_opts *opts, char **error_out)
461 data = (*ops->init)(str, device, opts);
488 const struct chan_opts *opts, char **error_out)
508 new = parse_chan(line, in, device, opts, error_out);
516 new = parse_chan(line, out, device, opts, error_out);
525 new = parse_chan(line, str, device, opts, error_out);
14 not_configged_init(char *str, int device, const struct chan_opts *opts) argument
437 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) argument
487 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) argument
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c23 if (opts.uaccess)
/linux-master/include/linux/power/
H A Dbq27xxx_battery.h65 u32 opts; member in struct:bq27xxx_device_info
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c391 struct qm_mcc_initfq opts; local
410 memset(&opts, 0, sizeof(opts));
411 opts.we_mask = cpu_to_be16(QM_INITFQ_WE_FQCTRL |
413 opts.fqd.fq_ctrl = cpu_to_be16(QM_FQCTRL_CTXASTASHING);
414 qm_fqd_set_stashing(&opts.fqd, 0, STASH_DATA_CL, STASH_CTX_CL);
416 QMAN_INITFQ_FLAG_LOCAL, &opts);
/linux-master/fs/jffs2/
H A Dsuper.c87 struct jffs2_mount_opts *opts = &c->mount_opts; local
89 if (opts->override_compr)
90 seq_printf(s, ",compr=%s", jffs2_compr_name(opts->compr));
91 if (opts->set_rp_size)
92 seq_printf(s, ",rp_size=%u", opts->rp_size / 1024);
/linux-master/net/sched/
H A Dsch_codel.c186 struct nlattr *opts; local
188 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
189 if (opts == NULL)
205 return nla_nest_end(skb, opts);
208 nla_nest_cancel(skb, opts);
/linux-master/drivers/nvme/host/
H A Drdma.c601 if (ctrl->ctrl.opts->mask & NVMF_OPT_HOST_TRADDR)
718 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; local
722 nr_io_queues = nvmf_nr_io_queues(opts);
737 nvmf_set_io_queues(opts, nr_io_queues, ctrl->io_queues);
765 ctrl->opts->nr_poll_queues ? HCTX_MAX_TYPES : 2,
979 nvmf_free_options(nctrl->opts);
997 ctrl->ctrl.opts->reconnect_delay);
999 ctrl->ctrl.opts->reconnect_delay * HZ);
1028 if (ctrl->ctrl.opts
2219 nvme_rdma_existing_controller(struct nvmf_ctrl_options *opts) argument
2235 nvme_rdma_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) argument
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c390 LIBBPF_OPTS(bpf_prog_load_opts, opts);
395 opts.expected_attach_type = attach_type;
396 opts.log_buf = bpf_log_buf;
397 opts.log_size = BPF_LOG_BUF_SIZE;
398 opts.log_level = 2;
400 ret = bpf_prog_load(BPF_PROG_TYPE_CGROUP_SOCK, NULL, "GPL", prog, insn_cnt, &opts);
/linux-master/tools/build/
H A DMakefile.build26 short-opts := $(firstword -$(MAKEFLAGS))
28 short-opts := $(filter-out --%,$(MAKEFLAGS))
31 ifneq ($(findstring s,$(short-opts)),)
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c168 unsigned char *opts,
188 sizeof(struct tcphdr), ctx->optsize, opts);
204 unsigned char opts[MAX_IPOPTLEN]; local
214 tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph);
267 unsigned char opts[MAX_IPOPTLEN]; local
276 tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph);
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
/linux-master/tools/scripts/
H A DMakefile.include142 short-opts := $(firstword -$(MAKEFLAGS))
144 short-opts := $(filter-out --%,$(MAKEFLAGS))
147 ifneq ($(findstring s,$(short-opts)),)
/linux-master/include/linux/phy/
H A Dphy.h103 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
122 union phy_configure_opts *opts);
241 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
243 union phy_configure_opts *opts);
421 union phy_configure_opts *opts)
430 union phy_configure_opts *opts)
420 phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
429 phy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c353 mixel_dphy_configure_mipi_dphy(struct phy *phy, union phy_configure_opts *opts) argument
359 ret = mixel_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg);
382 mixel_dphy_configure_lvds_phy(struct phy *phy, union phy_configure_opts *opts) argument
385 struct phy_configure_opts_lvds *lvds_opts = &opts->lvds;
441 static int mixel_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
443 if (!opts) {
449 return mixel_dphy_configure_mipi_dphy(phy, opts);
451 return mixel_dphy_configure_lvds_phy(phy, opts);
460 mixel_dphy_validate_lvds_phy(struct phy *phy, union phy_configure_opts *opts) argument
462 struct phy_configure_opts_lvds *lvds_cfg = &opts
486 mixel_dphy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
[all...]

Completed in 195 milliseconds

1234567891011>>