Searched defs:error_block_length (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/apei/
H A Dghes.c297 unsigned int error_block_length; local
307 error_block_length = generic->error_block_length;
308 if (error_block_length > GHES_ESTATUS_MAX_SIZE) {
312 error_block_length, generic->header.source_id);
313 error_block_length = GHES_ESTATUS_MAX_SIZE;
315 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL);
427 if (len > ghes->generic->error_block_length)
894 block_length = min_t(unsigned long, generic->error_block_length,
932 if (generic->error_block_length <
[all...]

Completed in 12 milliseconds