/include/net/netfilter/ |
A D | nf_conntrack_expect.h | 63 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 D | nf_conntrack_ecache.h | 62 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 D | nf_nat_helper.h | 41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
|
A D | nf_conntrack_helper.h | 149 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
|
/include/linux/sched/ |
A D | loadavg.h | 29 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 D | nf_conntrack_h323.h | 72 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 D | nf_conntrack_amanda.h | 15 struct nf_conntrack_expect *exp);
|
A D | nf_conntrack_irc.h | 16 struct nf_conntrack_expect *exp);
|
A D | nf_conntrack_tftp.h | 24 struct nf_conntrack_expect *exp);
|
A D | nf_conntrack_ftp.h | 35 struct nf_conntrack_expect *exp);
|
A D | nf_conntrack_sip.h | 125 struct nf_conntrack_expect *exp,
|
/include/linux/ |
A D | compiler.h | 244 # define TYPEOF_UNQUAL(exp) __typeof_unqual__(exp) argument 246 # define TYPEOF_UNQUAL(exp) __typeof__(exp) argument
|
A D | reciprocal_div.h | 41 u8 sh, exp; member
|
A D | posix-timers.h | 96 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 D | mpi.h | 65 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
|
A D | kvm_host.h | 1921 #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 D | poll.h | 112 fd_set __user *exp, struct timespec64 *end_time);
|
A D | math.h | 210 u64 int_pow(u64 base, unsigned int exp);
|
A D | ccp.h | 375 struct scatterlist *exp; member
|
/include/math-emu/ |
A D | double.h | 61 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 D | quad.h | 62 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 D | single.h | 52 unsigned exp : _FP_EXPBITS_S; member 56 unsigned exp : _FP_EXPBITS_S;
|
A D | op-1.h | 80 X##_e = _flo.bits.exp; \ 90 X##_e = _flo->bits.exp; \ 103 _flo.bits.exp = X##_e; \ 115 _flo->bits.exp = X##_e; \
|
A D | op-2.h | 186 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 D | dvb_vb2.h | 244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);
|