summaryrefslogtreecommitdiff
path: root/include/linux/prctl.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2002-02-23 21:36:00 +0100
committerIngo Molnar <mingo@elte.hu>2002-02-23 21:36:00 +0100
commit38432d0516cbbffae1278fa7dc2d317df885b289 (patch)
treefe55fc4ee2f5f8d747c6ee2c60730591831cecdf /include/linux/prctl.h
parenteac94688e46e081de1c3b516ee3595d5d8a7c400 (diff)
- new, less intrusive and faster migration method:
/* * This is how migration works: * * 1) we queue a migration_req_t structure in the source CPU's * runqueue and wake up that CPU's migration thread. * 2) we down() the locked semaphore => thread blocks. * 3) migration thread wakes up (implicitly it forces the migrated * thread off the CPU) * 4) it gets the migration request and checks whether the migrated * task is still in the wrong runqueue. * 5) if it's in the wrong runqueue then the migration thread removes * it and puts it into the right queue. * 6) migration thread up()s the semaphore. * 7) we wake up and the migration is done. */
Diffstat (limited to 'include/linux/prctl.h')
0 files changed, 0 insertions, 0 deletions