#include <linux/node.h>
#include <linux/compiler.h>
#include <linux/cpumask.h>
Go to the source code of this file.
#define CPU_DEAD 0x0007 /* CPU (unsigned)v dead */ |
Definition at line 86 of file cpu.h.
#define CPU_DOWN_FAILED 0x0006 /* CPU (unsigned)v NOT going down */ |
Definition at line 85 of file cpu.h.
#define CPU_DOWN_PREPARE 0x0005 /* CPU (unsigned)v going down */ |
Definition at line 84 of file cpu.h.
Definition at line 99 of file cpu.h.
Value:
Definition at line 87 of file cpu.h.
#define cpu_notifier |
( |
|
fn, |
|
|
|
pri |
|
) |
| do { (void)(fn); } while (0) |
#define CPU_ONLINE 0x0002 /* CPU (unsigned)v is up */ |
Definition at line 81 of file cpu.h.
Definition at line 96 of file cpu.h.
Value:
Definition at line 88 of file cpu.h.
Value:
Definition at line 89 of file cpu.h.
#define CPU_TASKS_FROZEN 0x0010 |
Definition at line 94 of file cpu.h.
#define CPU_UP_CANCELED 0x0004 /* CPU (unsigned)v NOT coming up */ |
Definition at line 83 of file cpu.h.
Definition at line 98 of file cpu.h.
#define CPU_UP_PREPARE 0x0003 /* CPU (unsigned)v coming up */ |
Definition at line 82 of file cpu.h.
Definition at line 97 of file cpu.h.
#define get_online_cpus |
( |
| ) |
do { } while (0) |
#define hotcpu_notifier |
( |
|
fn, |
|
|
|
pri |
|
) |
| do { (void)(fn); } while (0) |
#define put_online_cpus |
( |
| ) |
do { } while (0) |
#define register_hotcpu_notifier |
( |
|
nb | ) |
({ (void)(nb); 0; }) |
#define unregister_hotcpu_notifier |
( |
|
nb | ) |
({ (void)(nb); }) |
- Enumerator:
CPU_PRI_SCHED_ACTIVE |
|
CPU_PRI_CPUSET_ACTIVE |
|
CPU_PRI_SCHED_INACTIVE |
|
CPU_PRI_CPUSET_INACTIVE |
|
CPU_PRI_PERF |
|
CPU_PRI_MIGRATION |
|
CPU_PRI_WORKQUEUE_UP |
|
CPU_PRI_WORKQUEUE_DOWN |
|
Definition at line 56 of file cpu.h.
bool cpu_is_hotpluggable |
( |
unsigned |
cpu | ) |
|
Definition at line 19 of file cpu.c.