Searched refs:ThreadCount (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c212 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX)
315 ObjDesc->Method.ThreadCount++;
633 (MethodDesc->Method.ThreadCount == 1))
656 if (MethodDesc->Method.ThreadCount)
658 MethodDesc->Method.ThreadCount--;
668 if (MethodDesc->Method.ThreadCount)
676 MethodDesc->Method.ThreadCount));
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacobject.h224 UINT8 ThreadCount; member in struct:acpi_object_method
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c152 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"},

Completed in 156 milliseconds