|
Linux Kernel
3.7.1
|
#include <asm/kmap_types.h>#include <crypto/algapi.h>#include <linux/hardirq.h>#include <linux/highmem.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/scatterlist.h>#include <linux/sched.h>Go to the source code of this file.
Functions | |
| void | scatterwalk_start (struct scatter_walk *walk, struct scatterlist *sg) |
| void | scatterwalk_copychunks (void *buf, struct scatter_walk *walk, size_t nbytes, int out) |
| void * | scatterwalk_map (struct scatter_walk *walk) |
| void | scatterwalk_done (struct scatter_walk *walk, int out, int more) |
| void | scatterwalk_map_and_copy (void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) |
Definition at line 76 of file scatterwalk.c.
| void scatterwalk_done | ( | struct scatter_walk * | walk, |
| int | out, | ||
| int | more | ||
| ) |
Definition at line 69 of file scatterwalk.c.
| void* scatterwalk_map | ( | struct scatter_walk * | walk | ) |
Definition at line 43 of file scatterwalk.c.
| void scatterwalk_map_and_copy | ( | void * | buf, |
| struct scatterlist * | sg, | ||
| unsigned int | start, | ||
| unsigned int | nbytes, | ||
| int | out | ||
| ) |
Definition at line 103 of file scatterwalk.c.
| void scatterwalk_start | ( | struct scatter_walk * | walk, |
| struct scatterlist * | sg | ||
| ) |
Definition at line 33 of file scatterwalk.c.
1.8.2