Searched refs:pkts_to_be_removed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcsp.c | 352 int i, pkts_to_be_removed; in bcsp_pkt_cull() local 357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 360 while (pkts_to_be_removed) { in bcsp_pkt_cull() 363 pkts_to_be_removed--; in bcsp_pkt_cull() 371 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull() 376 if (i >= pkts_to_be_removed) in bcsp_pkt_cull() 389 if (i != pkts_to_be_removed) in bcsp_pkt_cull() 390 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcsp.c | 352 int i, pkts_to_be_removed; in bcsp_pkt_cull() local 357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 360 while (pkts_to_be_removed) { in bcsp_pkt_cull() 363 pkts_to_be_removed--; in bcsp_pkt_cull() 371 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull() 376 if (i >= pkts_to_be_removed) in bcsp_pkt_cull() 389 if (i != pkts_to_be_removed) in bcsp_pkt_cull() 390 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()
|
Completed in 3 milliseconds