HelenOS sources

PLB_SIZE          408 uspace/lib/fs/libfs.c 	rc = async_share_in_start_0_0(exch, PLB_SIZE, (void *) &reg.plb_ro);
PLB_SIZE          438 uspace/lib/fs/libfs.c 	return reg.plb_ro[pos % PLB_SIZE];
PLB_SIZE          105 uspace/srv/vfs/vfs.c 	plb = as_area_create(AS_AREA_ANY, PLB_SIZE,
PLB_SIZE          111 uspace/srv/vfs/vfs.c 	memset(plb, 0, PLB_SIZE);
PLB_SIZE           68 uspace/srv/vfs/vfs_lookup.c 		last = PLB_SIZE - 1;
PLB_SIZE           75 uspace/srv/vfs/vfs_lookup.c 		first = (newest->index + newest->len) % PLB_SIZE;
PLB_SIZE           76 uspace/srv/vfs/vfs_lookup.c 		last = (oldest->index - 1) % PLB_SIZE;
PLB_SIZE           88 uspace/srv/vfs/vfs_lookup.c 		if (PLB_SIZE - ((first - last) + 1) < len) {
PLB_SIZE          116 uspace/srv/vfs/vfs_lookup.c 	size_t cnt1 = min(len, (PLB_SIZE - first) + 1);
PLB_SIZE          133 uspace/srv/vfs/vfs_lookup.c 	size_t cnt1 = min(len, (PLB_SIZE - first) + 1);
PLB_SIZE          209 uspace/srv/vfs/vfs_register.c 	if (size != PLB_SIZE) {
HelenOS homepage, sources at GitHub