Searched refs:lcv (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dmdb.c73 int lcv, limit; local
134 lcv = mdb->fs_start + mdb->fs_ablocks * mdb->alloc_blksz;
135 limit = lcv + mdb->alloc_blksz;
136 for (; lcv < limit; ++lcv) {
137 buf = hfs_buffer_get(sys_mdb, lcv, 1);
159 lcv = (mdb->fs_ablocks + 4095) / 4096;
160 for ( ; lcv; --lcv, ++bmbuf, ++block) {
274 int lcv; local
[all...]
H A Dfile_hdr.c189 int lcv; local
200 for (lcv = 0, descr = layout->descr, ptr = meta->descrs;
201 lcv < layout->entries; ++lcv, ++descr, ptr += 12) {
214 int lcv; local
218 for (lcv = 0; lcv < new->entries; ++lcv) {
219 (char *)(new->order[lcv]) += (char *)new - (char *)old;
232 int lcv, entrie local
266 int lcv; local
362 int left, lcv, read = 0; local
605 int left, lcv, written = 0; local
928 int lcv, last; local
[all...]
H A Dbtree.c79 int lcv; local
84 for (lcv=0; lcv<HFS_CACHELEN; ++lcv) {
86 hfs_warn("deleting nodes from bucket %d:\n", lcv);
88 hfs_bnode_ditch(bt->cache[lcv]);
H A Dbnode.c99 int block, lcv; local
147 for (lcv=1; lcv <= (bnode->ndNRecs + 1); ++lcv) {
148 curr = hfs_get_hs(RECTBL(bnode, lcv));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhil_mlc.h151 int lcv; /* LCV to throttle loops */ member in struct:hil_mlc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhil_mlc.h151 int lcv; /* LCV to throttle loops */ member in struct:hil_mlc
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_mlc.c253 if(mlc->lcv == 0) goto restart; /* First init, no need to dally */
257 mlc->lcv = 0;
262 if (mlc->lcv++ >= lim) return -1;

Completed in 152 milliseconds