Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/
Dsnmp.h131 #define SNMP_ADD_STATS_BH(mib, field, addend) \ argument
133 #define SNMP_ADD_STATS_USER(mib, field, addend) \ argument
135 #define SNMP_ADD_STATS(mib, field, addend) \ argument
141 #define SNMP_UPD_PO_STATS(mib, basefield, addend) \ argument
150 #define SNMP_UPD_PO_STATS_BH(mib, basefield, addend) \ argument
161 #define SNMP_ADD_STATS64_BH(mib, field, addend) \ argument
168 #define SNMP_ADD_STATS64_USER(mib, field, addend) \ argument
178 #define SNMP_ADD_STATS64(mib, field, addend) \ argument
191 #define SNMP_UPD_PO_STATS64(mib, basefield, addend) \ argument
202 #define SNMP_UPD_PO_STATS64_BH(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-2.6.39/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-2.6.39/arch/parisc/kernel/
Dmodule.c383 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
439 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub()
559 Elf32_Sword addend; in apply_relocate_add() local
697 Elf64_Sxword addend; in apply_relocate_add() local
/linux-2.6.39/net/sched/
Dcls_flow.c50 u32 addend; member
/linux-2.6.39/scripts/
Drecordmcount.h288 uint_t const addend = _w(_w(relp->r_offset) - recval); in sift_rel_mcount() local
/linux-2.6.39/arch/ia64/kernel/
Dmodule.c635 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc()
/linux-2.6.39/net/ipv4/
Dip_gre.c933 int addend = sizeof(struct iphdr) + 4; in ipgre_tunnel_bind_dev() local
Dtcp_input.c1948 static void tcp_check_reno_reordering(struct sock *sk, const int addend) in tcp_check_reno_reordering()