Searched refs:lk_call_count (Results 1 – 4 of 4) sorted by relevance
243 sh->lk_call_count); in GetVdatLoadKernelDebug()248 if (sh->lk_call_count > VBSD_MAX_KERNEL_CALLS) in GetVdatLoadKernelDebug()249 first_call_tracked = sh->lk_call_count - VBSD_MAX_KERNEL_CALLS; in GetVdatLoadKernelDebug()250 for (call = first_call_tracked; call < sh->lk_call_count; call++) { in GetVdatLoadKernelDebug()
88 shcall = shared->lk_calls + (shared->lk_call_count in LoadKernel()95 shared->lk_call_count++; in LoadKernel()
516 uint32_t lk_call_count; member
224 TEST_EQ(d->lk_call_count, 0, "VbSharedDataInit lk_call_count"); in VbSharedDataTest()