HomeSort by: relevance | last modified time | path
    Searched defs:ci2 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/kern/
subr_cpu.c 204 cpu_topology_link(struct cpu_info *ci, struct cpu_info *ci2, enum cpu_rel rel)
209 for (ci3 = ci2;; ci3 = ci3->ci_sibling[rel]) {
211 if (ci3->ci_sibling[rel] == ci2) {
215 ci->ci_sibling[rel] = ci2;
227 struct cpu_info *ci, *ci2; local
243 ci2 = ci->ci_sibling[rel];
246 aprint_debug(" %s", cpu_name(ci2));
247 ci2 = ci2->ci_sibling[rel];
248 } while (++i < 64 && ci2 != ci->ci_sibling[rel])
310 struct cpu_info *ci, *ci2, *ci3; local
    [all...]
kern_cpu.c 408 struct cpu_info *ci2; local
429 for (CPU_INFO_FOREACH(cii, ci2)) {
430 if ((ci2->ci_schedstate.spc_flags & SPCF_OFFLINE) != 0)
432 if (ci2->ci_schedstate.spc_psid != spc->spc_psid)
482 cpu_is_better(struct cpu_info *ci1, struct cpu_info *ci2)
485 const int ci2_flags = ci2->ci_schedstate.spc_flags;
524 struct cpu_info *ci2; local
547 for (CPU_INFO_FOREACH(cii, ci2)) {
548 if ((ci2->ci_schedstate.spc_flags & SPCF_NOINTR) != 0)
550 if (ci2 == ci
    [all...]
  /src/external/bsd/tmux/dist/
screen-write.c 1651 struct screen_write_citem *ci, *ci2, *tmp, *before = NULL; local
1712 ci2 = screen_write_get_citem();
1713 ci2->type = ci->type;
1714 ci2->bg = ci->bg;
1715 memcpy(&ci2->gc, &ci->gc, sizeof ci2->gc);
1716 TAILQ_INSERT_AFTER(&cl->items, ci, ci2, entry);
1719 ci2->x = ex + 1;
1720 ci2->used = cex - ex;
1723 ci->x, ci->x + ci->used - 1, ci, ci2->x
    [all...]
  /src/sys/uvm/
uvm_page.c 872 struct cpu_info *ci, *ci2, *ci3; local
922 ci2 = ci->ci_sibling[CPUREL_PACKAGE1ST];
928 ci3 = ci2;
932 } while (ci3 != ci2);
934 ci2 = ci2->ci_sibling[CPUREL_PACKAGE1ST];
935 } while (ci2 != ci->ci_sibling[CPUREL_PACKAGE1ST]);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vrp.cc 2921 const struct case_info *ci2 = (const struct case_info *) p2; local
2923 int idx2 = ci2->bb->index;
2932 else if (!CASE_LOW (ci2->expr))
2936 CASE_LOW (ci2->expr));
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 6396 charinfo *ci2 = tok.get_char(1); local
6397 if (ci2 == 0)
6399 if (ci1 == ci2)
6402 ci1->set_translation(ci2, translate_transparent, translate_input);
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1016 tree ci2 = get_constraints (newfn);
1018 tree req2 = ci2 ? CI_ASSOCIATED_CONSTRAINTS (ci2) : NULL_TREE;
1011 tree ci2 = get_constraints (newfn); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 966 tree ci2 = get_constraints (newfn);
968 tree req2 = ci2 ? CI_ASSOCIATED_CONSTRAINTS (ci2) : NULL_TREE;
961 tree ci2 = get_constraints (newfn); local

Completed in 140 milliseconds