Searched refs:dbf (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/drivers/s390/scsi/ |
D | zfcp_dbf.c | 31 void zfcp_dbf_pl_write(struct zfcp_dbf *dbf, void *data, u16 length, char *area, in zfcp_dbf_pl_write() argument 34 struct zfcp_dbf_pay *pl = &dbf->pay_buf; in zfcp_dbf_pl_write() 37 spin_lock(&dbf->pay_lock); in zfcp_dbf_pl_write() 46 debug_event(dbf->pay, 1, pl, zfcp_dbf_plen(rec_length)); in zfcp_dbf_pl_write() 52 spin_unlock(&dbf->pay_lock); in zfcp_dbf_pl_write() 62 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_res() local 65 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_res() 68 spin_lock_irqsave(&dbf->hba_lock, flags); in zfcp_dbf_hba_fsf_res() 88 zfcp_dbf_pl_write(dbf, (char *)q_pref + q_head->log_start, in zfcp_dbf_hba_fsf_res() 92 debug_event(dbf->hba, 1, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_res() [all …]
|
D | zfcp_dbf.h | 280 if (level <= req->adapter->dbf->hba->level) in zfcp_dbf_hba_fsf_resp() 319 if (level <= adapter->dbf->scsi->level) in _zfcp_dbf_scsi()
|
D | zfcp_def.h | 186 struct zfcp_dbf *dbf; /* debug traces */ member
|
/linux-2.6.39/arch/s390/kvm/ |
D | kvm-s390.h | 33 debug_sprintf_event(d_kvm->arch.dbf, d_loglevel, d_string "\n", \ 39 debug_sprintf_event(d_vcpu->kvm->arch.dbf, d_loglevel, \
|
D | kvm-s390.c | 182 kvm->arch.dbf = debug_register(debug_name, 8, 2, 8 * sizeof(long)); in kvm_arch_init_vm() 183 if (!kvm->arch.dbf) in kvm_arch_init_vm() 189 debug_register_view(kvm->arch.dbf, &debug_sprintf_view); in kvm_arch_init_vm() 236 debug_unregister(kvm->arch.dbf); in kvm_arch_destroy_vm()
|
/linux-2.6.39/drivers/s390/cio/ |
D | chsc_sch.c | 242 char dbf[10]; in chsc_async() local 257 sprintf(dbf, "cc:%d", cc); in chsc_async() 258 CHSC_LOG(2, dbf); in chsc_async() 288 char dbf[10]; in chsc_log_command() local 290 sprintf(dbf, "CHSC:%x", chsc_area->header.code); in chsc_log_command() 291 CHSC_LOG(0, dbf); in chsc_log_command() 323 char dbf[10]; in chsc_ioctl_start() local 354 sprintf(dbf, "ret:%d", ret); in chsc_ioctl_start() 355 CHSC_LOG(0, dbf); in chsc_ioctl_start()
|
/linux-2.6.39/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-2.6.39/arch/s390/include/asm/ |
D | kvm_host.h | 237 debug_info_t *dbf; member
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 441 dbf %d7, lddnlp
|
/linux-2.6.39/Documentation/s390/ |
D | s390dbf.txt | 14 If the system still runs but only a subcomponent which uses dbf fails,
|