Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/
Dmtdpstore.c386 unsigned long longcnt; in mtdpstore_notify_add() local
419 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()