Work stealing is a technique that is used to balance the load between the processor’s kernel threads.

  • If a processor is idle, it will steal work from another processor or the global run queue, or the network poller

NOTE: Work stealing will only occur if the global run queue is empty.