Searched refs:debug_name (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
H A D | smp.c | 155 char *resched_name, *callfunc_name, *debug_name; xen_smp_intr_init() local 181 debug_name = kasprintf(GFP_KERNEL, "debug%d", cpu); xen_smp_intr_init() 184 debug_name, NULL); xen_smp_intr_init() 188 per_cpu(xen_debug_irq, cpu).name = debug_name; xen_smp_intr_init()
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | ion.c | 1357 char debug_name[64]; ion_open() local 1360 snprintf(debug_name, 64, "%u", task_pid_nr(current->group_leader)); ion_open() 1361 client = ion_client_create(dev, debug_name); ion_open() 1545 char debug_name[64]; ion_device_add_heap() local 1547 snprintf(debug_name, 64, "%s_shrink", heap->name); ion_device_add_heap() 1549 debug_name, 0644, dev->heaps_debug_root, heap, ion_device_add_heap() 1556 path, debug_name); ion_device_add_heap()
|
/linux-4.1.27/arch/s390/kvm/ |
H A D | kvm-s390.c | 1014 char debug_name[16]; kvm_arch_init_vm() local 1044 sprintf(debug_name, "kvm-%u", current->pid); kvm_arch_init_vm() 1046 kvm->arch.dbf = debug_register(debug_name, 8, 2, 8 * sizeof(long)); kvm_arch_init_vm()
|
Completed in 206 milliseconds