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

/barrelfish-2018-10-04/include/procon/
H A Dprocon.h123 struct slot_data *new_slot);
/barrelfish-2018-10-04/lib/procon/
H A Dprocon.c764 bool sp_replace_slot(struct shared_pool_private *spp, struct slot_data *new_slot) argument
769 if (!validate_slot(new_slot)) {
779 // swapping the slot_data contents between ri and new_slot
787 sp_copy_slot_data(&spp->sp->slot_list[ri].d, new_slot);
788 sp_copy_slot_data(new_slot, &tmp);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_store.c276 t_htable_elem **new_slot = &new_htable[elem->hash % new_size]; local
278 elem->next = *new_slot;
279 *new_slot = elem;
H A Ddict.c1479 t_constant_entry **new_slot = &new_htable[elem->hash % new_size]; local
1481 elem->next = *new_slot;
1482 *new_slot = elem;

Completed in 52 milliseconds