projects
/
fio.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'genfio-bash' of https://github.com/sitsofe/fio
[fio.git]
/
os
/
os-windows-7.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#define FIO_MAX_CPUS 512 /* From Hyper-V 2016's max logical processors */
2
#define FIO_CPU_MASK_STRIDE 64
3
#define FIO_CPU_MASK_ROWS (FIO_MAX_CPUS / FIO_CPU_MASK_STRIDE)
4
5
typedef struct {
6
uint64_t row[FIO_CPU_MASK_ROWS];
7
} os_cpu_mask_t;