Searched refs:cleared_event (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | send.c | 1614 KeClearEvent(&context->send->cleared_event); in wait_for_flush() 1616 KeWaitForSingleObject(&context->send->cleared_event, Executive, KernelMode, false, NULL); in wait_for_flush() 3039 KeClearEvent(&context->send->cleared_event); in _Function_class_() 3041 … KeWaitForSingleObject(&context->send->cleared_event, Executive, KernelMode, false, NULL); in _Function_class_() 3418 KeClearEvent(&context->send->cleared_event); in _Function_class_() 3420 … KeWaitForSingleObject(&context->send->cleared_event, Executive, KernelMode, false, NULL); in _Function_class_() 3525 KeClearEvent(&context->send->cleared_event); in _Function_class_() 3527 KeWaitForSingleObject(&context->send->cleared_event, Executive, KernelMode, false, NULL); in _Function_class_() 3802 KeInitializeEvent(&send->cleared_event, NotificationEvent, false); in send_subvol() 3879 KeSetEvent(&ccb->send->cleared_event, 0, false); in read_send_buffer()
|
H A D | btrfs_drv.h | 365 KEVENT cleared_event; member
|
H A D | btrfs.c | 1967 KeSetEvent(&ccb->send->cleared_event, 0, false); 2054 KeSetEvent(&send->cleared_event, 0, false);
|