Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dl2cap_sock.c1296 while (!list_empty(&pi->rx_busy)) { in l2cap_sock_put_chan()
1297 struct l2cap_rx_busy *rx_busy = in l2cap_sock_put_chan()
1298 list_first_entry(&pi->rx_busy, in l2cap_sock_put_chan()
1301 if (__sock_queue_rcv_skb(sk, rx_busy->skb) < 0) in l2cap_sock_put_chan()
1303 list_del(&rx_busy->list); in l2cap_sock_put_chan()
1304 kfree(rx_busy);
1651 if (chan->mode == L2CAP_MODE_ERTM && !list_empty(&pi->rx_busy)) { in l2cap_sock_recv_cb()
1685 struct l2cap_rx_busy *rx_busy = kmalloc_obj(*rx_busy); in l2cap_sock_teardown_cb()
1686 if (!rx_busy) { in l2cap_sock_teardown_cb()
1265 struct l2cap_rx_busy *rx_busy = l2cap_sock_recvmsg() local
1645 struct l2cap_rx_busy *rx_busy = kmalloc_obj(*rx_busy); l2cap_sock_recv_cb() local
1889 struct l2cap_rx_busy *rx_busy, *next; l2cap_sock_destruct() local
[all...]
/linux/drivers/net/wireless/ath/
H A Dhw.c167 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
172 common->cc_survey.rx_busy += busy; in ath_hw_cycle_counters_update()
H A Dath.h47 u32 rx_busy; member
/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c419 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local
437 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open()
442 if (rx_busy && rx_sel) { in ux500_msp_i2s_open()
/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c557 survey->time_busy += cc->rx_busy / div; in ath_update_survey_stats()
566 ret = cc->rx_busy * 100 / cc->cycles; in ath_update_survey_stats()
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c663 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
H A Ddebug.c720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c874 u64 rx_page, rx_buf, rx_reuse, rx_alloc, rx_waive, rx_busy; in i40e_update_vsi_stats() local
912 rx_busy = 0; in i40e_update_vsi_stats()
950 rx_busy += p->rx_stats.page_busy_count; in i40e_update_vsi_stats()
982 vsi->rx_page_busy = rx_busy; in i40e_update_vsi_stats()