Searched refs:completion_event (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/nand/skip-block/
H A Dskip-block.cpp33 sync_completion_t* completion_event; member in struct:nand::__anon452::BlockOperationContext
45 sync_completion_signal(ctx->completion_event);
54 sync_completion_signal(ctx->completion_event);
74 sync_completion_signal(ctx->completion_event);
84 sync_completion_signal(ctx->completion_event);
103 sync_completion_signal(ctx->completion_event);
274 .completion_event = &completion,
321 .completion_event = &completion,
/fuchsia/zircon/system/dev/nand/nandpart/
H A Daml-bad-block.cpp29 sync_completion_t* completion_event; member in struct:nand::__anon444::BlockOperationContext
38 sync_completion_signal(ctx->completion_event);
105 BlockOperationContext op_ctx = {.completion_event = &completion,
166 BlockOperationContext op_ctx = {.completion_event = &completion,
231 BlockOperationContext op_ctx = {.completion_event = &completion,

Completed in 30 milliseconds