Searched refs:opts (Results 251 - 275 of 512) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/um/drivers/
H A Dport_user.c25 static void *port_init(char *str, int device, const struct chan_opts *opts) argument
53 *data = ((struct port_chan) { .raw = opts->raw,
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c37 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
111 .options = opts,
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h198 unsigned char opts; member in struct:host_to_dev_fis
252 __le32 opts; member in struct:mtip_cmd_hdr
/linux-master/samples/bpf/
H A Dfds_example.c67 LIBBPF_OPTS(bpf_prog_load_opts, opts,
73 insns, insns_cnt, &opts);
H A Dtest_cgrp2_attach.c75 LIBBPF_OPTS(bpf_prog_load_opts, opts,
81 prog, insns_cnt, &opts);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts,
139 skel = test_core_extern__open_opts(&opts);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c25 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
63 .options = opts,
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c203 static const struct option opts[] = { local
215 opt = getopt_long(argc, argv, "d:r:b:", opts, NULL);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c91 union phy_configure_opts opts = { }; local
92 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
101 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
113 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
138 union phy_configure_opts opts = { }; local
139 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
155 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
164 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
/linux-master/drivers/staging/vt6655/
H A Ddevice.h73 #define AVAIL_TD(p, q) ((p)->opts.tx_descs[(q)] - ((p)->iTDUsed[(q)]))
145 struct vnt_options opts; member in struct:vnt_private
/linux-master/fs/bcachefs/
H A Dmigrate.c24 unsigned replicas = metadata ? c->opts.metadata_replicas : c->opts.data_replicas;
H A Dsuper-io.c683 static int __bch2_read_super(const char *path, struct bch_opts *opts, argument
686 u64 offset = opt_get(*opts, sb);
710 if (opt_get(*opts, direct_io) == false)
714 if (!opt_get(*opts, noexcl))
717 if (!opt_get(*opts, nochanges))
723 opt_get(*opts, read_only)) {
728 opt_set(*opts, nochanges, true);
754 if (opt_defined(*opts, sb))
760 bch2_print_opts(opts, KERN_INFO "%s", err2.buf);
762 bch2_print_opts(opts, KERN_ER
839 bch2_read_super(const char *path, struct bch_opts *opts, struct bch_sb_handle *sb) argument
847 bch2_read_super_silent(const char *path, struct bch_opts *opts, struct bch_sb_handle *sb) argument
[all...]
H A Dmove.c333 io->rbio.opts = io_opts;
464 *io_opts = bch2_opts_to_inode_opts(trans->c->opts);
480 *io_opts = bch2_opts_to_inode_opts(trans->c->opts);
523 atomic_read(&ctxt->write_sectors) < c->opts.move_bytes_in_flight >> 9 &&
524 atomic_read(&ctxt->read_sectors) < c->opts.move_bytes_in_flight >> 9 &&
525 atomic_read(&ctxt->write_ios) < c->opts.move_ios_in_flight &&
526 atomic_read(&ctxt->read_ios) < c->opts.move_ios_in_flight);
685 struct bch_io_opts io_opts = bch2_opts_to_inode_opts(c->opts);
846 struct bch_io_opts io_opts = bch2_opts_to_inode_opts(c->opts);
920 ? c->opts
[all...]
/linux-master/drivers/acpi/acpica/
H A Dacapps.h100 int acpi_getopt(int argc, char **argv, char *opts);
/linux-master/tools/lib/bpf/
H A Dbpf_gen_internal.h32 struct gen_loader_opts *opts; member in struct:bpf_gen
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c200 union phy_configure_opts *opts)
205 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy);
209 ret = phy_configure(priv->analog, opts);
213 memcpy(&priv->config, opts, sizeof(priv->config));
199 phy_meson_axg_mipi_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
H A Dphy-meson-axg-mipi-pcie-analog.c134 union phy_configure_opts *opts)
139 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy);
143 memcpy(&priv->config, opts, sizeof(priv->config));
133 phy_axg_mipi_pcie_analog_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/fs/ceph/
H A Dsuper.c225 struct ceph_mount_options *opts; member in struct:ceph_parse_opts_ctx
267 struct ceph_mount_options *fsopt = pctx->opts;
287 struct ceph_mount_options *fsopt = pctx->opts;
343 struct ceph_mount_options *fsopt = pctx->opts;
395 struct ceph_mount_options *fsopt = pctx->opts;
409 struct ceph_mount_options *fsopt = pctx->opts;
1293 struct ceph_mount_options *fsopt = pctx->opts;
1309 fsc = create_fs_client(pctx->opts, pctx->copts);
1310 pctx->opts = NULL;
1376 destroy_mount_options(pctx->opts);
[all...]
/linux-master/scripts/gdb/linux/
H A Dproc.py116 opts = ""
119 opts += string
120 return opts
/linux-master/fs/exfat/
H A Dmisc.c28 struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; local
40 if (opts->errors == EXFAT_ERRORS_PANIC) {
43 } else if (opts->errors == EXFAT_ERRORS_RO && !sb_rdonly(sb)) {
/linux-master/tools/bpf/bpftool/
H A Dgen.c169 DECLARE_LIBBPF_OPTS(btf_dump_emit_type_decl_opts, opts,
224 err = btf_dump__emit_type_decl(d, var_type_id, &opts);
360 DECLARE_LIBBPF_OPTS(btf_dump_emit_type_decl_opts, opts,
391 err = btf_dump__emit_type_decl(d, var_type_id, &opts);
690 DECLARE_LIBBPF_OPTS(gen_loader_opts, opts);
695 err = bpf_object__gen_loader(obj, &opts);
731 obj_name, opts.data_sz);
769 struct bpf_load_and_run_opts opts = {}; \n\
774 print_hex(opts.data, opts
[all...]
/linux-master/tools/objtool/
H A Dcheck.c289 if (opts.link && opts.noinstr && sec)
355 } else if (opts.stats) {
402 if (!strcmp(sec->name, ".init.text") && !opts.module)
484 if (opts.stats)
544 if (!opts.noinstr)
726 if (!opts.module) {
850 if (opts.stats) {
871 if (opts.module && sym && sym->type == STT_FUNC &&
1248 if (!opts
[all...]
/linux-master/drivers/nvme/host/
H A Dfc.c1213 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id);
1214 strscpy(assoc_rqst->assoc_cmd.hostnqn, ctrl->ctrl.opts->host->nqn,
1216 strscpy(assoc_rqst->assoc_cmd.subnqn, ctrl->ctrl.opts->subsysnqn,
2409 if (ctrl->ctrl.opts)
2410 nvmf_free_options(ctrl->ctrl.opts);
2897 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; local
2901 nr_io_queues = min(min(opts->nr_io_queues, num_online_cpus()),
2950 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; local
3061 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; local
3431 nvme_fc_existing_controller(struct nvme_fc_rport *rport, struct nvmf_ctrl_options *opts) argument
3450 nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts, struct nvme_fc_lport *lport, struct nvme_fc_rport *rport) argument
3682 nvme_fc_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) argument
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c25 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
56 opts.old_prog_fd = prog_fd;
57 err = bpf_xdp_attach(ifindex, -1, XDP_FLAGS_REPLACE, &opts);
234 LIBBPF_OPTS(bpf_tc_opts, opts,
245 err = bpf_tc_attach(&hook, &opts);
/linux-master/drivers/ata/
H A Dacard-ahci.c217 u32 opts; local
240 opts = cmd_fis_len | (qc->dev->link->pmp << 12);
242 opts |= AHCI_CMD_WRITE;
244 opts |= AHCI_CMD_ATAPI | AHCI_CMD_PREFETCH;
246 ahci_fill_cmd_slot(pp, qc->hw_tag, opts);

Completed in 318 milliseconds

<<11121314151617181920>>