Searched refs:split (Results 1 – 4 of 4) sorted by relevance
81 struct sg_splitter *split; in sg_split_phys() local83 for (i = 0, split = splitters; i < nb_splits; i++, split++) { in sg_split_phys()84 in_sg = split->in_sg0; in sg_split_phys()85 out_sg = split->out_sg; in sg_split_phys()86 for (j = 0; j < split->nents; j++, out_sg++) { in sg_split_phys()89 out_sg->offset += split->skip_sg0; in sg_split_phys()90 out_sg->length -= split->skip_sg0; in sg_split_phys()98 out_sg[-1].length = split->length_last_sg; in sg_split_phys()107 struct sg_splitter *split; in sg_split_mapped() local109 for (i = 0, split = splitters; i < nb_splits; i++, split++) { in sg_split_mapped()[all …]
481 char *split; in ddebug_exec_queries() local484 for (i = 0; query; query = split) { in ddebug_exec_queries()485 split = strpbrk(query, ";\n"); in ddebug_exec_queries()486 if (split) in ddebug_exec_queries()487 *split++ = '\0'; in ddebug_exec_queries()
587 Provides a helper to split scatterlists into chunks, each chunk being589 whishes to split a scatterlist amongst multiple DMA channels.
198 bool "Produce split debuginfo in .dwo files"