HomeSort by: relevance | last modified time | path
    Searched refs:cpu_is_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
cpu.h 119 bool cpu_is_type(struct cpu_info *, int);
  /src/sys/kern/
kern_cpu.c 456 cpu_is_type(struct cpu_info *ci, int wanted) function in typeref:typename:bool
467 return cpu_is_type(ci, wanted);
475 return cpu_is_type(ci, wanted);
kern_runq.c 612 if (cpu_is_type(tci, flags) && sched_migratable(l, tci)) {
634 if (cpu_is_type(tci, flags) && sched_migratable(l, tci)) {

Completed in 14 milliseconds