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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c527 query_move(threadinfo_t *tinfo, query_info *q, query_move_op op) argument
532 q->list = &tinfo->unused_queries;
533 ISC_LIST_PREPEND(tinfo->unused_queries, q, link);
536 q->list = &tinfo->unused_queries;
537 ISC_LIST_APPEND(tinfo->unused_queries, q, link);
540 q->list = &tinfo->outstanding_queries;
541 ISC_LIST_PREPEND(tinfo->outstanding_queries, q, link);
564 threadinfo_t *tinfo; local
582 tinfo = (threadinfo_t *) arg;
583 config = tinfo
693 process_timeouts(threadinfo_t *tinfo, isc_uint64_t now) argument
740 recv_one(threadinfo_t *tinfo, int which_sock, unsigned char *packet_buffer, unsigned int packet_size, received_query_t *recvd, int *saved_errnop) argument
796 threadinfo_t *tinfo; local
941 threadinfo_t *tinfo; local
975 cancel_queries(threadinfo_t *tinfo) argument
1009 threadinfo_init(threadinfo_t *tinfo, const config_t *config, const times_t *times) argument
1069 threadinfo_stop(threadinfo_t *tinfo) argument
1077 threadinfo_cleanup(threadinfo_t *tinfo, times_t *times) argument
[all...]

Completed in 12 milliseconds