Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c513 frames = kmem_alloc(pset->nr_frames * sizeof (gnttab_frame_t), in gnttab_setup()
588 set.nr_frames = max_nr_grant_frames(); in gnttab_init()
592 shared = (grant_entry_t *)xen_alloc_pages(set.nr_frames); in gnttab_init()
596 shared = vmem_xalloc(heap_arena, set.nr_frames * MMU_PAGESIZE, in gnttab_init()
598 for (i = 0; i < set.nr_frames; i++) { in gnttab_init()
615 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t)); in gnttab_init()
646 set.nr_frames = available_frames; in gnttab_resume()
654 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t)); in gnttab_resume()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h235 uint32_t nr_frames; member
331 uint32_t nr_frames; member
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c163 int nr_frames = PROF_ARTIFICIAL_FRAMES + dtrace_mach_aframes(); in profile_create() local
166 nr_frames = profile_aframes; in profile_create()
186 NULL, NULL, name, nr_frames, prof); in profile_create()
H A Ddcpc.c179 int nr_frames = DCPC_ARTIFICIAL_FRAMES + dtrace_mach_aframes(); in dcpc_create_probe() local
182 nr_frames = dcpc_aframes; in dcpc_create_probe()
197 nr_frames, pp); in dcpc_create_probe()