Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/include/xen-external/
A Dbsd-sys-queue.h360 if (LIST_FIRST((head)) != NULL && \
361 LIST_FIRST((head))->field.le_prev != \
362 &LIST_FIRST((head))) \
385 #define LIST_FIRST(head) ((head)->lh_first) macro
388 for ((var) = LIST_FIRST((head)); \
393 for ((var) = LIST_FIRST((head)); \
398 LIST_FIRST((head)) = NULL; \
422 LIST_FIRST((head)) = (elm); \
423 (elm)->field.le_prev = &LIST_FIRST((head)); \
443 LIST_FIRST((head1)) = LIST_FIRST((head2)); \
[all …]

Completed in 4 milliseconds