Searched refs:LimiterCopy (Results 1 – 1 of 1) sorted by relevance
41 VOID (*LimiterCopy)(UINTPTR, UINTPTR); member54 .LimiterCopy = PidLimiterCopy,66 .LimiterCopy = OsMemLimiterCopy,79 .LimiterCopy = OsSchedLimitCopy,92 .LimiterCopy = OsDevLimitCopy,105 .LimiterCopy = OsIPCLimitCopy,352 if (g_limiteOps[plimiteID].LimiterCopy != NULL) { in OsPLimitsCreate()353 g_limiteOps[plimiteID].LimiterCopy(newPLimits->limitsList[plimiteID], in OsPLimitsCreate()