Searched refs:tmpbits (Results 1 – 2 of 2) sorted by relevance
623 unsigned long tmpbits; in qemu_thread_get_affinity() local628 tmpbits = CPU_SETSIZE; in qemu_thread_get_affinity()630 setsize = CPU_ALLOC_SIZE(tmpbits); in qemu_thread_get_affinity()631 cpuset = CPU_ALLOC(tmpbits); in qemu_thread_get_affinity()640 tmpbits *= 2; in qemu_thread_get_affinity()647 *nbits = tmpbits; in qemu_thread_get_affinity()648 *host_cpus = bitmap_new(tmpbits); in qemu_thread_get_affinity()649 for (i = 0; i < tmpbits; i++) { in qemu_thread_get_affinity()
1941 unsigned short tmpbits = 0; in ispVMBitShift() local1955 tmpbits = bits; in ispVMBitShift()1956 while (tmpbits > 0) { in ispVMBitShift()1962 tmpbits--; in ispVMBitShift()1970 tmpbits = bits; in ispVMBitShift()1971 while (tmpbits > 0) { in ispVMBitShift()1977 tmpbits--; in ispVMBitShift()