Lines Matching refs:tset
257 cpuset_t tset; in xt_one_unchecked() local
271 CPUSET_ZERO(tset); in xt_one_unchecked()
275 CPUSET_ADD(tset, cix); in xt_one_unchecked()
283 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2); in xt_one_unchecked()
288 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2); in xt_one_unchecked()
304 cpuset_t xc_cpuset, tset; in xt_some() local
318 CPUSET_ZERO(tset); in xt_some()
322 CPUSET_ADD(tset, lcx); in xt_some()
347 XC_TRACE(XT_SOME_SELF, &tset, func, arg1, arg2); in xt_some()
370 cpuset_t xc_cpuset, tset; in xt_all() local
384 CPUSET_ZERO(tset); in xt_all()
388 CPUSET_ADD(tset, lcx); in xt_all()
406 XC_TRACE(XT_ALL_SELF, &tset, func, arg1, arg2); in xt_all()
427 cpuset_t tset; in xc_one() local
439 CPUSET_ZERO(tset); in xc_one()
445 CPUSET_ADD(tset, cix); in xc_one()
448 XC_TRACE(XC_ONE_SELF, &tset, func, arg1, arg2); in xc_one()
461 XC_TRACE(XC_ONE_OTHER_H, &tset, func, arg1, arg2); in xc_one()
515 XC_TRACE(XC_ONE_OTHER, &tset, func, arg1, arg2); in xc_one()
553 cpuset_t xc_cpuset, tset; in xc_some() local
558 CPUSET_ZERO(tset); in xc_some()
563 CPUSET_ADD(tset, lcx); in xc_some()
588 XC_TRACE(XC_SOME_SELF, &tset, func, arg1, arg2); in xc_some()
647 cpuset_t xc_cpuset, tset; in xc_all() local
652 CPUSET_ZERO(tset); in xc_all()
657 CPUSET_ADD(tset, lcx); in xc_all()
668 XC_TRACE(XC_ALL_SELF, &tset, func, arg1, arg2); in xc_all()
912 cpuset_t tset; in xc_serv() local
915 CPUSET_ZERO(tset); in xc_serv()
916 CPUSET_ADD(tset, lcx); in xc_serv()
922 XC_TRACE(XC_SERV, &tset, func, xmp->xc_arg1, xmp->xc_arg2); in xc_serv()
929 XC_TRACE(XC_SERV, &tset, func, arg1, arg2); in xc_serv()
953 cpuset_t tset; in xc_loop() local
957 CPUSET_ZERO(tset); in xc_loop()
989 CPUSET_ADD(tset, lcx); in xc_loop()
992 XC_TRACE(XC_LOOP_ENTER, &tset, NULL, 0, 0); in xc_loop()
998 XC_TRACE(XC_LOOP_DOIT, &tset, func, arg1, arg2); in xc_loop()
1030 XC_TRACE(XC_LOOP_EXIT, &tset, NULL, 0, 0); in xc_loop()