projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] Time and seek optimizations
[fio.git]
/
arch-alpha.h
1
#ifndef ARCH_ALPHA_H
2
#define ARCH_ALPHA_H
3
4
#define ARCH (arch_alpha)
5
6
#ifndef __NR_ioprio_set
7
#define __NR_ioprio_set 442
8
#define __NR_ioprio_get 443
9
#endif
10
11
#ifndef __NR_fadvise64
12
#define __NR_fadvise64 413
13
#endif
14
15
#define nop do { } while (0)
16
#define ffz(v) generic_ffz((v))
17
18
#endif