Home
last modified time | relevance | path

Searched refs:ocqe (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dio_uring.c1440 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
1444 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
1447 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()
1452 list_del(&ocqe->list); in __io_cqring_overflow_flush()
1453 kfree(ocqe); in __io_cqring_overflow_flush()
1525 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
1527 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()
1528 if (!ocqe) { in io_cqring_event_overflow()
1542 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
1543 ocqe->cqe.res = res; in io_cqring_event_overflow()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dio_uring.c1440 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
1444 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
1447 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()
1452 list_del(&ocqe->list); in __io_cqring_overflow_flush()
1453 kfree(ocqe); in __io_cqring_overflow_flush()
1525 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
1527 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()
1528 if (!ocqe) { in io_cqring_event_overflow()
1542 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
1543 ocqe->cqe.res = res; in io_cqring_event_overflow()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dio_uring.c1440 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
1444 ocqe = list_first_entry(&ctx->cq_overflow_list, in __io_cqring_overflow_flush()
1447 memcpy(cqe, &ocqe->cqe, sizeof(*cqe)); in __io_cqring_overflow_flush()
1452 list_del(&ocqe->list); in __io_cqring_overflow_flush()
1453 kfree(ocqe); in __io_cqring_overflow_flush()
1525 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
1527 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()
1528 if (!ocqe) { in io_cqring_event_overflow()
1542 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
1543 ocqe->cqe.res = res; in io_cqring_event_overflow()
[all …]