Searched refs:unack (Results 1 – 4 of 4) sorted by relevance
/drivers/bluetooth/ |
D | hci_bcsp.c | 59 struct sk_buff_head unack; /* Unack'ed packets queue */ member 308 spin_lock_irqsave_nested(&bcsp->unack.lock, flags, SINGLE_DEPTH_NESTING); in bcsp_dequeue() 310 if (bcsp->unack.qlen < BCSP_TXWINSIZE) { in bcsp_dequeue() 316 __skb_queue_tail(&bcsp->unack, skb); in bcsp_dequeue() 318 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_dequeue() 327 spin_unlock_irqrestore(&bcsp->unack.lock, flags); in bcsp_dequeue() 358 spin_lock_irqsave(&bcsp->unack.lock, flags); in bcsp_pkt_cull() 360 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 374 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull() 378 skb_queue_walk_safe(&bcsp->unack, skb, tmp) { in bcsp_pkt_cull() [all …]
|
D | hci_h5.c | 68 struct sk_buff_head unack; /* Unack'ed packets queue */ member 156 BT_DBG("hu %p retransmitting %u pkts", hu, h5->unack.qlen); in h5_timed_event() 158 spin_lock_irqsave_nested(&h5->unack.lock, flags, SINGLE_DEPTH_NESTING); in h5_timed_event() 160 while ((skb = __skb_dequeue_tail(&h5->unack)) != NULL) { in h5_timed_event() 165 spin_unlock_irqrestore(&h5->unack.lock, flags); in h5_timed_event() 183 skb_queue_purge(&h5->unack); in h5_peer_reset() 205 skb_queue_head_init(&h5->unack); in h5_open() 232 skb_queue_purge(&h5->unack); in h5_close() 248 spin_lock_irqsave(&h5->unack.lock, flags); in h5_pkt_cull() 250 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() [all …]
|
/drivers/atm/ |
D | iphase.h | 256 u_short unack:8, member
|
/drivers/md/ |
D | md.c | 3082 badblocks_show(struct badblocks *bb, char *page, int unack); 3084 badblocks_store(struct badblocks *bb, const char *page, size_t len, int unack); 8942 badblocks_show(struct badblocks *bb, char *page, int unack) in badblocks_show() argument 8964 if (unack && ack) in badblocks_show() 8971 if (unack && len == 0) in badblocks_show() 8983 badblocks_store(struct badblocks *bb, const char *page, size_t len, int unack) in badblocks_store() argument 9017 if (md_set_badblocks(bb, sector, length, !unack)) in badblocks_store()
|