Home
last modified time | relevance | path

Searched refs:entry1 (Results 1 – 17 of 17) sorted by relevance

/freebsd-10-stable/sys/kern/
Dkern_rangelock.c106 struct rl_q_entry *entry, *nextentry, *entry1; in rangelock_calc_block() local
112 for (entry1 = TAILQ_FIRST(&lock->rl_waiters); in rangelock_calc_block()
113 !(entry1->rl_q_flags & RL_LOCK_READ); in rangelock_calc_block()
114 entry1 = TAILQ_NEXT(entry1, rl_q_link)) { in rangelock_calc_block()
115 if (ranges_overlap(entry, entry1)) in rangelock_calc_block()
120 for (entry1 = TAILQ_FIRST(&lock->rl_waiters); in rangelock_calc_block()
121 entry1 != entry; in rangelock_calc_block()
122 entry1 = TAILQ_NEXT(entry1, rl_q_link)) { in rangelock_calc_block()
123 if (ranges_overlap(entry, entry1)) in rangelock_calc_block()
/freebsd-10-stable/sys/x86/iommu/
Dintel_ctx.c169 struct dmar_map_entry *entry, *entry1; in ctx_init_rmrr() local
178 TAILQ_FOREACH_SAFE(entry, &rmrr_entries, unroll_link, entry1) { in ctx_init_rmrr()
593 struct dmar_map_entry *entry, *entry1; in dmar_ctx_unload() local
599 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) { in dmar_ctx_unload()
624 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) { in dmar_ctx_unload()
Dintel_gas.c263 struct dmar_map_entry *entry, *entry1; in dmar_gas_fini_ctx() local
285 RB_FOREACH_SAFE(entry, dmar_gas_entries_tree, &ctx->rb_root, entry1) { in dmar_gas_fini_ctx()
Dbusdma_dmar.c559 struct dmar_map_entry *entry, *entry1; in dmar_bus_dmamap_load_something() local
577 entry1) { in dmar_bus_dmamap_load_something()
/freebsd-10-stable/contrib/texinfo/info/
Dnodemenu.c114 compare_strings (const void *entry1, const void *entry2) in compare_strings() argument
116 char **e1 = (char **) entry1; in compare_strings()
Decho-area.c1290 compare_references (const void *entry1, const void *entry2) in compare_references() argument
1292 REFERENCE **e1 = (REFERENCE **) entry1; in compare_references()
/freebsd-10-stable/sys/mips/rmi/dev/xlr/
Drge.h1069 uint64_t entry1; member
1074 uint64_t entry1; member
1080 uint64_t entry1; member
/freebsd-10-stable/sys/fs/ext2fs/
Dext2_htree.c469 const struct ext2fs_htree_sort_entry *entry1, *entry2; in ext2_htree_cmp_sort_entry() local
471 entry1 = (const struct ext2fs_htree_sort_entry *)e1; in ext2_htree_cmp_sort_entry()
474 if (entry1->h_hash < entry2->h_hash) in ext2_htree_cmp_sort_entry()
476 if (entry1->h_hash > entry2->h_hash) in ext2_htree_cmp_sort_entry()
/freebsd-10-stable/sys/mips/rmi/dev/nlge/
Dif_nlge.h1031 uint64_t entry1; member
1036 uint64_t entry1; member
1042 uint64_t entry1; member
/freebsd-10-stable/contrib/gcc/
Dloop-invariant.c410 const struct invariant_expr_entry *entry1 = e1; in eq_invariant_expr() local
413 if (entry1->mode != entry2->mode) in eq_invariant_expr()
416 return invariant_expr_equal_p (entry1->inv->insn, entry1->expr, in eq_invariant_expr()
Dcoverage.c151 const counts_entry_t *entry1 = of1; in htab_counts_entry_eq() local
154 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr; in htab_counts_entry_eq()
Dtree-ssa-loop-ivopts.c3272 mbc_entry_eq (const void *entry1, const void *entry2) in mbc_entry_eq() argument
3274 const struct mbc_entry *e1 = entry1; in mbc_entry_eq()
Ddwarf2out.c6343 const struct cu_hash_table_entry *entry1 = of1; in htab_cu_eq() local
6346 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol); in htab_cu_eq()
/freebsd-10-stable/contrib/texinfo/util/
Dinstall-info.c1566 struct spec_entry **entry1 = (struct spec_entry **) p1; in compare_entries_text() local
1568 char *text1 = (*entry1)->text; in compare_entries_text()
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-score.c905 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument
907 const struct score_got_entry *e1 = (struct score_got_entry *)entry1; in score_elf_got_entry_eq()
Delfxx-mips.c1984 mips_elf_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_got_entry_eq() argument
1986 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_got_entry_eq()
2021 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_multi_got_entry_eq() argument
2023 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_multi_got_entry_eq()
2964 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2) in mips_elf_bfd2got_entry_eq() argument
2967 = (const struct mips_elf_bfd2got_hash *)entry1; in mips_elf_bfd2got_entry_eq()
Delfxx-ia64.c1953 struct elfNN_ia64_local_hash_entry *entry1 local
1958 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;