Searched refs:ecount (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Ddirhash.c173 int bucket, ecount, i; local
177 ecount = *ptr & 0xffff;
180 bucket = ecount = 0;
183 DPRINTK(("autofs_hash_enum: bucket %d, entry %d\n", bucket, ecount));
188 ecount++;
192 for ( i = ecount ; ent && i ; i-- )
196 ecount++; /* Point to *next* entry */
200 bucket++; ecount = 0;
213 *ptr = ((bucket+1) << 16) + ecount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind_decoder.c34 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
391 unw_word t, ecount, label; local
396 ecount = unw_decode_uleb128 (&dp);
397 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
H A Dunwind.c1028 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
1031 sr->epilogue_count = ecount + 1;
1026 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c163 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
164 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
583 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
587 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
646 if (bytes_read > ecount) {
647 printk("dvb_ca adapter %d: CAM tried to send a buffer larger than the ecount size!\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.c1299 int fifo_cnt, ecount, bytes_sent, flush_fifo; local
1305 ecount = 0;
1307 ecount = ((unsigned int)esp_read8(ESP_TCLOW) |
1310 ecount |= ((unsigned int)esp_read8(FAS_RLO)) << 16;
1314 bytes_sent -= ecount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c9107 int ecount = 0; local
9143 if (!(++ecount % LPFC_GET_QE_REL_INT))
9150 if (!(++ecount % LPFC_GET_QE_REL_INT))
9162 if (unlikely(ecount == 0))
9349 int ecount = 0; local
9382 if (!(++ecount % LPFC_GET_QE_REL_INT))
9387 if (unlikely(ecount == 0))
9440 int ecount = 0; local
9469 if (!(++ecount % LPFC_GET_QE_REL_INT))
9477 if (unlikely(ecount
9519 int ecount = 0; local
[all...]

Completed in 67 milliseconds