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 */
'2'>stat only
authorJoe Lawrence <joe.lawrence@redhat.com>2016-08-09 14:01:30 -0400
committerJens Axboe <axboe@fb.com>2016-08-11 09:37:23 -0600
commit005411ea7ee776a56b1e0120a31c65efdee5cab1 (patch)
tree8e9a7f2da028926e27ee8544cd7b1e7d66bf0c40 /Documentation
parentc21377f8366c95440d533edbe47d070f662c62ef (diff)
doc: update block/queue-sysfs.txt entries
Add descriptions for dax, io_poll, and write_same_max_bytes files. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'Documentation')