Searched refs:dlog (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 235 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 = kzalloc_objs(*dlog->scanout, max_modeset); 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_buffer_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 D | mesh.c | 213 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/fs/btrfs/ |
| H A D | print-tree.c | 329 struct btrfs_dir_log_item *dlog; in print_dir_log_index_item() local 331 dlog = btrfs_item_ptr(eb, i, struct btrfs_dir_log_item); in print_dir_log_index_item() 332 pr_info("\t\tdir log end %llu\n", btrfs_dir_log_end(eb, dlog)); in print_dir_log_index_item()
|
| /linux/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') 1397 self.dlog('start the process monitor') 1402 self.dlog('stop the process monitor') 1404 self.dlog('stop ftrace tracing') 5489 sv.dlog('wifi check, connected device is "%s"' % wifi) 5496 sv.dlog('xset display %s, ret = %d' % (sv.display, ret)) 5501 sv.dlog('syncing filesystems') 5503 sv.dlog('read dmesg') [all …]
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 226 struct kvm_dirty_log dlog; in TEST_F() local 229 rc = ioctl(self->vm_fd, KVM_GET_DIRTY_LOG, &dlog); in TEST_F()
|