Searched refs:boxes (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
/linux-master/arch/x86/events/intel/
H A Duncore.c146 return dieid < uncore_max_dies() ? pmu->boxes[dieid] : NULL;
318 * handle boxes with an active event list as opposed to active
953 kfree(pmu->boxes[die]);
954 kfree(pmu->boxes);
1003 pmus[i].boxes = kzalloc(size, GFP_KERNEL);
1004 if (!pmus[i].boxes)
1043 kfree(pmus[i].boxes);
1151 if (WARN_ON_ONCE(pmu->boxes[die] != NULL))
1169 pmu->boxes[die] = box;
1176 pmu->boxes[di
[all...]
H A Duncore.h129 struct intel_uncore_box **boxes; member in struct:intel_uncore_pmu
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c74 * @boxes: Array of SVGA3dBoxes indicating dirty regions. One per subresource.
79 SVGA3dBox boxes[] __counted_by(num_subres);
1670 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource];
1718 SVGA3dBox *box = &dirty->boxes[subres];
1790 SVGA3dBox *box = &dirty->boxes[0];
1844 const SVGA3dBox *box = &dirty->boxes[i];
1862 const SVGA3dBox *box = &dirty->boxes[i];
1892 memset(&dirty->boxes[0], 0, sizeof(dirty->boxes[0]) *
1923 dirty_size = struct_size(dirty, boxes, num_subre
[all...]
/linux-master/include/uapi/drm/
H A Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member in struct:__anon396
667 struct drm_clip_rect __user *boxes; member in struct:drm_radeon_cmd_buffer

Completed in 301 milliseconds