Searched refs:new_match (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/clocksource/
H A Dsh_cmt.c204 unsigned long new_match; local
229 new_match = now + value + delay;
230 if (new_match > p->max_match_value)
231 new_match = p->max_match_value;
233 sh_cmt_write(p, CMCOR, new_match);
236 if (has_wrapped && (new_match > p->match_value)) {
254 p->match_value = new_match;
259 if (now < new_match) {
265 p->match_value = new_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/clocksource/
H A Dsh_cmt.c204 unsigned long new_match; local
229 new_match = now + value + delay;
230 if (new_match > p->max_match_value)
231 new_match = p->max_match_value;
233 sh_cmt_write(p, CMCOR, new_match);
236 if (has_wrapped && (new_match > p->match_value)) {
254 p->match_value = new_match;
259 if (now < new_match) {
265 p->match_value = new_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/netfilter/
H A Diptpinhole.c101 /* new_match()
105 new_match(int proto, unsigned short sport, unsigned short dport) function
230 match = new_match(proto, rem_port, int_port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/netfilter/
H A Diptpinhole.c101 /* new_match()
105 new_match(int proto, unsigned short sport, unsigned short dport) function
230 match = new_match(proto, rem_port, int_port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/netfilter/
H A Diptpinhole.c101 /* new_match()
105 new_match(int proto, unsigned short sport, unsigned short dport) function
230 match = new_match(proto, rem_port, int_port);

Completed in 69 milliseconds