Searched refs:LVM_FIRSTLASTCALL (Results 1 – 2 of 2) sorted by relevance
108 pBuffer->BufferState = LVM_FIRSTLASTCALL; in LVM_BufferManagedIn()118 if (((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) && in LVM_BufferManagedIn()154 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) || (pBuffer->BufferState == LVM_LASTCALL)) { in LVM_BufferManagedIn()355 if ((pBuffer->BufferState == LVM_FIRSTCALL) || (pBuffer->BufferState == LVM_FIRSTLASTCALL)) { in LVM_BufferManagedOut()
60 #define LVM_FIRSTLASTCALL 3 /* Single call for small number of samples */ macro