Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h232 #define LIST_REPLACE(elm, elm2, field) do { \ argument
234 (elm2)->field.le_next->field.le_prev = \
235 &(elm2)->field.le_next; \
237 *(elm2)->field.le_prev = (elm2); \
400 (elm2)->field.tqe_next->field.tqe_prev = \
401 &(elm2)->field.tqe_next; \
405 *(elm2)->field.tqe_prev = (elm2); \
515 (head).cqh_last = (elm2); \
517 (elm2)->field.cqe_next->field.cqe_prev = (elm2); \
520 (head).cqh_first = (elm2); \
[all …]