Lines Matching defs:set
459 ulong_t *set,
470 if (BT_TEST(set, CPU->cpu_id) && (CPU->cpu_flags & CPU_READY) &&
492 if (!BT_TEST(set, c))
553 ulong_t *set)
603 if (!BT_TEST(set, c))
630 ulong_t *set,
638 xc_priority_common((xc_func_t)func, arg1, arg2, arg3, set);
651 cpuset_t set;
658 CPUSET_ALL_BUT(set, this_cpu);
659 xc_priority_common((xc_func_t)func, 0, 0, 0, CPUSET2BV(set));
674 ulong_t *set,
677 xc_common(func, arg1, arg2, arg3, set, XC_MSG_ASYNC);
689 ulong_t *set,
692 xc_common(func, arg1, arg2, arg3, set, XC_MSG_CALL);
704 ulong_t *set,
707 xc_common(func, arg1, arg2, arg3, set, XC_MSG_SYNC);