Searched refs:cur_loc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet/libalias/
H A Dalias_sctp.h189 int cur_loc; /**< index of the current location in the circular queue */ member in struct:sctp_nat_timer
H A Dalias_sctp.c647 la->sctpNatTimer.cur_loc = 0;
2388 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc;
2458 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) {
2459 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]);
2460 //SLIST_REMOVE_HEAD(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc], timer_Q);
2474 if (++la->sctpNatTimer.cur_loc >= SN_TIMER_QUEUE_SIZE)
2475 la->sctpNatTimer.cur_loc = 0;
/freebsd-10-stable/contrib/gcc/
H A Dvar-tracking.c231 rtx cur_loc; member in struct:variable_part_def
767 new_var->var_part[i].cur_loc = new_var->var_part[i].loc_chain->loc;
769 new_var->var_part[i].cur_loc = NULL;
1075 == !src->var_part[k].cur_loc);
1078 gcc_assert (src->var_part[k].cur_loc);
1079 if (src->var_part[k].cur_loc != src->var_part[k].loc_chain->loc)
1259 dst->var_part[k].cur_loc = dst->var_part[k].loc_chain->loc;
1261 dst->var_part[k].cur_loc = NULL;
1309 If COMPARE_CURRENT_LOCATION is true compare also the cur_loc of each
1330 if (!((REG_P (var1->var_part[i].cur_loc)
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c185 location_t cur_loc = input_location;
231 input_location = cur_loc;
184 location_t cur_loc = input_location; local

Completed in 64 milliseconds