Searched refs:psz_init_zone (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | zone.c | 1175 static struct pstore_zone *psz_init_zone(enum pstore_type_id type, in psz_init_zone() function 1246 zone = psz_init_zone(type, off, record_size); in psz_init_zones() 1267 cxt->ppsz = psz_init_zone(PSTORE_TYPE_PMSG, &off, info->pmsg_size); in psz_alloc_zones() 1275 cxt->cpsz = psz_init_zone(PSTORE_TYPE_CONSOLE, &off, in psz_alloc_zones() 1295 cxt->bpsz = psz_init_zone(PSTORE_TYPE_BLACKBOX, &off, in psz_alloc_zones()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | zone.c | 1150 static struct pstore_zone *psz_init_zone(enum pstore_type_id type, in psz_init_zone() function 1221 zone = psz_init_zone(type, off, record_size); in psz_init_zones() 1242 cxt->ppsz = psz_init_zone(PSTORE_TYPE_PMSG, &off, info->pmsg_size); in psz_alloc_zones() 1250 cxt->cpsz = psz_init_zone(PSTORE_TYPE_CONSOLE, &off, in psz_alloc_zones()
|
Completed in 5 milliseconds