Searched refs:longcnt (Results 1 – 1 of 1) sorted by relevance
386 unsigned long longcnt; in mtdpstore_notify_add() local419 longcnt = BITS_TO_LONGS(div_u64(mtd->size, info->kmsg_size)); in mtdpstore_notify_add()420 cxt->rmmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()421 cxt->usedmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()423 longcnt = BITS_TO_LONGS(div_u64(mtd->size, mtd->erasesize)); in mtdpstore_notify_add()424 cxt->badmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()