Home
last modified time | relevance | path

Searched refs:dlog (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/clients/
H A Ddrm_log.c235 static void drm_log_init_client(struct drm_log *dlog) in drm_log_init_client() argument
237 struct drm_client_dev *client = &dlog->client; in drm_log_init_client()
242 dlog->probed = true; in drm_log_init_client()
251 dlog->scanout = kcalloc(max_modeset, sizeof(*dlog->scanout), GFP_KERNEL); in drm_log_init_client()
252 if (!dlog->scanout) in drm_log_init_client()
259 if (drm_log_setup_modeset(client, mode_set, &dlog->scanout[n_modeset])) in drm_log_init_client()
270 dlog->n_scanout = n_modeset; in drm_log_init_client()
275 drm_client_framebuffer_delete(dlog->scanout[i].buffer); in drm_log_init_client()
278 kfree(dlog->scanout); in drm_log_init_client()
279 dlog->scanout = NULL; in drm_log_init_client()
[all …]
/linux/drivers/scsi/
H A Dmesh.c213 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() function
291 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() function
432 dlog(ms, "start cmd=%x", (int) cmd); in mesh_start_cmd()
436 dlog(ms, "about to arb, intr/exc/err/fc=%.8x", in mesh_start_cmd()
448 dlog(ms, "busy b4 arb, intr/exc/err/fc=%.8x", in mesh_start_cmd()
455 dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x", in mesh_start_cmd()
493 dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x", in mesh_start_cmd()
499 dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x", in mesh_start_cmd()
511 dlog(ms, "after arb, intr/exc/err/fc=%.8x", in mesh_start_cmd()
516 dlog(ms, "resel? after arb, intr/exc/err/fc=%.8x", in mesh_start_cmd()
[all …]
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c228 struct kvm_dirty_log dlog; in TEST_F() local
231 rc = ioctl(self->vm_fd, KVM_GET_DIRTY_LOG, &dlog); in TEST_F()