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

/linux-master/io_uring/
H A Dnotif.c65 struct io_notif_data *nd, *prev_nd; local
87 prev_nd = container_of(prev_uarg, struct io_notif_data, uarg);
95 nd->head = prev_nd->head;
96 nd->next = prev_nd->next;
97 prev_nd->next = nd;

Completed in 84 milliseconds