Home
last modified time | relevance | path

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

/lib/
Dsg_split.c81 struct sg_splitter *split; in sg_split_phys() local
83 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() local
109 for (i = 0, split = splitters; i < nb_splits; i++, split++) { in sg_split_mapped()
[all …]
Ddynamic_debug.c481 char *split; in ddebug_exec_queries() local
484 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()
DKconfig587 Provides a helper to split scatterlists into chunks, each chunk being
589 whishes to split a scatterlist amongst multiple DMA channels.
DKconfig.debug198 bool "Produce split debuginfo in .dwo files"