Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.unreachable.ignore3 list_for_each_entry_safe
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c892 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_txq_drain_pending_buffers()
895 list_for_each_entry_safe(tid, tid_tmp, &ac->tid_q) { in arn_txq_drain_pending_buffers()
2404 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_tx_node_cleanup()
2411 list_for_each_entry_safe(tid, tid_tmp, in arn_tx_node_cleanup()
H A Darn_core.h78 #define list_for_each_entry_safe(object, temp, list_t) \ macro