Searched refs:dlog (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 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() 278 kfree(dlog->scanout); in drm_log_init_client() 279 dlog->scanout = NULL; in drm_log_init_client() 287 if (dlog->n_scanout) { in drm_log_free_scanout() 290 dlog->n_scanout = 0; in drm_log_free_scanout() 291 kfree(dlog->scanout); in drm_log_free_scanout() 307 kfree(dlog); in drm_log_client_unregister() 317 dlog->probed = false; in drm_log_client_hotplug() [all …]
|
| /linux-6.15/drivers/scsi/ |
| H A D | mesh.c | 432 dlog(ms, "start cmd=%x", (int) cmd); in mesh_start_cmd() 805 dlog(ms, "enbresel intr/exc/err/fc=%.8x", in start_phase() 907 dlog(ms, "extra resel err/exc/fc = %.6x", in reselected() 929 dlog(ms, "reseldata %x", b); in reselected() 958 dlog(ms, "resel prev tgt=%d", prev); in reselected() 977 dlog(ms, "abort", 0); in do_abort() 1033 dlog(ms, "error err/exc/fc/cl=%.8x", in handle_error() 1168 dlog(ms, "msgin msg=%.8x", in handle_msgin() 1333 dlog(ms, "halt_dma fc/count=%.6x", in halt_dma() 1340 dlog(ms, "data_ptr %x", ms->data_ptr); in halt_dma() [all …]
|
| /linux-6.15/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 979 def dlog(self, text): member in SystemValues 1131 self.dlog('[%s]' % cmdline) 1394 self.dlog('start ftrace tracing') 1404 self.dlog('stop ftrace tracing') 5500 sv.dlog('syncing filesystems') 5502 sv.dlog('read dmesg') 5504 sv.dlog('cmdinfo before') 5571 sv.dlog('system returned') 5599 sv.dlog('read the ACPI FPDT') 5602 sv.dlog('cmdinfo after') [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 228 struct kvm_dirty_log dlog; in TEST_F() local 231 rc = ioctl(self->vm_fd, KVM_GET_DIRTY_LOG, &dlog); in TEST_F()
|