summaryrefslogtreecommitdiff
path: root/cpusched.h
blob: 3af82810c07ab593f581c6576b5c987794a293da (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CPUSCHED_H
#define CPUSCHED_H

extern void init_cpusched(unsigned int cpus);
extern unsigned int socket_to_cpu(int fd);
extern unsigned int register_socket(int fd);
extern void unregister_socket(int fd);
extern void destroy_cpusched(void);

#endif /* CPUSCHED_H */
e:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-11-21 16:26:19 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-11-22 15:02:25 +0800
commitc8467f7a3620698bf3c22f0e199b550fb611a8ae (patch)
treeac4aff2322676b17b409a142c1f41a77eb6678ad /tools/perf/tests
parent8acf7a106326eb94e143552de81f34308149121c (diff)
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
The aliasing check in map_and_copy is no longer necessary because the IPsec ESP code no longer provides an IV that points into the actual request data. As this check is now triggering BUG checks due to the vmalloced stack code, I'm removing it. Reported-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/tests')