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

/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
/linux-master/arch/x86/events/intel/
H A Duncore.c145 return dieid < uncore_max_dies() ? pmu->boxes[dieid] : NULL;
317 * handle boxes with an active event list as opposed to active
952 kfree(pmu->boxes[die]);
953 kfree(pmu->boxes);
1002 pmus[i].boxes = kzalloc(size, GFP_KERNEL);
1003 if (!pmus[i].boxes)
1042 kfree(pmus[i].boxes);
1150 if (WARN_ON_ONCE(pmu->boxes[die] != NULL))
1168 pmu->boxes[die] = box;
1175 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/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

Completed in 241 milliseconds