Home
last modified time | relevance | path

Searched defs:get_offset (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/arch/parisc/kernel/
Dsys_parisc.c64 static int get_offset(struct address_space *mapping) in get_offset() function
/linux-3.3/net/netfilter/
Dnf_conntrack_proto_tcp.c500 typeof(nf_ct_nat_offset) get_offset = rcu_dereference(nf_ct_nat_offset); in nat_offset() local
/linux-3.3/include/scsi/
Dscsi_transport_spi.h110 void (*get_offset)(struct scsi_target *); member
/linux-3.3/arch/mips/kernel/
Dvpe.c292 static long get_offset(unsigned long *size, Elf_Shdr * sechdr) in get_offset() function
/linux-3.3/drivers/scsi/
Dnsp32.c2268 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local
/linux-3.3/kernel/
Dmodule.c1979 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function
/linux-3.3/net/core/
Ddev.c4047 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro