Searched refs:exact (Results 1 – 9 of 9) sorted by relevance
76 static struct cpupool *__cpupool_find_by_id(int id, int exact) in __cpupool_find_by_id() argument86 return (!exact || (*q == NULL) || ((*q)->cpupool_id == id)) ? *q : NULL; in __cpupool_find_by_id()94 static struct cpupool *__cpupool_get_by_id(int poolid, int exact) in __cpupool_get_by_id() argument98 c = __cpupool_find_by_id(poolid, exact); in __cpupool_get_by_id()
27 bool exact /* exactly poolid or >= poolid */) in cpupool_info() argument35 if (exact || errno != ENOENT) in cpupool_info()40 if (exact && xcinfo->cpupool_id != poolid) in cpupool_info()
171 - first, exact matches, sorted alphabetically (an exact match
155 /boot and loaded as a module by grub. The exact position and filename of the
525 A trailing `@<offset>` specifies the exact address this area should be665 * `<size>` specifies the exact amount of memory.1471 * `<size>` specifies the exact amount of memory. Overrides both min and max.
23 bash> gdb ./vmlinux (exact matching vmlinux of guest kernel)
101 instructions requesting specific feature bitmap sets. The exact MSRs, and
1300 exact same syntax as in B<cpupool-cpu-add> above.
571 + * an exact limit.
Completed in 12 milliseconds