Displaying 3 results from an estimated 3 matches for "keacquirespinlock".
2008 Jun 05
0
GPL PV Windows xennet driver will BSOD
...be stepped on.
A simple solution, which I have verified is to dispose of the free list buffers (if there are any) by calling the function XenFreelist_Dispose() prior to calling the function XenNet_RxBufferFree()
Here’s the fix for the function XenNet_RxShutdown(); add the following lines after KeAcquireSpinLock() and before XenNet_RxBufferFree ()
/* free any buffers in free list before freeing all rx buffers */
XenFreelist_Dispose(&xi->rx_freelist);
Bart
_________________________________________________________________
Now you can invite friends from Facebook and other groups to join you o...
2008 Jun 04
0
GPL PV Windows xennet will BSOD
...will be stepped on.
A simple solution, which I have verified is to dispose of the free list buffers (if there are any) by calling the function XenFreelist_Dispose() prior to calling the function XenNet_RxBufferFree()
Here’s the fix for the function XenNet_RxShutdown(); add the following lines after KeAcquireSpinLock() and before XenNet_RxBufferFree ()
/* free any buffers in free list before freeing all rx buffers */
XenFreelist_Dispose(&xi->rx_freelist);
Bart
_________________________________________________________________
Instantly invite friends from Facebook and other social networks to joi...
2019 Feb 04
0
Wine release 4.1
...d: Remove stateblock handling from wined3d_device_set_constant_buffer().
hal: Limit exports to the appropriate architectures.
ntoskrnl.exe: Implement KeInitializeSpinLock().
hal: Implement KeReleaseSpinLock().
ntoskrnl.exe: Implement KeReleaseSpinLock().
hal: Implement KeAcquireSpinLock().
ntoskrnl.exe: Implement KeAcquireSpinLockRaiseToDpc().
msi/tests: Use check_record() in more places.
msi: Get rid of the find_matching_rows() view operation.
msi: Get rid of the remove_column() view operation.
msi: Use a BOOL to track string persistence.
msi:...