Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 30) sorted by relevance

12

/include/net/netfilter/
Dnf_conntrack_expect.h63 static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) in nf_ct_exp_net() argument
65 return nf_ct_net(exp->master); in nf_ct_exp_net()
105 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp,
107 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect() argument
109 nf_ct_unlink_expect_report(exp, 0, 0); in nf_ct_unlink_expect()
113 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp);
114 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp);
128 void nf_ct_expect_put(struct nf_conntrack_expect *exp);
Dnf_conntrack_ecache.h58 struct nf_conntrack_expect *exp; member
138 struct nf_conntrack_expect *exp,
155 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report() argument
Dnf_nat_helper.h41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
Dnf_conntrack_helper.h149 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
/include/linux/sched/
Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
33 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
40 extern unsigned long calc_load_n(unsigned long load, unsigned long exp,
/include/linux/netfilter/
Dnf_conntrack_h323.h72 struct nf_conntrack_expect *exp);
79 struct nf_conntrack_expect *exp);
86 struct nf_conntrack_expect *exp);
92 __be16 port, struct nf_conntrack_expect *exp);
Dnf_conntrack_amanda.h15 struct nf_conntrack_expect *exp);
Dnf_conntrack_irc.h16 struct nf_conntrack_expect *exp);
Dnf_conntrack_tftp.h24 struct nf_conntrack_expect *exp);
Dnf_conntrack_ftp.h35 struct nf_conntrack_expect *exp);
Dnf_conntrack_sip.h125 struct nf_conntrack_expect *exp,
Dnf_conntrack_pptp.h317 struct nf_conntrack_expect *exp);
/include/linux/
Dreciprocal_div.h41 u8 sh, exp; member
Dposix-timers.h83 static inline void cpu_timer_setexpires(struct cpu_timer *ctmr, u64 exp) in cpu_timer_setexpires() argument
85 ctmr->node.expires = exp; in cpu_timer_setexpires()
Dmpi.h65 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
Dkvm_host.h1911 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1916 .exponent = exp, \
1920 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1923 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1928 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1931 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1936 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1939 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1944 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1947 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
[all …]
Dpoll.h122 fd_set __user *exp, struct timespec64 *end_time);
Dmath.h210 u64 int_pow(u64 base, unsigned int exp);
Dccp.h375 struct scatterlist *exp; member
/include/math-emu/
Ddouble.h61 unsigned exp : _FP_EXPBITS_D; member
67 unsigned exp : _FP_EXPBITS_D;
135 unsigned exp : _FP_EXPBITS_D; member
139 unsigned exp : _FP_EXPBITS_D;
Dquad.h62 unsigned exp : _FP_EXPBITS_Q; member
72 unsigned exp : _FP_EXPBITS_Q;
140 unsigned exp : _FP_EXPBITS_Q; member
146 unsigned exp : _FP_EXPBITS_Q;
Dsingle.h52 unsigned exp : _FP_EXPBITS_S; member
56 unsigned exp : _FP_EXPBITS_S;
Dop-1.h80 X##_e = _flo.bits.exp; \
90 X##_e = _flo->bits.exp; \
103 _flo.bits.exp = X##_e; \
115 _flo->bits.exp = X##_e; \
Dop-2.h186 X##_e = _flo.bits.exp; \
197 X##_e = _flo->bits.exp; \
212 _flo.bits.exp = X##_e; \
225 _flo->bits.exp = X##_e; \
/include/media/
Ddvb_vb2.h244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);

12