Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_rd.c123 unsigned int chain_entry = 0; in rd_allocate_sgl_table() local
132 chain_entry = 1; in rd_allocate_sgl_table()
134 sg = kmalloc_array(sg_per_table + chain_entry, sizeof(*sg), in rd_allocate_sgl_table()
139 sg_init_table(sg, sg_per_table + chain_entry); in rd_allocate_sgl_table()