Searched refs:opt (Results 401 - 425 of 713) sorted by relevance

<<11121314151617181920>>

/linux-master/net/sched/
H A Dsch_fq_pie.c285 static int fq_pie_change(struct Qdisc *sch, struct nlattr *opt, argument
294 err = nla_parse_nested(tb, TCA_FQ_PIE_MAX, opt, fq_pie_policy, extack);
416 static int fq_pie_init(struct Qdisc *sch, struct nlattr *opt, argument
436 if (opt) {
437 err = fq_pie_change(sch, opt, extack);
H A Dsch_pie.c138 static int pie_change(struct Qdisc *sch, struct nlattr *opt, argument
146 err = nla_parse_nested_deprecated(tb, TCA_PIE_MAX, opt, pie_policy,
440 static int pie_init(struct Qdisc *sch, struct nlattr *opt, argument
452 if (opt) {
453 int err = pie_change(sch, opt, extack);
H A Dcls_fw.c246 struct nlattr *opt = tca[TCA_OPTIONS]; local
250 if (!opt)
253 err = nla_parse_nested_deprecated(tb, TCA_FW_MAX, opt, fw_policy,
H A Dsch_drr.c59 struct nlattr *opt = tca[TCA_OPTIONS]; local
64 if (!opt) {
69 err = nla_parse_nested_deprecated(tb, TCA_DRR_MAX, opt, drr_policy,
409 static int drr_init_qdisc(struct Qdisc *sch, struct nlattr *opt, argument
H A Dact_gate.c508 struct tc_gate opt = { local
519 opt.action = gact->tcf_action;
523 if (nla_put(skb, TCA_GATE_PARMS, sizeof(opt), &opt))
/linux-master/net/ipv4/
H A Dipconfig.c1086 u8 *opt = ext++; local
1087 if (*opt == 0) /* Padding */
1092 switch (*opt) {
1094 if (opt[1])
1095 mt = opt[2];
1098 if (opt[1] >= 4)
1099 memcpy(&server_id, opt + 2, 4);
1149 u8 *opt = ext++; local
1150 if (*opt == 0) /* Padding */
1154 ic_do_bootp_ext(opt);
[all...]
/linux-master/arch/s390/mm/
H A Dpgtable.c50 unsigned long opt, asce; local
53 opt = 0;
56 opt |= IPTE_NODAT;
59 opt |= IPTE_GUEST_ASCE;
61 __ptep_ipte(addr, ptep, opt, asce, IPTE_LOCAL);
70 unsigned long opt, asce; local
73 opt = 0;
76 opt |= IPTE_NODAT;
79 opt |= IPTE_GUEST_ASCE;
81 __ptep_ipte(addr, ptep, opt, asc
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; local
543 for (i = opt = 0, son = f->fields; i < f->lb; i++, son++) {
551 if (!((0x80000000U >> (opt++)) & bmp)) /* Not exist */
603 for (opt = 0; opt < bmp2_len; opt++, i++, son++) {
621 if (!((0x80000000 >> opt) & bmp2)) /* Not present */
H A Dnft_flow_offload.c280 const struct ip_options *opt; local
282 opt = &(IPCB(skb)->opt);
284 if (unlikely(opt->optlen))
/linux-master/fs/bcachefs/
H A Dsysfs.c688 const struct bch_option *opt = container_of(attr, struct bch_option, attr); local
689 int id = opt - bch2_opt_table;
692 bch2_opt_to_text(out, c, c->disk_sb.sb, opt, v, OPT_SHOW_FULL_LIST);
701 const struct bch_option *opt = container_of(attr, struct bch_option, attr); local
702 int ret, id = opt - bch2_opt_table;
719 ret = bch2_opt_parse(c, opt, strim(tmp), &v, NULL);
729 bch2_opt_set_sb(c, opt, v);
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c897 struct hdpvr_options *opt = &dev->options; local
933 opt->audio_codec = ctrl->val;
934 return hdpvr_set_audio(dev, opt->audio_input + 1,
935 opt->audio_codec);
941 /* if (ctrl->value == 0 && !(opt->gop_mode & 0x2)) { */
942 /* opt->gop_mode |= 0x2; */
944 /* opt->gop_mode); */
946 /* if (ctrl->value == 128 && opt->gop_mode & 0x2) { */
947 /* opt->gop_mode &= ~0x2; */
949 /* opt
[all...]
/linux-master/fs/ceph/
H A Dsuper.c804 * Success or not, this function consumes @fsopt and @opt.
807 struct ceph_options *opt)
818 fsc->client = ceph_create_client(opt, fsc);
823 opt = NULL; /* fsc->client now owns this */
873 if (opt)
874 ceph_destroy_options(opt);
1234 struct ceph_options *opt = new->client->options; local
1240 if (compare_mount_options(fsopt, opt, fsc)) {
1244 if ((opt->flags & CEPH_OPT_FSID) &&
1245 ceph_fsid_compare(&opt
806 create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) argument
[all...]
/linux-master/scripts/
H A Dinsert-sys-cert.c285 int opt; local
289 while ((opt = getopt(argc, argv, "b:c:s:")) != -1) {
290 switch (opt) {
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c75 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) argument
86 h.options = cpu_to_le16(opt);
97 msg->options = opt;
/linux-master/arch/xtensa/kernel/
H A Dsignal.c40 xtregs_opt_t opt; member in struct:rt_sigframe::__anon1
171 err |= __copy_to_user(&frame->xtregs.opt, &regs->xtregs_opt,
237 err |= __copy_from_user(&regs->xtregs_opt, &frame->xtregs.opt,
/linux-master/include/net/
H A Dcfg802154.h164 enum nl802154_cca_opts opt; member in struct:wpan_phy_cca
174 return a->opt == b->opt;
H A Dip6_tunnel.h73 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c535 int opt = getopt_long(argc, argv, optstring, longopts, NULL); local
537 if (opt == -1)
540 switch (opt) {
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c458 int opt;
462 while ((opt = getopt(argc, argv, "hm:s:n:")) != -1) {
463 switch (opt) {
459 int opt; local
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c581 int opt; local
591 while ((opt = getopt(argc, argv, "i:")) != -1) {
592 switch (opt) {
/linux-master/net/ipv6/
H A Dseg6.c111 void seg6_icmp_srh(struct sk_buff *skb, struct inet6_skb_parm *opt) argument
129 opt->flags |= IP6SKB_SEG6;
130 opt->srhoff = (unsigned char *)srh - skb->data;
/linux-master/drivers/dma/ti/
H A Dedma.c140 u32 opt; member in struct:edmacc_param
150 /* fields in edmacc_param.opt */
751 " opt\t%08x\n"
760 edesc->pset[j].param.opt,
986 param->opt = EDMA_TCC(EDMA_CHAN_SLOT(echan->ch_num));
989 param->opt |= SYNCDIM;
1090 edesc->pset[i].param.opt |= TCINTEN;
1098 edesc->pset[i].param.opt |= (TCINTEN | TCCMODE);
1179 edesc->pset[0].param.opt |= ITCCHEN;
1183 edesc->pset[0].param.opt |
[all...]
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c201 int opt; local
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c767 int ret = 0, opt;
786 while ((opt = getopt_long_only(argc, argv, "+a:c:d:hilmCs", long_options,
788 switch (opt) {
821 command = (opt == 'a') ? CMD_PROV_AKC : CMD_PROV_CAP;
750 int ret = 0, opt; local
/linux-master/kernel/
H A Dsys.c2008 static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data_size)
2018 if (opt == PR_SET_MM_MAP_SIZE)
2146 static int prctl_set_mm(int opt, unsigned long addr,
2158 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV &&
2159 opt != PR_SET_MM_MAP &&
2160 opt != PR_SET_MM_MAP_SIZE)))
2164 if (opt == PR_SET_MM_MAP || opt == PR_SET_MM_MAP_SIZE)
2165 return prctl_set_mm_map(opt, (const void __user *)addr, arg4);
2171 if (opt
2002 prctl_set_mm_map(int opt, const void __user *addr, unsigned long data_size) argument
2140 prctl_set_mm(int opt, unsigned long addr, unsigned long arg4, unsigned long arg5) argument
2332 prctl_set_vma(unsigned long opt, unsigned long addr, unsigned long size, unsigned long arg) argument
2377 prctl_set_vma(unsigned long opt, unsigned long start, unsigned long size, unsigned long arg) argument
[all...]

Completed in 421 milliseconds

<<11121314151617181920>>