File: affinity.h

package info (click to toggle)
numactl 2.0.8~rc4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: ansic: 5,765; sh: 363; makefile: 150; perl: 59
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
enum {
	NO_IO_AFFINITY = -2
};

int resolve_affinity(char *id, struct bitmask *mask);