Searched refs:GFP_KERNEL (Results 1 - 25 of 46) sorted by relevance

12

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_scatter.c91 entry = kmalloc(sizeof(*entry), GFP_KERNEL);
H A Ddrm_dma.c58 dev->dma = kmalloc(sizeof(*dev->dma), GFP_KERNEL);
H A Ddrm_irq.c409 GFP_KERNEL);
413 dev->_vblank_count = kmalloc(sizeof(atomic_t) * num_crtcs, GFP_KERNEL);
418 GFP_KERNEL);
422 dev->vblank_enabled = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL);
426 dev->last_vblank = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL);
430 dev->last_vblank_wait = kcalloc(num_crtcs, sizeof(u32), GFP_KERNEL);
434 dev->vblank_inmodeset = kcalloc(num_crtcs, sizeof(int), GFP_KERNEL);
439 sizeof(struct timeval), GFP_KERNEL);
1266 e = kzalloc(sizeof *e, GFP_KERNEL);
H A Ddrm_context.c90 if (idr_pre_get(&dev->ctx_idr, GFP_KERNEL) == 0) {
348 ctx_entry = kmalloc(sizeof(*ctx_entry), GFP_KERNEL);
H A Ddrm_fb_helper.c87 fb_helper_connector = kzalloc(sizeof(struct drm_fb_helper_connector), GFP_KERNEL);
272 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
277 fb_helper->connector_info = kcalloc(dev->mode_config.num_connector, sizeof(struct drm_fb_helper_connector *), GFP_KERNEL);
288 GFP_KERNEL);
681 GFP_KERNEL);
751 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL)) == NULL) {
756 sizeof(struct drm_display_mode *), GFP_KERNEL)) == NULL) {
761 sizeof(bool), GFP_KERNEL)) == NULL) {
H A Ddrm_bufs.c124 map = kmalloc(sizeof(*map), GFP_KERNEL);
280 list = kmalloc(sizeof(*list), GFP_KERNEL);
603 entry->buflist = kmalloc(count * sizeof(*entry->buflist), GFP_KERNEL);
631 buf->dev_private = kmalloc(buf->dev_priv_size, GFP_KERNEL);
653 sizeof(*dma->buflist), GFP_KERNEL);
761 GFP_KERNEL);
789 buf->dev_private = kmalloc(buf->dev_priv_size, GFP_KERNEL);
H A Ddrm_gem.c370 obj = kzalloc(sizeof(*obj), GFP_KERNEL);
449 if (idr_list_pre_get(&file_priv->object_idr, GFP_KERNEL) == 0)
539 if (idr_list_pre_get(&dev->object_name_idr, GFP_KERNEL) == 0) {
H A Ddrm_agpsupport.c244 if (!(entry = kmalloc(sizeof(*entry), GFP_KERNEL)))
458 if (!(head = kmalloc(sizeof(*head), GFP_KERNEL)))
H A Ddrm_stub.c103 master = kzalloc(sizeof(*master), GFP_KERNEL);
320 new_minor = kzalloc(sizeof(struct drm_minor), GFP_KERNEL);
H A Ddrm_ioctl.c101 master->unique = kmalloc(master->unique_size, GFP_KERNEL);
H A Ddrm_mm.c60 child = kzalloc(sizeof(*child), GFP_KERNEL);
90 node = kzalloc(sizeof(*node), GFP_KERNEL);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_sil164.c145 sil = kzalloc(sizeof(struct sil164_priv), GFP_KERNEL);
H A Dintel_fb.c129 ifbdev = kzalloc(sizeof(struct intel_fbdev), GFP_KERNEL);
H A Di915_gem_stolen.c230 st = kmalloc(sizeof(*st), GFP_KERNEL);
234 if (sg_alloc_table(st, 1, GFP_KERNEL)) {
H A Di915_gem_tiling.c400 sizeof(long), GFP_KERNEL);
508 sizeof(long), GFP_KERNEL);
H A Dintel_bios.c241 panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode), GFP_KERNEL);
319 panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode), GFP_KERNEL);
622 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL);
H A Di915_gem_context.c152 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
183 if (idr_pre_get(&file_priv->context_idr, GFP_KERNEL) == 0) {
H A Dintel_dvo.c459 intel_dvo = kzalloc(sizeof(struct intel_dvo), GFP_KERNEL);
463 intel_connector = kzalloc(sizeof(struct intel_connector), GFP_KERNEL);
H A Ddvo_ch7xxx.c213 ch7xxx = kzalloc(sizeof(struct ch7xxx_priv), GFP_KERNEL);
H A Ddvo_ivch.c247 priv = kzalloc(sizeof(struct ivch_priv), GFP_KERNEL);
H A Ddvo_tfp410.c183 tfp = kzalloc(sizeof(struct tfp410_priv), GFP_KERNEL);
H A Di915_dma.c650 GFP_KERNEL);
699 batch_data = kmalloc(cmdbuf->sz, GFP_KERNEL);
711 sizeof(struct drm_clip_rect), GFP_KERNEL);
1294 master_priv = kzalloc(sizeof(*master_priv), GFP_KERNEL);
1380 dev_priv = kzalloc(sizeof(drm_i915_private_t), GFP_KERNEL);
1666 kmalloc(sizeof(*i915_file_priv), GFP_KERNEL);
H A Dintel_crt.c748 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL);
752 intel_connector = kzalloc(sizeof(struct intel_connector), GFP_KERNEL);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h72 #define GFP_KERNEL KM_SLEEP macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h91 #define GFP_KERNEL KM_SLEEP macro

Completed in 78 milliseconds

12