Home
last modified time | relevance | path

Searched refs:offs2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ubifs/
Drecovery.c241 int err, offs1, offs2; in ubifs_recover_master_node() local
264 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
265 if (offs1 == offs2) { in ubifs_recover_master_node()
272 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
278 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node()
302 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
303 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c857 void *buf2, size_t offs2, size_t buf2_size) in intel_pt_compare_buffers() argument
859 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers()
862 return memcmp(buf1, buf2 + offs2, compare_size); in intel_pt_compare_buffers()
865 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1284 unsigned int offs2; in matroxfb_getmemory() local
1315 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000) in matroxfb_getmemory()
1316 mga_writeb(vm, offs2, *tmp++); in matroxfb_getmemory()