Home
last modified time | relevance | path

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

12

/include/net/netfilter/
A 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);
A Dnf_conntrack_ecache.h62 struct nf_conntrack_expect *exp; member
150 struct nf_conntrack_expect *exp,
167 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report() argument
A Dnf_nat_helper.h41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
A Dnf_conntrack_helper.h149 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
/include/linux/sched/
A 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/
A 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);
A Dnf_conntrack_amanda.h15 struct nf_conntrack_expect *exp);
A Dnf_conntrack_irc.h16 struct nf_conntrack_expect *exp);
A Dnf_conntrack_tftp.h24 struct nf_conntrack_expect *exp);
A Dnf_conntrack_ftp.h35 struct nf_conntrack_expect *exp);
A Dnf_conntrack_sip.h125 struct nf_conntrack_expect *exp,
/include/linux/
A Dcompiler.h244 # define TYPEOF_UNQUAL(exp) __typeof_unqual__(exp) argument
246 # define TYPEOF_UNQUAL(exp) __typeof__(exp) argument
A Dreciprocal_div.h41 u8 sh, exp; member
A Dposix-timers.h96 static inline void cpu_timer_setexpires(struct cpu_timer *ctmr, u64 exp) in cpu_timer_setexpires() argument
98 ctmr->node.expires = exp; in cpu_timer_setexpires()
A Dmpi.h65 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
A Dkvm_host.h1921 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1926 .exponent = exp, \
1930 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1933 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1941 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1946 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1949 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1954 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1957 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1963 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
[all …]
A Dpoll.h112 fd_set __user *exp, struct timespec64 *end_time);
A Dmath.h210 u64 int_pow(u64 base, unsigned int exp);
A Dccp.h375 struct scatterlist *exp; member
/include/math-emu/
A 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;
A 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;
A Dsingle.h52 unsigned exp : _FP_EXPBITS_S; member
56 unsigned exp : _FP_EXPBITS_S;
A 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; \
A 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/
A Ddvb_vb2.h244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);

Completed in 44 milliseconds

12