Searched refs:KfAcquireSpinLock (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
H A Dhal_var.h48 extern uint8_t KfAcquireSpinLock(kspin_lock *);
H A Dsubr_hal.c272 * functions are KfAcquireSpinLock() and KfReleaseSpinLock(), and
277 * macros that call KfAcquireSpinLock() and KfReleaseSpinLock().
356 KfAcquireSpinLock(lock) function
461 IMPORT_FFUNC(KfAcquireSpinLock, 1),
H A Dntoskrnl_var.h1494 #define KeAcquireSpinLock(a, b) *(b) = KfAcquireSpinLock(a)
1504 #define KeAcquireSpinLock(a, b) *(b) = KfAcquireSpinLock(a)
H A Dsubr_ntoskrnl.c4359 * KeAcquireSpinLockRaiseToDpc() directly to KfAcquireSpinLock()
4361 * On i386, we have to be careful because KfAcquireSpinLock()
4366 IMPORT_SFUNC_MAP(KeAcquireSpinLockRaiseToDpc, KfAcquireSpinLock, 1),

Completed in 161 milliseconds