Lines Matching defs:online
67 * be specified to be "omnipresent", denoting firing on all online CPUs.
1553 cpu_t *online = NULL;
1604 if (online == NULL)
1605 online = c;
1632 if ((c = online) != NULL)
2545 * on all online CPUs.
2753 * online and offline handlers. Omnipresent cyclics run on all online
2773 * by omni online handler
2775 * omni online handler
2777 * The omni cyclic online handler is always called _before_ the omni
2779 * description implies, the online handler must fill in the two structures
2793 * The omni online handler is called in the same context as cyclic_add(),
2794 * and has the same liberties: omni online handlers may perform KM_SLEEP
2796 * by cyclic handlers. However, omni cyclic online handlers may _not_
2809 * was set in the omni online handler)
2814 * online handler. The context of the offline handler is identical to
2815 * that of the online handler; the same constraints and liberties apply.
2855 * We must have found at least one online CPU on which to run
3306 * cyclic_online()'s only argument is a CPU to online. The specified
3326 CYC_PTRACE1("online", cpu);