/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_dbf.c | 40 void zfcp_dbf_pl_write(struct zfcp_dbf *dbf, void *data, u16 length, char *area, in zfcp_dbf_pl_write() argument 43 struct zfcp_dbf_pay *pl = &dbf->pay_buf; in zfcp_dbf_pl_write() 46 spin_lock(&dbf->pay_lock); in zfcp_dbf_pl_write() 55 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write() 61 spin_unlock(&dbf->pay_lock); in zfcp_dbf_pl_write() 72 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_res() local 75 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_res() 78 spin_lock_irqsave(&dbf->hba_lock, flags); in zfcp_dbf_hba_fsf_res() 99 zfcp_dbf_pl_write(dbf, (char *)q_pref + q_head->log_start, in zfcp_dbf_hba_fsf_res() 102 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_res() [all …]
|
D | zfcp_dbf.h | 348 if (debug_level_enabled(req->adapter->dbf->hba, level)) in zfcp_dbf_hba_fsf_resp() 393 if (debug_level_enabled(adapter->dbf->scsi, level)) in _zfcp_dbf_scsi() 452 if (unlikely(!debug_level_enabled(adapter->dbf->scsi, level))) in zfcp_dbf_scsi_devreset()
|
D | zfcp_def.h | 190 struct zfcp_dbf *dbf; /* debug traces */ member
|
/linux-6.1.9/drivers/s390/cio/ |
D | chsc_sch.c | 209 char dbf[10]; in chsc_async() local 224 snprintf(dbf, sizeof(dbf), "cc:%d", cc); in chsc_async() 225 CHSC_LOG(2, dbf); in chsc_async() 255 char dbf[10]; in chsc_log_command() local 257 snprintf(dbf, sizeof(dbf), "CHSC:%x", ((uint16_t *)chsc_area)[1]); in chsc_log_command() 258 CHSC_LOG(0, dbf); in chsc_log_command() 290 char dbf[10]; in chsc_ioctl_start() local 321 snprintf(dbf, sizeof(dbf), "ret:%d", ret); in chsc_ioctl_start() 322 CHSC_LOG(0, dbf); in chsc_ioctl_start() 330 char dbf[13]; in chsc_ioctl_on_close_set() local [all …]
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | binstr.S | 79 subql #1,%d0 |for dbf d0 would have LEN+1 passes 122 dbf %d0,loop |do loop some more! 129 dbf %d0,loop |do loop some more!
|
D | bugfix.S | 312 dbf %d0,op0_loop 438 dbf %d0,op2_loop
|
D | decbin.S | 157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
|
/linux-6.1.9/arch/s390/kvm/ |
D | kvm-s390.h | 33 debug_sprintf_event((d_kvm)->arch.dbf, d_loglevel, d_string "\n", \ 48 debug_sprintf_event(d_kvm->arch.dbf, d_loglevel, d_string "\n", \ 54 debug_sprintf_event(d_vcpu->kvm->arch.dbf, d_loglevel, \
|
D | kvm-s390.c | 3166 kvm->arch.dbf = debug_register(debug_name, 32, 1, 7 * sizeof(long)); in kvm_arch_init_vm() 3167 if (!kvm->arch.dbf) in kvm_arch_init_vm() 3221 debug_register_view(kvm->arch.dbf, &debug_sprintf_view); in kvm_arch_init_vm() 3251 debug_unregister(kvm->arch.dbf); in kvm_arch_init_vm() 3304 debug_unregister(kvm->arch.dbf); in kvm_arch_destroy_vm()
|
/linux-6.1.9/arch/m68k/kernel/ |
D | relocate_kernel.S | 116 dbf %d0, 3b
|
/linux-6.1.9/arch/s390/include/asm/ |
D | kvm_host.h | 952 debug_info_t *dbf; member
|
/linux-6.1.9/Documentation/s390/ |
D | s390dbf.rst | 17 If the system still runs but only a subcomponent which uses dbf fails,
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 441 dbf %d7, lddnlp
|