/include/net/netfilter/ |
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);
|
D | nf_conntrack_ecache.h | 156 struct nf_conntrack_expect *exp; member 171 struct nf_conntrack_expect *exp, 183 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report() argument
|
D | nf_conntrack_helper.h | 146 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
|
/include/linux/sched/ |
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/ |
D | nf_conntrack_h323.h | 75 struct nf_conntrack_expect *exp); 81 struct nf_conntrack_expect *exp); 89 struct nf_conntrack_expect *exp); 95 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_amanda.h | 15 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_irc.h | 16 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_tftp.h | 24 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_ftp.h | 35 struct nf_conntrack_expect *exp);
|
D | nf_conntrack_sip.h | 125 struct nf_conntrack_expect *exp,
|
D | nf_conntrack_pptp.h | 323 struct nf_conntrack_expect *exp);
|
/include/linux/ |
D | reciprocal_div.h | 41 u8 sh, exp; member
|
D | posix-timers.h | 101 static inline void cpu_timer_setexpires(struct cpu_timer *ctmr, u64 exp) in cpu_timer_setexpires() argument 103 ctmr->node.expires = exp; in cpu_timer_setexpires()
|
D | poll.h | 120 fd_set __user *exp, struct timespec64 *end_time);
|
D | ccp.h | 374 struct scatterlist *exp; member
|
D | mpi.h | 118 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
|
D | compat.h | 570 compat_ulong_t __user *exp, 575 compat_ulong_t __user *exp, 821 compat_ulong_t __user *outp, compat_ulong_t __user *exp,
|
D | tcp.h | 64 bool exp; /* In RFC6994 experimental option format */ member
|
/include/math-emu/ |
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;
|
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;
|
D | single.h | 52 unsigned exp : _FP_EXPBITS_S; member 56 unsigned exp : _FP_EXPBITS_S;
|
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; \
|
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; \
|
D | op-4.h | 191 X##_e = _flo.bits.exp; \ 204 X##_e = _flo->bits.exp; \ 215 _flo.bits.exp = X##_e; \ 229 _flo->bits.exp = X##_e; \
|
/include/media/ |
D | dvb_vb2.h | 244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);
|