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 …]
524 char *split; in ddebug_exec_queries() local527 for (i = 0; query; query = split) { in ddebug_exec_queries()528 split = strpbrk(query, ";\n"); in ddebug_exec_queries()529 if (split) in ddebug_exec_queries()530 *split++ = '\0'; in ddebug_exec_queries()
628 Provides a helper to split scatterlists into chunks, each chunk being630 whishes to split a scatterlist amongst multiple DMA channels.
261 bool "Produce split debuginfo in .dwo files"337 Generate compact split BTF type information for kernel modules.343 For modules whose split BTF does not match vmlinux, load without