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

/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h224 * <nr_frames> pages. The frame addresses are written to the <frame_list>.
225 * Only <nr_frames> addresses are written, even if the table is larger.
235 uint32_t nr_frames; member in struct:gnttab_setup_table
331 uint32_t nr_frames; member in struct:gnttab_query_size
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c515 frames = kmem_alloc(pset->nr_frames * sizeof (gnttab_frame_t),
523 * Take pset->nr_frames pages of grant table space from
590 set.nr_frames = max_nr_grant_frames();
594 shared = (grant_entry_t *)xen_alloc_pages(set.nr_frames);
598 shared = vmem_xalloc(heap_arena, set.nr_frames * MMU_PAGESIZE,
600 for (i = 0; i < set.nr_frames; i++) {
617 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t));
648 set.nr_frames = available_frames;
656 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t));
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c163 int nr_frames = PROF_ARTIFICIAL_FRAMES + dtrace_mach_aframes(); local
166 nr_frames = profile_aframes;
186 NULL, NULL, name, nr_frames, prof);
H A Ddcpc.c179 int nr_frames = DCPC_ARTIFICIAL_FRAMES + dtrace_mach_aframes(); local
182 nr_frames = dcpc_aframes;
197 nr_frames, pp);

Completed in 73 milliseconds