Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 128) sorted by relevance

123456

/linux/arch/powerpc/kernel/
H A Dvecemu.c41 int exp, pwr; in eexp2() local
96 int exp, mant, lz, frac; in elog2() local
159 int exp, mant; in ctsxs() local
181 int exp; in ctuxs() local
209 int exp; in rfiz() local
224 int exp, mask; in rfii() local
245 int exp, half; in rfin() local
/linux/fs/nfsd/
H A Dexport.c369 struct svc_export *exp = container_of(to_rcu_work(work), in svc_export_release() local
383 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local
399 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local
532 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
573 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
576 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse()
626 struct svc_export exp = {}, *expp; in svc_export_parse() local
783 struct svc_export *exp; in svc_export_show() local
920 svc_export_hash(struct svc_export *exp) in svc_export_hash()
931 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
[all …]
H A Dexport.h99 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument
100 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument
101 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument
128 static inline void exp_put(struct svc_export *exp) in exp_put()
133 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
H A Dauth.c8 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp) in nfsexp_flags()
21 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp) in nfsd_setuser()
/linux/net/netfilter/
H A Dnf_conntrack_expect.c47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() argument
75 struct nf_conntrack_expect *exp in nf_ct_expectation_timed_out() local
120 nf_ct_remove_expect(struct nf_conntrack_expect * exp) nf_ct_remove_expect() argument
180 struct nf_conntrack_expect *i, *exp = NULL; nf_ct_find_expectation() local
236 struct nf_conntrack_expect *exp; nf_ct_remove_expectations() local
292 nf_ct_unexpect_related(struct nf_conntrack_expect * exp) nf_ct_unexpect_related() argument
321 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
394 struct nf_conntrack_expect *exp; nf_ct_expect_free_rcu() local
400 nf_ct_expect_put(struct nf_conntrack_expect * exp) nf_ct_expect_put() argument
407 nf_ct_expect_insert(struct nf_conntrack_expect * exp) nf_ct_expect_insert() argument
442 struct nf_conntrack_expect *exp, *last = NULL; evict_oldest_expect() local
538 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_destroy() local
564 struct nf_conntrack_expect *exp; nf_ct_expect_iterate_net() local
[all...]
H A Dnf_conntrack_netlink.c2865 struct nf_conntrack_expect *exp; ctnetlink_glue_attach_expect() local
2971 nf_expect_get_id(const struct nf_conntrack_expect * exp) nf_expect_get_id() argument
2992 ctnetlink_exp_dump_expect(struct sk_buff * skb,const struct nf_conntrack_expect * exp) ctnetlink_exp_dump_expect() argument
3060 ctnetlink_exp_fill_info(struct sk_buff * skb,u32 portid,u32 seq,int event,const struct nf_conntrack_expect * exp) ctnetlink_exp_fill_info() argument
3087 struct nf_conntrack_expect *exp = item->exp; ctnetlink_expect_event() local
3134 ctnetlink_exp_id(const struct nf_conntrack_expect * exp) ctnetlink_exp_id() argument
3151 struct nf_conntrack_expect *exp; ctnetlink_exp_dump_table() local
3196 struct nf_conntrack_expect *exp; ctnetlink_exp_ct_dump_table() local
3305 struct nf_conntrack_expect *exp; ctnetlink_get_expect() local
3378 expect_iter_name(struct nf_conntrack_expect * exp,void * data) expect_iter_name() argument
3390 expect_iter_all(struct nf_conntrack_expect * exp,void * data) expect_iter_all() argument
3400 struct nf_conntrack_expect *exp; ctnetlink_del_expect() local
3484 ctnetlink_parse_expect_nat(const struct nlattr * attr,struct nf_conntrack_expect * exp,u_int8_t u3) ctnetlink_parse_expect_nat() argument
3523 struct nf_conntrack_expect *exp; ctnetlink_alloc_expect() local
3601 struct nf_conntrack_expect *exp; ctnetlink_create_expect() local
3647 struct nf_conntrack_expect *exp; ctnetlink_new_expect() local
[all...]
H A Dnf_conntrack_h323_main.c292 struct nf_conntrack_expect *exp; in expect_t120() local
631 struct nf_conntrack_expect *exp; in expect_h245() local
747 struct nf_conntrack_expect *exp; expect_callforwarding() local
1189 struct nf_conntrack_expect *exp; find_expect() local
1216 struct nf_conntrack_expect *exp; expect_q931() local
1287 struct nf_conntrack_expect *exp; process_gcf() local
1367 struct nf_conntrack_expect *exp; process_rcf() local
1498 struct nf_conntrack_expect *exp; process_acf() local
1565 struct nf_conntrack_expect *exp; process_lcf() local
[all...]
H A Dnf_nat_helper.c180 struct nf_conntrack_expect *exp) in nf_nat_follow_master()
202 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port) in nf_nat_exp_find_port()
H A Dnf_nat_tftp.c25 struct nf_conntrack_expect *exp) in help()
H A Dnf_conntrack_broadcast.c25 struct nf_conntrack_expect *exp; in nf_conntrack_broadcast_help() local
[all...]
H A Dnf_nat_amanda.c33 struct nf_conntrack_expect *exp) in help() argument
[all...]
/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c98 int exp, w; in denormal_mulf() local
165 int exp, w; in denormal_muld() local
203 int exp; in denormal_subf1() local
230 int exp; in denormal_addf1() local
288 int exp; in denormal_subd1() local
315 long long exp; in denormal_addd1() local
381 int exp = 1023 - 126; in denormal_to_double() local
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c79 int exp = 0; in simple_div() local
97 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction()
113 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format()
135 static u32 convert_to_vtf_format(int size, int exp, int val1, int val2) in convert_to_vtf_format()
360 int scale1, int exp) in adjust_exponent_nano()
411 int exp; in hid_sensor_format_scale() local
/linux/arch/m68k/math-emu/
H A Dfp_arith.c147 int exp; in fp_fmul() local
224 int exp; in fp_fdiv() local
303 int exp; in fp_fsglmul() local
359 int exp; in fp_fsgldiv() local
/linux/arch/x86/math-emu/
H A Dreg_ld_str.c39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep()
55 int exp; in FPU_tagof() local
97 int exp, tag, negative; in FPU_load_double() local
159 int exp, tag, negative; in FPU_load_single() local
384 int exp; in FPU_store_double() local
569 int exp; in FPU_store_single() local
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local
40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local
/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c284 struct nf_conntrack_expect *exp) in nat_t120()
322 struct nf_conntrack_expect *exp) in nat_h245()
400 __be16 port, struct nf_conntrack_expect *exp) in nat_q931()
484 struct nf_conntrack_expect *exp) in nat_callforwarding()
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c141 ip_vs_nfct_expect_callback(struct nf_conn * ct,struct nf_conntrack_expect * exp) ip_vs_nfct_expect_callback() argument
215 struct nf_conntrack_expect *exp; ip_vs_nfct_expect_related() local
[all...]
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h69 nf_ct_exp_net(struct nf_conntrack_expect * exp) nf_ct_exp_net() argument
123 nf_ct_unlink_expect(struct nf_conntrack_expect * exp) nf_ct_unlink_expect() argument
/linux/lib/math/
H A Dint_pow.c19 u64 int_pow(u64 base, unsigned int exp) in int_pow()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c426 struct core_reloc_type_id_output *exp = (void *)test->output; setup_type_id_case_local() local
497 struct core_reloc_type_id_output *exp = (void *)test->output; setup_type_id_case_success() local
521 struct core_reloc_type_id_output *exp = (void *)test->output; setup_type_id_case_failure() local
541 struct core_reloc_module_output *exp = (void *)test->output; __trigger_module_test_read() local
[all...]
H A Dkptr_xchg_inline.c12 struct bpf_insn exp; in test_kptr_xchg_inline() local
/linux/tools/testing/selftests/powerpc/math/
H A Dmma.c21 uint32_t exp[4*4] = {1, 2, 3, 4, in mma() local
/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h121 #define D_ASSERT(x, exp) \ argument
133 #define expect(x, exp) ({ \ argument
/linux/drivers/iio/chemical/
H A Dsgp40.c106 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp()
148 u32 exp = 0; in sgp40_calc_voc() local

123456