Searched refs:readq (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_vhci.h38 struct sk_buff_head readq; member in struct:hci_vhci_struct
H A Dhci_vhci.c66 skb_queue_purge(&hci_vhci->readq);
107 skb_queue_tail(&hci_vhci->readq, skb);
125 if (skb_queue_len(&hci_vhci->readq))
207 if (!(skb = skb_dequeue(&hci_vhci->readq))) {
272 skb_queue_head_init(&hci_vhci->readq);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_tun.h41 struct sk_buff_head readq; member in struct:tun_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_tun.h41 struct sk_buff_head readq; member in struct:tun_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dtun.c86 if (skb_queue_len(&tun->readq) >= TUN_READQ_SIZE)
91 if (skb_queue_len(&tun->readq) >= dev->tx_queue_len)
94 skb_queue_tail(&tun->readq, skb);
177 if (skb_queue_len(&tun->readq))
315 if (!(skb=skb_dequeue(&tun->readq))) {
377 skb_queue_head_init(&tun->readq);
553 skb_queue_purge(&tun->readq);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-cadet.c43 static wait_queue_head_t tunerq,rdsq,readq; variable
339 wake_up_interruptible(&readq);
375 interruptible_sleep_on(&readq);
522 init_waitqueue_head(&readq);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dio.h145 #define readq(addr) (*(volatile u64 *) (addr)) macro
154 #define readq(addr) le64_to_cpu(__raw_readq((unsigned long)(addr))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dio.h145 #define readq(addr) (*(volatile u64 *) (addr)) macro
154 #define readq(addr) le64_to_cpu(__raw_readq((unsigned long)(addr))) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dio.h342 #define readq(a) __readq((void *)(a)) macro
346 #define __raw_readq readq
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dio.h342 #define readq(a) __readq((void *)(a)) macro
346 #define __raw_readq readq
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dio.h332 # define readq(a) ({ u64 r_ = __raw_readq(a); mb(); r_; }) macro
383 #ifndef readq
384 # define readq(a) _readq((unsigned long)(a)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dio.h332 # define readq(a) ({ u64 r_ = __raw_readq(a); mb(); r_; }) macro
383 #ifndef readq
384 # define readq(a) _readq((unsigned long)(a)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dbtaudio.c136 wait_queue_head_t readq; member in struct:btaudio
513 add_wait_queue(&bta->readq, &wait);
606 remove_wait_queue(&bta->readq, &wait);
780 poll_wait(file, &bta->readq, wait);
854 wake_up_interruptible(&bta->readq);
934 init_waitqueue_head(&bta->readq);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dio.h176 #define readq(__addr) (_readq((unsigned long)(__addr))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dio.h176 #define readq(__addr) (_readq((unsigned long)(__addr))) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dlba_pci.c207 #define READ_REG64(addr) readq(addr)

Completed in 90 milliseconds