Searched refs:pending_commands (Results 1 – 3 of 3) sorted by relevance
262 if (ctrlr->pending_commands == 0) in nvmft_dispatch_command()264 ctrlr->pending_commands++; in nvmft_dispatch_command()295 if (ctrlr->pending_commands == 0) in nvmft_terminate_commands()297 ctrlr->pending_commands++; in nvmft_terminate_commands()621 ctrlr->pending_commands--; in nvmft_done()622 if (ctrlr->pending_commands == 0) in nvmft_done()
85 uint32_t pending_commands; member
328 while (ctrlr->pending_commands != 0) in nvmft_controller_shutdown()329 mtx_sleep(&ctrlr->pending_commands, &ctrlr->lock, 0, "nvmftsh", in nvmft_controller_shutdown()