Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dscatterlist.c248 unsigned int max_ents, struct scatterlist *first_chunk, in __sg_alloc_table() argument
276 if (first_chunk) { in __sg_alloc_table()
277 sg = first_chunk; in __sg_alloc_table()
278 first_chunk = NULL; in __sg_alloc_table()
/linux-4.1.27/arch/um/drivers/
Dmconsole_kern.c130 int first_chunk = 1; in mconsole_proc() local
161 if (first_chunk) { in mconsole_proc()
163 first_chunk = 0; in mconsole_proc()
/linux-4.1.27/drivers/scsi/
Dscsi_lib.c593 struct scatterlist *first_chunk = NULL; in scsi_alloc_sgtable() local
604 first_chunk = sdb->table.sgl; in scsi_alloc_sgtable()
608 first_chunk, GFP_ATOMIC, scsi_sg_alloc); in scsi_alloc_sgtable()