Home
last modified time | relevance | path

Searched refs:km_ownerthread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/compat/ndis/
Dsubr_ntoskrnl.c1428 if ((obj->dh_sigstate <= 0 && km->km_ownerthread == td) ||
1455 km->km_ownerthread = td;
3267 kmutex->km_ownerthread = NULL;
3277 if (kmutex->km_ownerthread != curthread) {
3286 kmutex->km_ownerthread = NULL;
Dntoskrnl_var.h440 void *km_ownerthread; member