Searched refs:crcs (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/plat-samsung/ |
D | pm-check.c | 41 static u32 *crcs; /* allocated over suspend/resume */ variable 103 crcs = kmalloc(crc_size+4, GFP_KERNEL); in s3c_pm_check_prepare() 104 if (crcs == NULL) in s3c_pm_check_prepare() 134 if (crcs != NULL) in s3c_pm_check_store() 135 s3c_pm_run_sysram(s3c_pm_makecheck, crcs); in s3c_pm_check_store() 189 if (in_region(ptr, left, crcs, crc_size)) { in s3c_pm_runcheck() 220 if (crcs != NULL) in s3c_pm_check_restore() 221 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore() 234 kfree(crcs); in s3c_pm_check_cleanup() 235 crcs = NULL; in s3c_pm_check_cleanup()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 456 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; in qib_kreceive() local 514 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive() 518 if (crcs) in qib_kreceive() 519 crcs--; in qib_kreceive() 599 return crcs; in qib_kreceive()
|
D | qib_iba6120.c | 1611 u32 istat, ctxtrbits, rmask, crcs = 0; in qib_6120intr() local 1666 crcs += qib_kreceive(dd->rcd[i], in qib_6120intr() 1672 if (crcs) { in qib_6120intr() 1675 cntr += crcs; in qib_6120intr()
|
/linux-4.1.27/include/linux/ |
D | module.h | 237 const unsigned long *crcs; member 416 const unsigned long *crcs; member
|
/linux-4.1.27/kernel/ |
D | module.c | 329 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section() 401 fsa->crc = symversion(syms->crcs, symnum); in check_symbol() 2745 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections() 2909 if ((mod->num_syms && !mod->crcs) in check_module_license_and_versions()
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 131 problem when the free space crcs don't fit inside a single page.
|