Home
last modified time | relevance | path

Searched refs:KeSetImportanceDpc (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/compat/ndis/
Dntoskrnl_var.h1432 extern void KeSetImportanceDpc(kdpc *, uint32_t);
Dkern_ndis.c1400 KeSetImportanceDpc(&fdo->do_dpc, KDPC_IMPORTANCE_HIGH);
Dsubr_ndis.c1119 KeSetImportanceDpc(&timer->nt_kdpc, KDPC_IMPORTANCE_LOW);
2286 KeSetImportanceDpc(&intr->ni_dpc, KDPC_IMPORTANCE_LOW); in NdisMRegisterInterrupt()
Dsubr_ntoskrnl.c4027 KeSetImportanceDpc(dpc, imp) function
4422 IMPORT_SFUNC(KeSetImportanceDpc, 2),