Searched refs:nr_frames (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 515 frames = kmem_alloc(pset->nr_frames * sizeof (gnttab_frame_t), in gnttab_setup() 590 set.nr_frames = max_nr_grant_frames(); in gnttab_init() 594 shared = (grant_entry_t *)xen_alloc_pages(set.nr_frames); in gnttab_init() 598 shared = vmem_xalloc(heap_arena, set.nr_frames * MMU_PAGESIZE, in gnttab_init() 600 for (i = 0; i < set.nr_frames; i++) { in gnttab_init() 617 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t)); in gnttab_init() 648 set.nr_frames = available_frames; in gnttab_resume() 656 kmem_free(frames, set.nr_frames * sizeof (gnttab_frame_t)); in gnttab_resume()
|
/titanic_41/usr/src/uts/common/xen/public/ |
H A D | grant_table.h | 235 uint32_t nr_frames; member 331 uint32_t nr_frames; member
|
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | profile.c | 163 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 D | dcpc.c | 179 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()
|