Home
last modified time | relevance | path

Searched defs:tq (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_taskqueue.c85 TQ_LOCK_INIT(struct taskqueue *tq) in TQ_LOCK_INIT()
91 TQ_LOCK_UNINIT(struct taskqueue *tq) in TQ_LOCK_UNINIT()
97 TQ_LOCK(struct taskqueue *tq) in TQ_LOCK()
103 TQ_UNLOCK(struct taskqueue *tq) in TQ_UNLOCK()
109 TQ_SLEEP(struct taskqueue *tq, void *ident, const char *wmesg) in TQ_SLEEP()
139 taskqueue_terminate(struct thread **pp, struct taskqueue *tq) in taskqueue_terminate()
553 struct taskqueue *tq; in taskqueue_start_threads() local
612 struct taskqueue **tqp, *tq; in taskqueue_thread_loop() local
633 struct taskqueue **tqp, *tq; in taskqueue_thread_enqueue() local
H A Dsubr_gtaskqueue.c85 #define TQ_LOCK(tq) lockmgr(&(tq)->tq_lock, LK_EXCLUSIVE) argument
86 #define TQ_ASSERT_LOCKED(tq) KKASSERT(lockstatus(&(tq)->tq_lock, NULL) != 0) argument
87 #define TQ_UNLOCK(tq) lockmgr(&(tq)->tq_lock, LK_RELEASE); argument
88 #define TQ_ASSERT_UNLOCKED(tq) KKASSERT(lockstatus(&(tq)->tq_lock) == 0) argument
102 TQ_SLEEP(struct gtaskqueue *tq, void *p, const char *wm) in TQ_SLEEP()
138 gtaskqueue_terminate(struct thread **pp, struct gtaskqueue *tq) in gtaskqueue_terminate()
430 struct gtaskqueue *tq; in _gtaskqueue_start_threads() local
504 struct gtaskqueue **tqp, *tq; in gtaskqueue_thread_loop() local
546 struct gtaskqueue **tqp, *tq; in gtaskqueue_thread_enqueue() local
H A Dtty.c1650 struct clist tq; in ttypend() local
/dragonfly/sys/netinet/
H A Dtcp_syncache.c228 struct syncache_timerq *tq; in syncache_timeout() local
309 struct syncache_timerq *tq = in syncache_init_dispatch() local
507 struct syncache_timerq *tq; in syncache_timer_handler() local
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c996 struct bwn_pio_txqueue *tq; in bwn_tx_isfull() local
1046 struct bwn_pio_txqueue *tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_pio_tx_start() local
2518 bwn_pio_set_txqueue(struct bwn_mac *mac, struct bwn_pio_txqueue *tq, in bwn_pio_set_txqueue()
2591 bwn_destroy_pioqueue_tx(struct bwn_pio_txqueue *tq) in bwn_destroy_pioqueue_tx()
2606 bwn_pio_read_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq, in bwn_pio_read_2()
2670 bwn_pio_cancel_tx_packets(struct bwn_pio_txqueue *tq) in bwn_pio_cancel_tx_packets()
6041 struct bwn_pio_txqueue *tq; in bwn_pio_handle_txeof() local
6572 bwn_pio_write_multi_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq, in bwn_pio_write_multi_4()
6609 bwn_pio_write_4(struct bwn_mac *mac, struct bwn_pio_txqueue *tq, in bwn_pio_write_4()
6638 bwn_pio_write_mbuf_2(struct bwn_mac *mac, struct bwn_pio_txqueue *tq, in bwn_pio_write_mbuf_2()
[all …]
H A Dif_bwnvar.h64 #define BWN_PIO_COOKIE(tq, tp) \ argument
146 #define BWN_PIO_WRITE_2(mac, tq, offset, value) \ argument
148 #define BWN_PIO_READ_4(mac, tq, offset) \ argument
/dragonfly/contrib/gdb-7/gdb/
H A Dmdebugread.c1774 #define PARSE_TQ(tq) \ in parse_type() argument
1812 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, in upgrade_type()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tdump.c123 typedef enum tq { enum
H A Dmips-tfile.c701 typedef enum tq { enum
/dragonfly/sys/dev/raid/hpt27xx/
H A Dldm.h134 #define TQ_EMPTY(tq) ((tq)->head==0) argument
/dragonfly/sys/dev/raid/hptrr/
H A Dldm.h129 #define TQ_EMPTY(tq) ((tq)->head==0) argument
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c1611 mp_int ta, tb, tq, q; in mp_div() local
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c679 typedef enum tq { enum
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c679 typedef enum tq { enum
/dragonfly/sys/dev/netif/oce/
H A Doce_if.h270 struct taskqueue *tq; /* Associated task queue */ member