Searched refs:get_offset (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | sys_parisc.c | 46 static int get_offset(unsigned int last_mmap) in get_offset() function 54 return (get_offset(last_mmap) + pgoff) << PAGE_SHIFT; in shared_align_offset()
|
/linux-4.1.27/net/core/ |
D | net-procfs.c | 9 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro 20 unsigned int count = 0, offset = get_offset(*pos); in dev_from_same_bucket()
|
/linux-4.1.27/drivers/scsi/ |
D | nsp32.c | 2237 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local 2266 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2274 if (get_offset == ASYNC_OFFSET) { in nsp32_analyze_sdtr() 2313 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2321 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2323 get_offset = SYNC_OFFSET; in nsp32_analyze_sdtr() 2333 if (get_offset == ASYNC_OFFSET || entry < 0) { in nsp32_analyze_sdtr() 2337 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2338 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_spi.h | 110 void (*get_offset)(struct scsi_target *); member
|
/linux-4.1.27/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function 208 get_offset((unsigned long *)&mod->core_size, s); in layout_sections()
|
/linux-4.1.27/kernel/ |
D | module.c | 2041 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function 2083 s->sh_entsize = get_offset(mod, &mod->core_size, s, i); in layout_sections() 2112 s->sh_entsize = (get_offset(mod, &mod->init_size, s, i) in layout_sections() 2301 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect, in layout_symtab() 2325 strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect, in layout_symtab()
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 2431 #define get_offset(x) ((x) & ((1L << BUCKET_SPACE) - 1)) macro 2436 unsigned long offset = get_offset(*pos); in unix_from_bucket()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptspi.c | 1206 .get_offset = mptspi_read_parameters,
|