Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_sbc.c441 struct sg_table write_tbl = { }; in compare_and_write_callback() local
483 if (sg_alloc_table(&write_tbl, cmd->t_data_nents, GFP_KERNEL) < 0) { in compare_and_write_callback()
488 write_sg = write_tbl.sgl; in compare_and_write_callback()
584 sg_free_table(&write_tbl); in compare_and_write_callback()