Home
last modified time | relevance | path

Searched refs:ioq (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap.h52 struct fstrm_iothr_queue *ioq; member
H A Ddnstap.c103 res = fstrm_iothr_submit(env->iothr, env->ioq, buf, len_buf, in dt_send()
688 env->ioq = fstrm_iothr_get_input_queue(env->iothr); in dt_init()
689 if (env->ioq == NULL) in dt_init()
/openbsd/sys/net/
H A Dpf_table.c316 struct pfr_kentryworkq workq, ioq; in pfr_add_addrs() local
330 SLIST_INIT(&ioq); in pfr_add_addrs()
342 SLIST_INSERT_HEAD(&ioq, ke, pfrke_ioq); in pfr_add_addrs()
358 SLIST_FOREACH(ke, &ioq, pfrke_ioq) { in pfr_add_addrs()
398 while ((ke = SLIST_FIRST(&ioq)) != NULL) { in pfr_add_addrs()
404 SLIST_REMOVE_HEAD(&ioq, pfrke_ioq); in pfr_add_addrs()
417 pfr_destroy_ioq(&ioq, flags); in pfr_add_addrs()
425 pfr_destroy_ioq(&ioq, flags); in pfr_add_addrs()
1082 pfr_destroy_ioq(struct pfr_kentryworkq *ioq, int flags) in pfr_destroy_ioq() argument
1086 while ((p = SLIST_FIRST(ioq)) != NULL) { in pfr_destroy_ioq()
[all …]