Searched refs:asm_p (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_aselect.c112 RF_AccessStripeMap_t *asm_p; local
154 for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
165 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, &(stripeFuncs->fp));
184 numStripeUnits = asm_p->numStripeUnitsAccessed;
189 for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) {
288 for (i = 0, asm_p = asmap; asm_p; asm_
[all...]
H A Drf_states.c394 RF_AccessStripeMap_t *asm_p; local
403 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) {
406 asm_p->parityInfo &&
408 !(asm_p->flags & RF_ASM_FLAGS_LOCK_TRIED)) {
409 asm_p->flags |= RF_ASM_FLAGS_LOCK_TRIED;
411 RF_ASSERT(asm_p->stripeID > lastStripeID);
412 lastStripeID = asm_p
696 RF_AccessStripeMap_t *asm_p; local
[all...]
H A Drf_map.c84 RF_AccessStripeMap_t *asm_list = NULL, *asm_p = NULL; local
133 if (!asm_p)
134 asm_list = asm_p = t_asm;
136 asm_p->next = t_asm;
137 asm_p = asm_p->next;
142 asm_p->stripeID = /* rf_RaidAddressToStripeID(layoutPtr,
146 asm_p->raidAddress = raidAddress;
147 asm_p->endRaidAddress = stripeEndAddress;
162 asm_p
795 rf_ASMParityAdjust(RF_PhysDiskAddr_t *toAdjust, RF_StripeNum_t startAddrWithinStripe, RF_SectorNum_t endAddress, RF_RaidLayout_t *layoutPtr, RF_AccessStripeMap_t *asm_p) argument
854 rf_ASMCheckStatus(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda_p, RF_AccessStripeMap_t *asm_p, RF_RaidDisk_t *disks, int parity) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.c5289 bool asm_p;
5297 asm_p = false;
5316 asm_p = INSN_ASM_P (insn);
5317 if (!FENCE_STARTS_CYCLE_P (fence) && asm_p)
5326 return asm_p;
5334 bool asm_p;
5337 asm_p = advance_state_on_fence (fence, insn);
5368 if (asm_p || need_stall)
7010 bool asm_p, real_insn, after_stall, all_issued;
7016 asm_p
5277 bool asm_p; local
5322 bool asm_p; local
6997 bool asm_p, real_insn, after_stall, all_issued; local
[all...]
H A Dsel-sched-ir.h759 BOOL_BITFIELD asm_p : 1;
780 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p)
751 BOOL_BITFIELD asm_p : 1; member in struct:_sel_insn_data
H A Dhaifa-sched.c2982 bool asm_p = false;
3064 asm_p = (GET_CODE (PATTERN (insn)) == ASM_INPUT
3066 if (!first_cycle_insn_p && asm_p)
3163 if (advance == 0 && asm_p)
2977 bool asm_p = false; local
H A Dsel-sched-ir.c4093 gcc_assert (!ssid->asm_p && ssid->sched_next == NULL
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dhaifa-sched.c2012 bool asm_p = false;
2059 asm_p = (GET_CODE (PATTERN (insn)) == ASM_INPUT
2061 if (!first_cycle_insn_p && asm_p)
2115 if (advance == 0 && asm_p)
2008 bool asm_p = false; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c8545 int i, bundle_end_p, only_bundle_end_p, asm_p;
8712 asm_p = (GET_CODE (PATTERN (insn)) == ASM_INPUT
8765 if (!asm_p)
8528 int i, bundle_end_p, only_bundle_end_p, asm_p; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c7119 int i, bundle_end_p, only_bundle_end_p, asm_p;
7288 asm_p = (GET_CODE (PATTERN (insn)) == ASM_INPUT
7342 if (!asm_p)
7102 int i, bundle_end_p, only_bundle_end_p, asm_p; local

Completed in 420 milliseconds