Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Deprom.c300 void *table_buffer = NULL; in read_segment_platform_config() local
331 table_buffer = kmalloc(directory_size, GFP_KERNEL); in read_segment_platform_config()
332 if (!table_buffer) in read_segment_platform_config()
335 directory_size, table_buffer); in read_segment_platform_config()
338 table = table_buffer; in read_segment_platform_config()
442 kfree(table_buffer); in read_segment_platform_config()