mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-04-13 20:51:11 +00:00

The device can only process one request at a time. So if multiple requests came at the same time, we can enqueue them first, and dequeue them one by one when the device is idle. Signed-off-by: zain wang <wzz@rock-chips.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>