Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c112 int pending_count; member
247 pollbase.pending_count--; in poller_handle_data()
311 if (--(pollbase.pending_count) == 0) in poller_recv_data()
349 pollbase.pending_count++; in poller_add_pending()
412 if (--(pollbase.pending_count) == 0 && pollbase.doreset == 1) in poller_delete_pending()
466 while (pollbase.pending_count > 0) in poller_loop()
470 ASSERT(pollbase.pending_count == 0); in poller_loop()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c106 atomic_dec_32(&rx_data->pending_count); in e1000g_rxfree_func()
109 if ((rx_data->pending_count == 0) && in e1000g_rxfree_func()
H A De1000g_sw.h779 uint32_t pending_count; member
H A De1000g_alloc.c1449 atomic_inc_32(&rx_data->pending_count); in e1000g_free_rx_packets()
H A De1000g_main.c2015 if (rx_data->pending_count == 0) { in e1000g_stop()