Searched refs:diagp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-cpumsf.c | 288 struct hws_diag_entry *diagp) in s390_cpumsf_diag_show() 290 struct hws_diag_entry *diag = diagp; in s390_cpumsf_diag_show() 293 unsigned long long word = be64toh(*(unsigned long long *)diagp); in s390_cpumsf_diag_show() 295 local.def = be16toh(diagp->def); in s390_cpumsf_diag_show() 287 s390_cpumsf_diag_show(const char *color, size_t pos, struct hws_diag_entry *diagp) s390_cpumsf_diag_show() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | s390-cpumsf.c | 289 struct hws_diag_entry *diagp) in s390_cpumsf_diag_show() 291 struct hws_diag_entry *diag = diagp; in s390_cpumsf_diag_show() 294 unsigned long long word = be64toh(*(unsigned long long *)diagp); in s390_cpumsf_diag_show() 296 local.def = be16toh(diagp->def); in s390_cpumsf_diag_show() 288 s390_cpumsf_diag_show(const char *color, size_t pos, struct hws_diag_entry *diagp) s390_cpumsf_diag_show() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_imap.c | 848 struct iag *iagp, *aiagp, *biagp, *ciagp, *diagp; in diFree() local 865 aiagp = biagp = ciagp = diagp = NULL; in diFree() 1101 diagp = (struct iag *) amp->data; in diFree() 1103 diagp = (struct iag *) bmp->data; in diFree() 1108 diagp = (struct iag *) dmp->data; in diFree() 1110 assert(diagp != NULL); in diFree() 1167 diagp->inofreefwd = iagp->inofreefwd; in diFree()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_imap.c | 846 struct iag *iagp, *aiagp, *biagp, *ciagp, *diagp; in diFree() local 863 aiagp = biagp = ciagp = diagp = NULL; in diFree() 1099 diagp = (struct iag *) amp->data; in diFree() 1101 diagp = (struct iag *) bmp->data; in diFree() 1106 diagp = (struct iag *) dmp->data; in diFree() 1108 assert(diagp != NULL); in diFree() 1165 diagp->inofreefwd = iagp->inofreefwd; in diFree()
|
Completed in 9 milliseconds