Searched refs:tf (Results 1 – 5 of 5) sorted by relevance
| /include/trace/events/ |
| A D | libata.h | 322 TP_ARGS(ap, tf), 344 __entry->cmd = tf->command; 345 __entry->dev = tf->device; 346 __entry->lbal = tf->lbal; 347 __entry->lbam = tf->lbam; 348 __entry->lbah = tf->lbah; 375 TP_ARGS(ap, tf, tag), 404 TP_ARGS(ap, tf, tag)); 408 TP_ARGS(ap, tf, tag)); 412 TP_ARGS(ap, tf, tag)); [all …]
|
| /include/linux/ |
| A D | libata.h | 643 struct ata_taskfile tf; member 1019 const struct ata_taskfile *tf); 1194 const struct ata_taskfile *tf); 1840 qc->tf.ctl |= ATA_NIEN; in ata_qc_set_polling() 1873 memset(tf, 0, sizeof(*tf)); in ata_tf_init() 1876 tf->ctl = dev->link->ap->ctl; in ata_tf_init() 1878 tf->ctl = ATA_DEVCTL_OBS; in ata_tf_init() 1881 tf->device = ATA_DEVICE_OBS; in ata_tf_init() 1883 tf->device = ATA_DEVICE_OBS | ATA_DEV1; in ata_tf_init() 1898 ata_tf_init(qc->dev, &qc->tf); in ata_qc_reinit() [all …]
|
| A D | srcutiny.h | 111 char *tt, char *tf) in srcu_torture_stats_print() argument 117 tt, tf, idx, in srcu_torture_stats_print()
|
| A D | rcupdate.h | 171 void rcu_tasks_torture_stats_print(char *tt, char *tf); 198 void rcu_tasks_trace_torture_stats_print(char *tt, char *tf); 211 void rcu_tasks_rude_torture_stats_print(char *tt, char *tf);
|
| A D | srcutree.h | 213 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
|
Completed in 21 milliseconds