Searched refs:vnodes (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/vnode_map_test/
H A Dvnode_map_test.c67 struct capref frame, smallframe, vnodes[4], mappings[4]; local
84 vnodes[0] = (struct capref) {
91 err = slot_alloc(&vnodes[i]);
96 err = vnode_create(vnodes[i], type[i]);
100 err = vnode_map(vnodes[i-1], vnodes[i], slot, PTABLE_ACCESS_DEFAULT,
119 err = vnode_map(vnodes[3], smallframe, (SAFE_VADDR>>offsets[3])&0x1f,
134 err = vnode_unmap(vnodes[3], smallframe, (SAFE_VADDR>>offsets[3])&0x1f,
141 err = vnode_unmap(vnodes[2], vnodes[
[all...]
/barrelfish-master/lib/demandpaging/
H A Ddemandpaging.c471 dpr->vnodes = (void **)(dpr->pages + slots);
472 dpr->vnodes[0] = (void *)vnode_addr;
480 if (dpr->vnodes[j] != (void *)vnode_addr) {
481 dpr->vnodes[++j] = (void *)vnode_addr;
/barrelfish-master/lib/demandpaging/include/
H A Ddp_internal.h211 void **vnodes; member in struct:demand_paging_region
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net2.pl541 alloc_one(vnodes, Slot),
606 % Manage space for vnodes
H A Ddecoding_net3.pl927 alloc_one(vnodes, Slot),
993 % Manage space for vnodes
H A Ddecoding_net3_multid.pl870 alloc_one(vnodes, Slot),
936 % Manage space for vnodes
/barrelfish-master/doc/012-services/
H A DServices.tex357 memory (by manipulating Barrelfish vnodes and memory caps). It
427 % this has an issue since there is the aspect of managing vnodes,

Completed in 93 milliseconds