Lines Matching full:serialized
189 * NOTE: It is a bit of overkill to mark all such methods serialized, since
194 * methods as serialized.
268 * Currently used to detect methods that must be marked serialized
291 * Mark the method as serialized. Later code will create a mutex for in AcpiDsDetectNamedOpcodes()
295 * Sync Level mechanism for this method, even though it is now serialized. in AcpiDsDetectNamedOpcodes()
304 "Method serialized [%4.4s] %p - [%s] (%4.4X)\n", in AcpiDsDetectNamedOpcodes()
404 * DESCRIPTION: Create a mutex object for a serialized control method
488 * If this method is serialized, we need to acquire the method mutex. in AcpiDsBeginMethodExecution()
493 * Create a mutex for the method if it is defined to be Serialized in AcpiDsBeginMethodExecution()
511 * If the method was auto-serialized, we just ignore the sync level in AcpiDsBeginMethodExecution()
563 * serialized method. In the auto case, we have to ignore in AcpiDsBeginMethodExecution()
956 * If method is serialized, release the mutex and restore the in AcpiDsTerminateControlMethod()
1006 * Serialized if it appears that the method is incorrectly written and in AcpiDsTerminateControlMethod()
1012 * before marking the method as serialized. in AcpiDsTerminateControlMethod()
1019 "Marking method %4.4s as Serialized " in AcpiDsTerminateControlMethod()
1026 * "pending serialized". The probable cause is that the method in AcpiDsTerminateControlMethod()
1032 * marking the method permanently as Serialized when the last in AcpiDsTerminateControlMethod()