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

/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c46 static int steal(struct generic_task_desc * _tweed_top_,
93 // start trying to steal work
96 int success = steal(_tweed_top_, &workers[steal_id]);
230 * workers can steal tasks from it.
244 * workers can steal tasks from it.
252 static int steal(struct generic_task_desc * _tweed_top_, function
260 // check if there is actually work to steal
263 // try to steal task
267 // we didn't succeed in the steal, back off
273 return 0; // didn't steal anythin
[all...]
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dthc_support.c39 #include "steal.h"
67 sv->send.steal(sv, ret, cap);
103 .steal = 1,
H A Dsteal.c38 #include "steal.h"
109 peer->cl.call_seq.steal(&peer->cl, bits, minbase, maxlimit,
116 // Round-robin steal. Try to get memory from each peer in turn.
135 printf("%d: Trying to steal from %d/%d\n", disp_get_core_id(), i, num_peers);
145 debug_printf("rr_steal: could not steal from any peers\n");
270 /* debug_printf("%d: percore steal request: bits: %d\n", disp_get_core_id(), bits); */
289 // debug_printf("percore steal request failed\n");
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dm_tree234.pl2395 % steal T1's leftmost subtree and combine it with T0
2402 % steal T1's leftmost subtree and combine it with T0
2425 % steal T0's leftmost subtree and combine it with T1
2432 % steal T0's leftmost subtree and combine it with T1
2456 % steal T1's leftmost subtree and combine it with T0
2463 % steal T1's leftmost subtree and combine it with T0
2488 % steal T0's rightmost subtree and combine it with T1
2495 % steal T0's rightmost subtree and combine it with T1
2520 % steal T1's rightmost subtree and combine it with T2
2527 % steal T
[all...]
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex613 systems, Barrelfish's per-core allocators can also steal memory from
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembremote.tex228 protocol, it can `steal' the connection to {\eclipse}. No

Completed in 61 milliseconds