Home
last modified time | relevance | path

Searched defs:addend (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/include/net/
Dsnmp.h143 #define SNMP_ADD_STATS_BH(mib, field, addend) \ argument
146 #define SNMP_ADD_STATS_USER(mib, field, addend) \ argument
149 #define SNMP_ADD_STATS(mib, field, addend) \ argument
155 #define SNMP_UPD_PO_STATS(mib, basefield, addend) \ argument
160 #define SNMP_UPD_PO_STATS_BH(mib, basefield, addend) \ argument
169 #define SNMP_ADD_STATS64_BH(mib, field, addend) \ argument
177 #define SNMP_ADD_STATS64_USER(mib, field, addend) \ argument
184 #define SNMP_ADD_STATS64(mib, field, addend) \ argument
190 #define SNMP_UPD_PO_STATS64_BH(mib, basefield, addend) \ argument
199 #define SNMP_UPD_PO_STATS64(mib, basefield, addend) \ argument
[all …]
Dchecksum.h60 static inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add()
67 static inline __wsum csum_sub(__wsum csum, __wsum addend) in csum_sub()
/linux-3.4.99/fs/nfs/
Diostat.h39 long addend) in nfs_add_server_stats()
46 long addend) in nfs_add_stats()
54 long addend) in nfs_add_fscache_stats()
/linux-3.4.99/arch/parisc/kernel/
Dmodule.c391 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
447 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub()
555 Elf32_Sword addend; in apply_relocate_add() local
693 Elf64_Sxword addend; in apply_relocate_add() local
/linux-3.4.99/arch/arm/mach-ixp4xx/include/mach/
Dixp46x_ts.h41 u32 addend; /* 0x08 Time Sync Addend Register */ member
/linux-3.4.99/drivers/ptp/
Dptp_ixp46x.c139 u32 diff, addend; in ptp_ixp_adjfreq() local
Dptp_pch.c57 u32 addend; member
412 u32 diff, addend; in ptp_pch_adjfreq() local
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h481 unsigned int addend; in xt_write_recseq_begin() local
508 static inline void xt_write_recseq_end(unsigned int addend) in xt_write_recseq_end()
/linux-3.4.99/net/sched/
Dcls_flow.c53 u32 addend; member
/linux-3.4.99/net/ipv4/netfilter/
Darp_tables.c263 unsigned int addend; in arpt_do_table() local
1123 unsigned int addend; in do_add_counters() local
Dip_tables.c305 unsigned int addend; in ipt_do_table() local
1312 unsigned int addend; in do_add_counters() local
/linux-3.4.99/scripts/
Drecordmcount.h328 uint_t const addend = in sift_rel_mcount() local
/linux-3.4.99/arch/ia64/kernel/
Dmodule.c627 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc()
/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c330 unsigned int addend; in ip6t_do_table() local
1321 unsigned int addend; in do_add_counters() local
/linux-3.4.99/net/ipv4/
Dip_gre.c942 int addend = sizeof(struct iphdr) + 4; in ipgre_tunnel_bind_dev() local
Dtcp_input.c1992 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering()