Home
last modified time | relevance | path

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

/qemu/include/qemu/
A Dqueue.h354 #define QSIMPLEQ_CONCAT(head1, head2) do { \ argument
356 *(head1)->sqh_last = (head2)->sqh_first; \
357 (head1)->sqh_last = (head2)->sqh_last; \
362 #define QSIMPLEQ_PREPEND(head1, head2) do { \ argument
364 *(head2)->sqh_last = (head1)->sqh_first; \
365 (head1)->sqh_first = (head2)->sqh_first; \

Completed in 5 milliseconds