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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Ddirhash.c172 int bucket, ecount, i; local
176 ecount = *ptr & 0xffff;
179 bucket = ecount = 0;
182 DPRINTK(("autofs_hash_enum: bucket %d, entry %d\n", bucket, ecount));
187 ecount++;
191 for ( i = ecount ; ent && i ; i-- )
195 ecount++; /* Point to *next* entry */
199 bucket++; ecount = 0;
212 *ptr = ((bucket+1) << 16) + ecount;
/asus-wl-520gu-7.0.1.45/src/linux/linux/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.c938 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
941 sr->epilogue_count = ecount + 1;
935 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR53C9x.c1960 int bogus_data = 0, bytes_sent = 0, fifocnt, ecount = 0; local
1995 ecount = esp_getcount(eregs);
1997 ecount -= 0x40;
2002 bytes_sent -= ecount;
2006 ESPDATA(("bytes_sent=%d (ecount=%d, fifocnt=%d), ", bytes_sent,
2007 ecount, fifocnt));
2040 ESPLOG(("esp%d: csz=%d fifocount=%d ecount=%d\n",
2042 esp->current_transfer_size, fifocnt, ecount));
H A Desp.c2627 int bogus_data = 0, bytes_sent = 0, fifocnt, ecount = 0; local
2657 ecount = esp_getcount(esp->eregs, 0);
2663 ecount = esp_getcount(esp->eregs, 1);
2664 bytes_sent -= ecount;
2685 bytes_sent -= ecount;
2721 ESPLOG(("esp%d: csz=%d fifocount=%d ecount=%d\n",
2723 esp->current_transfer_size, fifocnt, ecount));

Completed in 65 milliseconds