Home
last modified time | relevance | path

Searched refs:__h (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Delf.h285 struct elfhdr *__h = (hdr); \
287 if (!mips_elf_check_machine(__h)) \
289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
293 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
294 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
296 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
308 struct elfhdr *__h = (hdr); \
310 if (!mips_elf_check_machine(__h)) \
312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
[all …]
/kernel/linux/linux-5.10/lib/mpi/
Dlonglong.h234 struct {USItype __l, __h; } __i; \
240 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
243 struct {SItype __l, __h; } __i; \
249 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
323 struct {USItype __h, __l; } __i; \
329 (wh) = __xx.__i.__h; \
355 struct {USItype __h, __l; } __i; \
359 : "=r" (__xx.__i.__h), \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
370 struct {USItype __h, __l; } __i; \
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c880 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument
1090 #define DISPLAY_HITM(__h) \ in node_entry() argument
1091 if (c2c_he->stats.__h> 0) { \ in node_entry()
1093 percent(stats->__h, c2c_he->stats.__h));\ in node_entry()
1206 #define HEADER_LOW(__h) \ argument
1209 .text = __h, \
1234 #define HEADER_SPAN_LOW(__h) \ argument
1237 .text = __h, \
1860 #define FILTER_HITM(__h) \ in he__display() argument
1861 if (stats->__h) { \ in he__display()
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_trace.h614 TP_PROTO(struct hmdfs_dcache_header *__h, int err),
616 TP_ARGS(__h, err),
628 __entry->crtime = le64_to_cpu(__h->dcache_crtime);
629 __entry->crtime_nsec = le64_to_cpu(__h->dcache_crtime_nsec);
630 __entry->ctime = le64_to_cpu(__h->dentry_ctime);
631 __entry->ctime_nsec = le64_to_cpu(__h->dentry_ctime_nsec);
632 __entry->num = le64_to_cpu(__h->num);
/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.h225 #define ext4_mark_inode_dirty(__h, __i) \ argument
226 __ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
/kernel/linux/linux-5.10/tools/perf/util/
Dhist.h103 #define hists__has(__h, __f) (__h)->hpp_list->__f argument