OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
459
cpu_is_type
(struct cpu_info *ci, int wanted)
function
470
return
cpu_is_type
(ci, wanted);
478
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 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026