Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_rd.c136 unsigned int chain_entry = 0; in rd_allocate_sgl_table() local
145 chain_entry = 1; in rd_allocate_sgl_table()
147 sg = kcalloc(sg_per_table + chain_entry, sizeof(*sg), in rd_allocate_sgl_table()
155 sg_init_table(sg, sg_per_table + chain_entry); in rd_allocate_sgl_table()