/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vecemu.c | 41 int exp, pwr; in eexp2() local 45 exp = ((s >> 23) & 0xff) - 127; in eexp2() 46 if (exp > 7) { in eexp2() 48 if (exp == 128 && (s & 0x7fffff) != 0) in eexp2() 53 if (exp < -23) in eexp2() 58 if (exp > 0) in eexp2() 59 pwr <<= exp; in eexp2() local 61 pwr >>= -exp; in eexp2() 66 exp = (pwr >> 23) + 126; in eexp2() 67 if (exp > in eexp2() 96 int exp, mant, lz, frac; elog2() local 159 int exp, mant; ctsxs() local 181 int exp; ctuxs() local 209 int exp; rfiz() local 224 int exp, mask; rfii() local 245 int exp, half; rfin() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vecemu.c | 41 int exp, pwr; in eexp2() local 45 exp = ((s >> 23) & 0xff) - 127; in eexp2() 46 if (exp > 7) { in eexp2() 48 if (exp == 128 && (s & 0x7fffff) != 0) in eexp2() 53 if (exp < -23) in eexp2() 58 if (exp > 0) in eexp2() 59 pwr <<= exp; in eexp2() local 61 pwr >>= -exp; in eexp2() 66 exp = (pwr >> 23) + 126; in eexp2() 67 if (exp > in eexp2() 96 int exp, mant, lz, frac; elog2() local 159 int exp, mant; ctsxs() local 181 int exp; ctuxs() local 209 int exp; rfiz() local 224 int exp, mask; rfii() local 245 int exp, half; rfin() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_arith.c | 20 .exp = 0x7fff, 26 .exp = 0x7fff, 95 if ((diff = dest->exp - src->exp) > 0) in fp_fadd() 154 int exp; in fp_fmul() local 181 dest->exp = 0; in fp_fmul() 188 exp = dest->exp + src->exp - 0x3ffe; in fp_fmul() 194 exp in fp_fmul() 232 int exp; fp_fdiv() local 312 int exp; fp_fsglmul() local 369 int exp; fp_fsgldiv() local [all...] |
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_arith.c | 20 .exp = 0x7fff, 26 .exp = 0x7fff, 95 if ((diff = dest->exp - src->exp) > 0) in fp_fadd() 154 int exp; in fp_fmul() local 181 dest->exp = 0; in fp_fmul() 188 exp = dest->exp + src->exp - 0x3ffe; in fp_fmul() 194 exp in fp_fmul() 232 int exp; fp_fdiv() local 312 int exp; fp_fsglmul() local 369 int exp; fp_fsgldiv() local [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsfh.c | 25 * if not, require that we can walk up to exp->ex_dentry 30 struct svc_export *exp = expv; in nfsd_acceptable() local 35 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable() 39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable() 51 if (tdentry != exp->ex_path.dentry) in nfsd_acceptable() 53 rv = (tdentry == exp->ex_path.dentry); in nfsd_acceptable() 102 struct svc_export *exp) in nfsd_setuser_and_check_port() 104 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser_and_check_port() 115 return nfserrno(nfsd_setuser(rqstp, exp)); in nfsd_setuser_and_check_port() 119 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 101 nfsd_setuser_and_check_port(struct svc_rqst *rqstp, struct svc_export *exp) nfsd_setuser_and_check_port() argument 118 check_pseudo_root(struct svc_rqst *rqstp, struct dentry *dentry, struct svc_export *exp) check_pseudo_root() argument 157 struct svc_export *exp; nfsd_set_fh_dentry() local 330 struct svc_export *exp; fh_verify() local 415 _fh_update(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry) _fh_update() argument 435 _fh_update_old(struct dentry *dentry, struct svc_export *exp, struct knfsd_fh *fh) _fh_update_old() argument 446 is_root_export(struct svc_export *exp) is_root_export() argument 451 exp_sb(struct svc_export *exp) exp_sb() argument 456 fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) fsid_type_ok_for_exp() argument 481 set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh) set_version_and_fsid_type() argument 536 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) fh_compose() argument 653 struct svc_export * exp = fhp->fh_export; fh_put() local [all...] |
H A D | export.c | 336 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 337 path_put(&exp->ex_path); in svc_export_put() 338 auth_domain_put(exp->ex_client); in svc_export_put() 339 nfsd4_fslocs_free(&exp->ex_fslocs); in svc_export_put() 340 kfree(exp->ex_uuid); in svc_export_put() 341 kfree_rcu(exp, ex_rcu); in svc_export_put() 354 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 357 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 358 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 475 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() argument 516 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) secinfo_parse() argument 547 struct svc_export exp = {}, *expp; svc_export_parse() local 693 struct svc_export *exp ; svc_export_show() local 799 svc_export_hash(struct svc_export *exp) svc_export_hash() argument 810 svc_export_lookup(struct svc_export *exp) svc_export_lookup() argument 865 struct svc_export *exp, key; exp_get_by_name() local 893 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); exp_parent() local 917 struct svc_export *exp; exp_rootfh() local 962 struct svc_export *exp; exp_find() local 976 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) check_nfsd_access() argument 1020 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_get_by_name() local 1051 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_find() local 1085 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); rqst_exp_parent() local 1115 struct svc_export *exp; exp_pseudoroot() local 1188 show_secinfo(struct seq_file *m, struct svc_export *exp) show_secinfo() argument 1240 struct svc_export *exp = container_of(cp, struct svc_export, h); e_show() local [all...] |
H A D | export.h | 82 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) 83 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) 84 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) 86 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp); 87 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp); 105 static inline void exp_put(struct svc_export *exp) in exp_put() argument 107 cache_put(&exp in exp_put() 110 exp_get(struct svc_export *exp) exp_get() argument [all...] |
H A D | auth.c | 8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() argument 11 struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors; in nfsexp_flags() 13 for (f = exp->ex_flavors; f < end; f++) { in nfsexp_flags() 17 return exp->ex_flags; in nfsexp_flags() 21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser() argument 27 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser() 43 new->fsuid = exp->ex_anon_uid; in nfsd_setuser() 44 new->fsgid = exp->ex_anon_gid; in nfsd_setuser() 50 new->fsuid = exp in nfsd_setuser() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 352 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 353 path_put(&exp->ex_path); in svc_export_put() 354 auth_domain_put(exp->ex_client); in svc_export_put() 355 nfsd4_fslocs_free(&exp->ex_fslocs); in svc_export_put() 356 export_stats_destroy(&exp->ex_stats); in svc_export_put() 357 kfree(exp->ex_uuid); in svc_export_put() 358 kfree_rcu(exp, ex_rcu); in svc_export_put() 371 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 374 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 375 pth = d_path(&exp in svc_export_request() 504 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) secinfo_parse() argument 545 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) secinfo_parse() argument 548 xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) xprtsec_parse() argument 598 struct svc_export exp = {}, *expp; svc_export_parse() local 755 struct svc_export *exp; svc_export_show() local 883 svc_export_hash(struct svc_export *exp) svc_export_hash() argument 894 svc_export_lookup(struct svc_export *exp) svc_export_lookup() argument 949 struct svc_export *exp, key; exp_get_by_name() local 977 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); exp_parent() local 1001 struct svc_export *exp; exp_rootfh() local 1046 struct svc_export *exp; exp_find() local 1060 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp) check_nfsd_access() argument 1122 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_get_by_name() local 1153 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); rqst_exp_find() local 1187 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); rqst_exp_parent() local 1217 struct svc_export *exp; exp_pseudoroot() local 1290 show_secinfo(struct seq_file *m, struct svc_export *exp) show_secinfo() argument 1342 struct svc_export *exp = container_of(cp, struct svc_export, h); e_show() local [all...] |
H A D | nfsfh.c | 25 * if not, require that we can walk up to exp->ex_dentry 30 struct svc_export *exp = expv; in nfsd_acceptable() local 35 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable() 39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable() 52 if (tdentry != exp->ex_path.dentry) in nfsd_acceptable() 54 rv = (tdentry == exp->ex_path.dentry); in nfsd_acceptable() 103 struct svc_export *exp) in nfsd_setuser_and_check_port() 105 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser_and_check_port() 116 return nfserrno(nfsd_setuser(rqstp, exp)); in nfsd_setuser_and_check_port() 120 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 102 nfsd_setuser_and_check_port(struct svc_rqst *rqstp, struct svc_export *exp) nfsd_setuser_and_check_port() argument 119 check_pseudo_root(struct svc_rqst *rqstp, struct dentry *dentry, struct svc_export *exp) check_pseudo_root() argument 158 struct svc_export *exp; nfsd_set_fh_dentry() local 330 struct svc_export *exp = NULL; fh_verify() local 410 _fh_update(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry) _fh_update() argument 430 is_root_export(struct svc_export *exp) is_root_export() argument 435 exp_sb(struct svc_export *exp) exp_sb() argument 440 fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) fsid_type_ok_for_exp() argument 465 set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh) set_version_and_fsid_type() argument 520 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) fh_compose() argument 700 struct svc_export * exp = fhp->fh_export; fh_put() local [all...] |
H A D | auth.c | 8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() argument 11 struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors; in nfsexp_flags() 13 for (f = exp->ex_flavors; f < end; f++) { in nfsexp_flags() 17 return exp->ex_flags; in nfsexp_flags() 21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser() argument 27 int flags = nfsexp_flags(rqstp, exp); in nfsd_setuser() 41 new->fsuid = exp->ex_anon_uid; in nfsd_setuser() 42 new->fsgid = exp->ex_anon_gid; in nfsd_setuser() 48 new->fsuid = exp in nfsd_setuser() [all...] |
H A D | export.h | 98 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) 99 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) 100 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) 102 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp); 103 __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp); 120 static inline void exp_put(struct svc_export *exp) in exp_put() argument 122 cache_put(&exp in exp_put() 125 exp_get(struct svc_export *exp) exp_get() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_expect.c | 47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() argument 50 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report() 51 struct net *net = nf_ct_exp_net(exp); in nf_ct_unlink_expect_report() 54 WARN_ON(timer_pending(&exp->timeout)); in nf_ct_unlink_expect_report() 56 hlist_del_rcu(&exp->hnode); in nf_ct_unlink_expect_report() 59 hlist_del_rcu(&exp->lnode); in nf_ct_unlink_expect_report() 60 master_help->expecting[exp->class]--; in nf_ct_unlink_expect_report() 62 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report() 63 nf_ct_expect_put(exp); in nf_ct_unlink_expect_report() 71 struct nf_conntrack_expect *exp in nf_ct_expectation_timed_out() local 105 nf_ct_remove_expect(struct nf_conntrack_expect *exp) nf_ct_remove_expect() argument 161 struct nf_conntrack_expect *i, *exp = NULL; nf_ct_find_expectation() local 215 struct nf_conntrack_expect *exp; nf_ct_remove_expectations() local 271 nf_ct_unexpect_related(struct nf_conntrack_expect *exp) nf_ct_unexpect_related() argument 296 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) nf_ct_expect_init() argument 356 struct nf_conntrack_expect *exp; nf_ct_expect_free_rcu() local 362 nf_ct_expect_put(struct nf_conntrack_expect *exp) nf_ct_expect_put() argument 369 nf_ct_expect_insert(struct nf_conntrack_expect *exp) nf_ct_expect_insert() argument 402 struct nf_conntrack_expect *exp, *last = NULL; evict_oldest_expect() local 493 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_destroy() local 519 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_net() local [all...] |
H A D | nf_conntrack_broadcast.c | 23 struct nf_conntrack_expect *exp; in nf_conntrack_broadcast_help() local 56 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help() 57 if (exp == NULL) in nf_conntrack_broadcast_help() 60 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in nf_conntrack_broadcast_help() 61 exp->tuple.src.u.udp.port = help->helper->tuple.src.u.udp.port; in nf_conntrack_broadcast_help() 63 exp->mask.src.u3.ip = mask; in nf_conntrack_broadcast_help() 64 exp->mask.src.u.udp.port = htons(0xFFFF); in nf_conntrack_broadcast_help() 66 exp->expectfn = NULL; in nf_conntrack_broadcast_help() 67 exp->flags = NF_CT_EXPECT_PERMANENT; in nf_conntrack_broadcast_help() 68 exp in nf_conntrack_broadcast_help() [all...] |
H A D | nf_nat_amanda.c | 33 struct nf_conntrack_expect *exp) in help() 39 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in help() 40 exp->dir = IP_CT_DIR_ORIGINAL; in help() 44 exp->expectfn = nf_nat_follow_master; in help() 47 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in help() 50 exp->tuple.dst.u.tcp.port = htons(port); in help() 51 res = nf_ct_expect_related(exp, 0); in help() 61 nf_ct_helper_log(skb, exp->master, "all ports in use"); in help() 66 if (!nf_nat_mangle_udp_packet(skb, exp in help() 28 help(struct sk_buff *skb, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) help() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_expect.c | 47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() argument 50 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report() 51 struct net *net = nf_ct_exp_net(exp); in nf_ct_unlink_expect_report() 55 WARN_ON(timer_pending(&exp->timeout)); in nf_ct_unlink_expect_report() 57 hlist_del_rcu(&exp->hnode); in nf_ct_unlink_expect_report() 62 hlist_del_rcu(&exp->lnode); in nf_ct_unlink_expect_report() 63 master_help->expecting[exp->class]--; in nf_ct_unlink_expect_report() 65 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report); in nf_ct_unlink_expect_report() 66 nf_ct_expect_put(exp); in nf_ct_unlink_expect_report() 74 struct nf_conntrack_expect *exp in nf_ct_expectation_timed_out() local 119 nf_ct_remove_expect(struct nf_conntrack_expect *exp) nf_ct_remove_expect() argument 177 struct nf_conntrack_expect *i, *exp = NULL; nf_ct_find_expectation() local 231 struct nf_conntrack_expect *exp; nf_ct_remove_expectations() local 287 nf_ct_unexpect_related(struct nf_conntrack_expect *exp) nf_ct_unexpect_related() argument 312 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) nf_ct_expect_init() argument 372 struct nf_conntrack_expect *exp; nf_ct_expect_free_rcu() local 378 nf_ct_expect_put(struct nf_conntrack_expect *exp) nf_ct_expect_put() argument 385 nf_ct_expect_insert(struct nf_conntrack_expect *exp) nf_ct_expect_insert() argument 420 struct nf_conntrack_expect *exp, *last = NULL; evict_oldest_expect() local 513 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_destroy() local 539 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_net() local [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat+csv_output.sh | 30 local exp=0 33 in "--no-args") exp=6 34 ;; "--system-wide") exp=6 35 ;; "--event") exp=6 36 ;; "--interval") exp=7 37 ;; "--per-thread") exp=7 38 ;; "--system-wide-no-aggr") exp=7 39 [ "$(uname -m)" = "s390x" ] && exp='^[6-7]$' 40 ;; "--per-core") exp=8 41 ;; "--per-socket") exp [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 77 } exp; member 177 u8 exp[14]; in hdcs_set_exposure() local 181 ct = hdcs->exp.cto + hdcs->psmp + (HDCS_ADC_START_SIG_DUR + 2); in hdcs_set_exposure() 182 cp = hdcs->exp.cto + (hdcs->w * ct / 2); in hdcs_set_exposure() 185 rp = hdcs->exp.rs + cp; in hdcs_set_exposure() 195 srowexp = hdcs->w - (cycles + hdcs->exp.er + 13) / ct; in hdcs_set_exposure() 197 mnct = (hdcs->exp.er + 12 + ct - 1) / ct; in hdcs_set_exposure() 201 srowexp = cp - hdcs->exp.er - 6 - cycles; in hdcs_set_exposure() 203 mnct = (hdcs->exp.er + 5 + ct - 1) / ct; in hdcs_set_exposure() 213 exp[ in hdcs_set_exposure() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 77 } exp; member 177 u8 exp[14]; in hdcs_set_exposure() local 181 ct = hdcs->exp.cto + hdcs->psmp + (HDCS_ADC_START_SIG_DUR + 2); in hdcs_set_exposure() 182 cp = hdcs->exp.cto + (hdcs->w * ct / 2); in hdcs_set_exposure() 185 rp = hdcs->exp.rs + cp; in hdcs_set_exposure() 195 srowexp = hdcs->w - (cycles + hdcs->exp.er + 13) / ct; in hdcs_set_exposure() 197 mnct = (hdcs->exp.er + 12 + ct - 1) / ct; in hdcs_set_exposure() 201 srowexp = cp - hdcs->exp.er - 6 - cycles; in hdcs_set_exposure() 203 mnct = (hdcs->exp.er + 5 + ct - 1) / ct; in hdcs_set_exposure() 213 exp[ in hdcs_set_exposure() [all...] |
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 284 struct nf_conntrack_expect *exp) in nat_t120() 290 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_t120() 291 exp->expectfn = nf_nat_follow_master; in nat_t120() 292 exp->dir = !dir; in nat_t120() 298 exp->tuple.dst.u.tcp.port = htons(nated_port); in nat_t120() 299 ret = nf_ct_expect_related(exp, 0); in nat_t120() 317 nf_ct_unexpect_related(exp); in nat_t120() 322 &exp->tuple.src.u3.ip, in nat_t120() 323 ntohs(exp in nat_t120() 280 nat_t120(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, H245_TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_t120() argument 331 nat_h245(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_h245() argument 422 nat_q931(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, TransportAddress *taddr, int idx, __be16 port, struct nf_conntrack_expect *exp) nat_q931() argument 518 nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_callforwarding() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 105 exp = (iy & 0x7f800000) >> 23; in denormal_mulf() 114 exp += w - 126 - 46; in denormal_mulf() 115 if (exp > 0) in denormal_mulf() 116 ix = ((int) (m >> (w - 23)) & 0x007fffff) | (exp << 23); in denormal_mulf() 117 else if (exp + 22 >= 0) in denormal_mulf() 118 ix = (int) (m >> (w - 22 - exp)) & 0x007fffff; in denormal_mulf() 165 int exp, w; in denormal_muld() local 172 exp = (iy & 0x7ff0000000000000LL) >> 52; in denormal_muld() 186 exp in denormal_muld() 203 int exp; denormal_subf1() local 230 int exp; denormal_addf1() local 288 int exp; denormal_subd1() local 315 long long exp; denormal_addd1() local 381 int exp = 1023 - 126; denormal_to_double() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 105 exp = (iy & 0x7f800000) >> 23; in denormal_mulf() 114 exp += w - 126 - 46; in denormal_mulf() 115 if (exp > 0) in denormal_mulf() 116 ix = ((int) (m >> (w - 23)) & 0x007fffff) | (exp << 23); in denormal_mulf() 117 else if (exp + 22 >= 0) in denormal_mulf() 118 ix = (int) (m >> (w - 22 - exp)) & 0x007fffff; in denormal_mulf() 165 int exp, w; in denormal_muld() local 172 exp = (iy & 0x7ff0000000000000LL) >> 52; in denormal_muld() 186 exp in denormal_muld() 203 int exp; denormal_subf1() local 230 int exp; denormal_addf1() local 288 int exp; denormal_subd1() local 315 long long exp; denormal_addd1() local 381 int exp = 1023 - 126; denormal_to_double() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 284 struct nf_conntrack_expect *exp) in nat_t120() 290 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_t120() 291 exp->expectfn = nf_nat_follow_master; in nat_t120() 292 exp->dir = !dir; in nat_t120() 294 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_t120() 304 nf_ct_unexpect_related(exp); in nat_t120() 309 &exp->tuple.src.u3.ip, in nat_t120() 310 ntohs(exp->tuple.src.u.tcp.port), in nat_t120() 311 &exp in nat_t120() 280 nat_t120(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, H245_TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_t120() argument 318 nat_h245(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_h245() argument 396 nat_q931(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, TransportAddress *taddr, int idx, __be16 port, struct nf_conntrack_expect *exp) nat_q931() argument 479 nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) nat_callforwarding() argument [all...] |
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 80 int exp = 0; in simple_div() local 92 exp++; in simple_div() 94 *micro_frac = (rem / divisor) * int_pow(10, 6 - exp); in simple_div() 98 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction() argument 100 int divisor = int_pow(10, exp); in split_micro_fraction() 103 *val2 = no % divisor * int_pow(10, 6 - exp); in split_micro_fraction() 114 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format() argument 123 exp = hid_sensor_convert_exponent(exp); in convert_from_vtf_format() 124 if (exp > in convert_from_vtf_format() 136 convert_to_vtf_format(int size, int exp, int val1, int val2) convert_to_vtf_format() argument 306 adjust_exponent_nano(int *val0, int *val1, int scale0, int scale1, int exp) adjust_exponent_nano() argument 358 int exp; hid_sensor_format_scale() local [all...] |
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 75 int exp = 0; in simple_div() local 87 exp++; in simple_div() 89 *micro_frac = (rem / divisor) * int_pow(10, 6 - exp); in simple_div() 93 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction() argument 95 int divisor = int_pow(10, exp); in split_micro_fraction() 98 *val2 = no % divisor * int_pow(10, 6 - exp); in split_micro_fraction() 109 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format() argument 118 exp = hid_sensor_convert_exponent(exp); in convert_from_vtf_format() 119 if (exp > in convert_from_vtf_format() 131 convert_to_vtf_format(int size, int exp, int val1, int val2) convert_to_vtf_format() argument 355 adjust_exponent_nano(int *val0, int *val1, int scale0, int scale1, int exp) adjust_exponent_nano() argument 407 int exp; hid_sensor_format_scale() local [all...] |