Searched refs:thresh (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter.h189 int (*okfn)(struct sk_buff *), int thresh);
202 int (*okfn)(struct sk_buff *), int thresh,
211 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh);
243 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \
245 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, thresh, 1)) == 1)\
376 int (*okfn)(struct sk_buff *), int thresh,
198 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
372 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
H A Digmp.h214 #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \
215 ((value) < (thresh) ? (value) : \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dtrackpoint.h136 unsigned char thresh, upthresh; member in struct:trackpoint_data
H A Dtrackpoint.c156 TRACKPOINT_INT_ATTR(thresh, TP_THRESH);
229 trackpoint_write(&psmouse->ps2dev, TP_THRESH, tp->thresh);
260 tp->thresh = TP_DEF_THRESH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_types.h163 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_audio.c506 int thresh; local
513 thresh = 0;
516 if (result[i] > thresh)
517 thresh = result[i];
525 if (thresh > 0) {
526 thresh = thresh >> 4; /* touchtones must match within 12 dB */
528 if (result[i] < thresh)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c411 int thresh = max_retries; local
439 while (thresh > 2) {
442 thresh--;
457 if ((req->retrans < thresh ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsharpsl_pm.c80 struct battery_thresh *thresh; local
83 thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_acin_bl : sharpsl_pm.machinfo->bat_levels_acin;
85 thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_noac_bl : sharpsl_pm.machinfo->bat_levels_noac;
87 while (i > 0 && (voltage > thresh[i].voltage))
90 return thresh[i].percentage;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c2025 int block, status, thresh; local
2053 thresh = blocks > (writer_buffer_size - processors) ? blocks - (writer_buffer_size - processors): 0;
2064 if(block < thresh) {
2089 for(block = thresh; block < blocks; block ++)
2095 for(block = thresh; block < blocks; block ++)
2098 if(thresh && !block_device)
2117 if(block && thresh) {
2125 for(blocks = thresh; blocks < block; blocks ++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c393 osl_ctfpool_replenish(osl_t *osh, uint thresh) argument
399 while ((osh->ctfpool->refills > 0) && (thresh--)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsky2.c1121 unsigned i, size, space, thresh; local
1146 thresh = (size - 8) / sizeof(u32);
1184 if (thresh > 0x1ff)
1187 sky2_write16(hw, SK_REG(sky2->port, RX_GMF_TR_THR), thresh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmcast.c171 #define MLDV2_EXP(thresh, nbmant, nbexp, value) \
172 ((value) < (thresh) ? (value) : \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S828 ;; a is now write_room. If thresh >= a, we can unthrottle
H A Dkeyspan_pda.S767 ;; a is now write_room. If thresh >= a, we can unthrottle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h541 extern void osl_ctfpool_replenish(osl_t *osh, uint thresh);

Completed in 260 milliseconds