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

/barrelfish-master/usr/proc_mgmt/
H A Dspawnd_state.c19 * \brief Allocates a state structure for a new spawnd binding.
21 * \param core_id core where the spawnd newly bound with runs.
22 * \param spawn_binding Flounder binding structure for the spawnd.
45 * \brief Returns whether connected to spawnd on the given core.
53 * \brief Returns the state element for the spawnd on the given core.
128 * \brief Event-based handler for sending requests to spawnd.
131 * spawnd (wrapped inside arg). It attempts to send the request, re-enqueuing
135 * \param arg Wrapper over the spawnd_state structure for the target spawnd.
139 struct spawnd_state *spawnd = (struct spawnd_state*) arg; local
140 struct msg_queue *q = &spawnd
176 spawnd_state_enqueue_send(struct spawnd_state *spawnd, struct msg_queue_elem *msg) argument
195 spawnd_state_dequeue_recv(struct spawnd_state *spawnd) argument
[all...]
H A Dspawnd_state.h47 errval_t spawnd_state_enqueue_send(struct spawnd_state *spawnd,
49 void *spawnd_state_dequeue_recv(struct spawnd_state *spawnd);
H A Dservice.c40 // Bind with the spawnd.
53 // Tell name service that we're ready on the core spawnd just came up
73 * General-purpose handler for replies from spawnd.
366 struct spawnd_state *spawnd = spawnd_state_get(core_id); local
367 assert(spawnd != NULL);
368 struct spawn_binding *cl = spawnd->b;
407 err = spawnd_state_enqueue_send(spawnd, msg);
454 // Will respond to client when we get the reply from spawnd.
497 struct spawnd_state *spawnd = spawnd_state_get(core_id); local
498 assert(spawnd !
[all...]
/barrelfish-master/usr/kaluga/
H A Dstart_cpu.c100 KALUGA_DEBUG("spawnd up for %d: deleting inheritcn\n", st->coreid);
233 // cap in octopus, and delete it when the matching spawnd is up
234 char spawnd[32]; local
235 snprintf(spawnd, 32, "spawn.%s", barrelfish_id_s);
236 KALUGA_DEBUG("Waiting until %s is up!\n", spawnd);
240 errval_t err2 = oct_trigger_existing_and_watch(spawnd, delete_inheritcn,
258 KALUGA_DEBUG("spawnd found: %s\n", record);
292 // spawnd's we have to expect (one per core)
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex419 module /x86_64/sbin/spawnd boot
460 spawnd.0: spawning /x86_64/sbin/hello-cs on core 0
464 spawnd.0: spawning /x86_64/sbin/ahcid on core 0
469 spawnd.1: spawning /x86_64/sbin/hello-cs on core 1
H A Dreadme.tex210 module~/barrelfish/x86\_64/sbin/spawnd~boot\\
/barrelfish-master/doc/012-services/
H A DServices.tex917 Environment & P & Low & implemented by barrelfish library and spawnd
936 Process Management & P & High & implemented by combination of spawnd domain,
/barrelfish-master/doc/017-arm/
H A DARM.tex755 \item spawnd parses its cmd line and tells the monitor to bring up a
762 \item spawnd issues syscall to start new core
/barrelfish-master/doc/008-tracing/
H A DTracing.tex679 \item Events belonging to the application spawnd.
/barrelfish-master/doc/022-armv8/
H A Dreport.tex773 module /armv8/sbin/spawnd boot bootarm=0

Completed in 90 milliseconds