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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c363 list_t list, list_pending; local
393 list_create(&list_pending, sizeof (struct ath_buf),
481 list_splice_tail_init(&list, &list_pending);
486 list_move_tail(&list_pending, &list);
510 if (!list_empty(&list_pending)) {
512 list_move_tail(&list_pending, &tid->buf_q);

Completed in 1487 milliseconds