Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A 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 (__h->e_flags & EF_MIPS_ABI)) \
298 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
299 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
301 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
313 struct elfhdr *__h = (hdr); \
315 if (!mips_elf_check_machine(__h)) \
[all …]
/linux/arch/loongarch/include/asm/
H A Delf.h243 struct elfhdr *__h = (hdr); \
245 if (!loongarch_elf_check_machine(__h)) \
247 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
259 struct elfhdr *__h = (hdr); \
261 if (!loongarch_elf_check_machine(__h)) \
263 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
/linux/fs/ext4/
H A Dext4_jbd2.h138 #define ext4_mark_inode_dirty(__h, __i) \ argument
139 __ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
/linux/tools/perf/
H A Dbuiltin-c2c.c893 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) in percent_costly_snoop_color()
1339 #define HEADER_SPAN_LOW(__h) \ in cpucnt_entry()
1342 .text = __h, \ in cpucnt_entry()
2339 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm) in setup_nodes()
2340 #define HAS_PEER(__h) ((__h) in setup_nodes()
934 PERCENT(__h,__f) global() argument
1369 HEADER_LOW(__h) global() argument
1397 HEADER_SPAN_LOW(__h) global() argument
2367 HAS_HITMS(__h) global() argument
2368 HAS_PEER(__h) global() argument
[all...]
/linux/tools/perf/util/
H A Dhist.h143 #define hists__has(__h, __f) (__h)->hpp_list->__f
142 hists__has(__h,__f) global() argument