Searched refs:waitset (Results 151 - 175 of 261) sorted by relevance

1234567891011

/barrelfish-2018-10-04/usr/tests/net-test/
H A Dnet-test.c24 #include <barrelfish/waitset.h>
101 static struct waitset lwip_waitset;
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c136 static void bind_ports(struct waitset *ws)
194 static void bind_arp(struct waitset *ws)
472 waitset_chan_register_polled(bu->waitset, &bu->wscs,
544 struct waitset *ws,
567 bu->waitset = ws;
H A Dbulk_net_backend.h187 struct waitset *ws,
/barrelfish-2018-10-04/lib/int_route/client/
H A Dclient.c96 struct waitset * ws, interrupt_handler_fn handler, void *handler_arg)
/barrelfish-2018-10-04/lib/lwip/src/barrelfish/
H A Dmem_barrelfish.c21 #include <barrelfish/waitset.h>
H A Didc_net_control.c66 extern struct waitset *lwip_waitset;
208 // XXX: dispatch on default waitset until bound
209 struct waitset *dws = get_default_waitset();
/barrelfish-2018-10-04/lib/netd/
H A Dlwipinit.c190 struct waitset *ws = get_default_waitset();
/barrelfish-2018-10-04/lib/octopus/client/
H A Doctopus.c36 struct waitset ws;
178 // XXX: Can't use different waitset here?
/barrelfish-2018-10-04/usr/bench/dma/
H A Ddma_bench.c17 #include <barrelfish/waitset.h>
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope_nfs.c69 monitor_binding->waitset,
/barrelfish-2018-10-04/usr/drivers/ahcid/
H A Dahcid.c17 struct waitset disk_ws;
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Dmain.c29 #include <barrelfish/waitset.h>
/barrelfish-2018-10-04/lib/ahci/
H A Dstorage_vsic.c11 #include <barrelfish/waitset.h>
/barrelfish-2018-10-04/lib/barrelfish/
H A Dnameservice_client.c215 /* block on the default waitset until we're bound */
216 struct waitset *ws = get_default_waitset();
H A Ddomain.c43 struct waitset interdisp_ws;
69 // XXX: Tell currently active interdisp-threads to handle default waitset
98 // Signal the default waitset of this event
108 USER_PANIC_ERR(err, "Triggering default waitset");
261 // Signal the default waitset of this event
270 USER_PANIC_ERR(err, "Triggering default waitset");
427 * \param arg Pointer to inter-dispatcher waitset
432 struct waitset *ws = arg;
493 /* XXX: create a thread that will handle the default waitset */
592 err = mb->register_send(mb, mb->waitset,
[all...]
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_exclusive.c19 #include <barrelfish/waitset.h>
H A Dxomp_gateway.c232 txq_init(queue, xb, xb->waitset, (txq_register_fn_t) xb->register_send,
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp.c127 struct waitset *ws = get_default_waitset();
/barrelfish-2018-10-04/lib/devif/backends/null/
H A Ddevif_backend_null.c13 #include <barrelfish/waitset.h>
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dinternal.h15 #include <barrelfish/waitset.h>
H A Dmove.c55 err = intermon_enqueue_send_at_front(b, &inter_st->queue, b->waitset,
127 err = intermon_enqueue_send_at_front(b, &inter_st->queue, b->waitset,
/barrelfish-2018-10-04/usr/tests/devif/
H A Didc_endpoint.c14 #include <barrelfish/waitset.h>
/barrelfish-2018-10-04/usr/tests/distops/
H A Dmain.c209 struct waitset *ws = get_default_waitset();
/barrelfish-2018-10-04/usr/netfile/
H A Dnetfile.c22 #include <barrelfish/waitset.h>
554 struct waitset *ws = get_default_waitset();
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dthreadalloc.c11 #include <barrelfish/waitset.h>
404 struct waitset *ws = get_default_waitset();

Completed in 242 milliseconds

1234567891011