Searched refs:opts (Results 376 - 400 of 521) sorted by relevance

<<11121314151617181920>>

/linux-master/net/sched/
H A Dsch_ets.c734 struct nlattr *opts; local
745 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
746 if (!opts)
783 return nla_nest_end(skb, opts);
786 nla_nest_cancel(skb, opts);
/linux-master/fs/bcachefs/
H A Djournal_reclaim.c212 nr_devs_want = min_t(unsigned, nr_online, c->opts.metadata_replicas);
268 if (!c->opts.nochanges &&
666 msecs_to_jiffies(c->opts.journal_reclaim_delay)))
731 delay = msecs_to_jiffies(c->opts.journal_reclaim_delay);
856 : p->devs.nr < c->opts.metadata_replicas)
H A Dreflink.c441 struct bch_io_opts opts; local
459 ret = bch2_inum_opts_get(trans, src_inum, &opts);
553 ret = bch2_bkey_set_needs_rebalance(c, new_dst.k, &opts) ?:
H A Dopts.h571 /* inode opts: */
579 static inline unsigned background_compression(struct bch_io_opts opts) argument
581 return opts.background_compression ?: opts.compression;
H A Dxattr.c434 struct bch_opts opts = local
452 if (!bch2_opt_defined_by_id(&opts, id))
459 v = bch2_opt_get_by_id(&opts, id);
/linux-master/drivers/target/
H A Dtarget_core_file.c707 char *orig, *ptr, *arg_p, *opts; local
711 opts = kstrdup(page, GFP_KERNEL);
712 if (!opts)
715 orig = opts;
717 while ((ptr = strsep(&opts, ",\n")) != NULL) {
/linux-master/include/soc/fsl/
H A Dqman.h991 * @opts: the FQ-modification settings, as defined in the low-level API
993 * The @opts parameter comes from the low-level portal API. Select
995 * rather than parked. NB, @opts can be NULL.
997 * Note that some fields and options within @opts may be ignored or overwritten
1021 int qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts);
1144 * @opts: optional state of CGR settings
1147 * portal affine to the cpu portal on which this API is executed. If opts is
1154 struct qm_mcc_initcgr *opts);
1177 * @opts: state of the CGR settings
1181 int qman_update_cgr_safe(struct qman_cgr *cgr, struct qm_mcc_initcgr *opts);
[all...]
/linux-master/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c211 static int sun6i_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
216 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy);
220 memcpy(&dphy->config, opts, sizeof(dphy->config));
/linux-master/fs/9p/
H A Dv9fs.c158 * @opts: The mount option string
163 static int v9fs_parse_options(struct v9fs_session_info *v9ses, char *opts) argument
181 if (!opts)
184 tmp_options = kstrdup(opts, GFP_KERNEL);
/linux-master/fs/hpfs/
H A Dsuper.c313 static int parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, argument
320 if (!opts)
323 /*pr_info("Parsing opts: '%s'\n",opts);*/
325 while ((p = strsep(&opts, ",")) != NULL) {
/linux-master/tools/testing/selftests/bpf/
H A Dbench.c258 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
381 .options = opts,
394 .options = opts,
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c167 union phy_configure_opts opts = { }; local
168 struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy;
198 ret = phy_configure(csi2rx->dphy, &opts);
/linux-master/tools/lib/bpf/
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts; local
400 opts->insns = gen->insn_start;
401 opts->insns_sz = gen->insn_cur - gen->insn_start;
402 opts->data = gen->data_start;
403 opts->data_sz = gen->data_cur - gen->data_start;
/linux-master/samples/bpf/
H A Dtest_lru_dist.c204 LIBBPF_OPTS(bpf_map_create_opts, opts,
210 sizeof(unsigned long long), size, &opts);
/linux-master/drivers/base/
H A Ddevtmpfs.c451 char opts[] = "mode=0755"; local
454 mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts);
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-csidphy.c189 union phy_configure_opts *opts)
193 struct phy_configure_opts_mipi_dphy *config = &opts->mipi_dphy;
188 rockchip_inno_csidphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c601 static struct option opts[] = { variable in typeref:struct:option
618 opts, NULL)) != -1)
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8195.c465 static int mtk_hdmi_phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
467 struct phy_configure_opts_dp *dp_opts = &opts->dp;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c40 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
83 .options = opts,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c607 LIBBPF_OPTS(bpf_prog_load_opts, opts,
621 prog, prog_len, &opts);
/linux-master/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh350 local opts="$3"
356 run_cmd ip -6 ro add table "${table}" "${prefix}"/128 "${opts}" \
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c331 struct record_opts opts = { local
433 evlist__config(evlist, &opts, NULL);
/linux-master/drivers/ata/
H A Dahci.h283 __le32 opts; member in struct:ahci_cmd_hdr
408 u32 opts);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1865 struct bpf_load_and_run_opts opts = {}; local
1884 opts.ctx = ctx;
1885 opts.data = gen->data;
1886 opts.data_sz = gen->data_sz;
1887 opts.insns = gen->insns;
1888 opts.insns_sz = gen->insns_sz;
1890 err = bpf_load_and_run(&opts);
1893 fprintf(stderr, "err %d\n%s\n%s", err, opts.errstr, log_buf);
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c45 static int x##_setup(char *opts) \

Completed in 605 milliseconds

<<11121314151617181920>>