Searched refs:next_i (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/
H A Dinode_mark.c241 struct inode *inode, *next_i, *need_iput = NULL; local
243 list_for_each_entry_safe(inode, next_i, list, i_sb_list) {
272 /* In case the dropping of a reference would nuke next_i. */
273 if ((&next_i->i_sb_list != list) &&
274 atomic_read(&next_i->i_count) &&
275 !(next_i->i_state & (I_FREEING | I_WILL_FREE))) {
276 __iget(next_i);
277 need_iput = next_i;
282 * references on both inode and next_i. Also no new inodes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/
H A Dinode_mark.c241 struct inode *inode, *next_i, *need_iput = NULL; local
243 list_for_each_entry_safe(inode, next_i, list, i_sb_list) {
272 /* In case the dropping of a reference would nuke next_i. */
273 if ((&next_i->i_sb_list != list) &&
274 atomic_read(&next_i->i_count) &&
275 !(next_i->i_state & (I_FREEING | I_WILL_FREE))) {
276 __iget(next_i);
277 need_iput = next_i;
282 * references on both inode and next_i. Also no new inodes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c435 u32 next_i = 0; local
444 next_i = i + region_size;
447 if (next_i < table_size &&
448 virtual_mapping_table[next_i].reserved
452 [next_i].region_size;
461 i = next_i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c435 u32 next_i = 0; local
444 next_i = i + region_size;
447 if (next_i < table_size &&
448 virtual_mapping_table[next_i].reserved
452 [next_i].region_size;
461 i = next_i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c1377 int next_i = block; local
1378 int prev_i = (next_i == 0) ? (recv->nblocks - 1) : (next_i - 1);
1380 struct dma_cmd *next = &recv->block[next_i];
1395 sizeof(struct dma_cmd) * next_i)
1869 int next_i, prev_i; local
1897 next_i = iso->first_packet;
1898 prev_i = (next_i == 0) ? (iso->buf_packets - 1) : (next_i - 1);
1900 next = dma_region_i(&xmit->prog, struct iso_xmit_cmd, next_i);
[all...]
H A Ddv1394.c1965 int next_i, prev_i; local
2058 next_i = video->current_packet;
2059 f = video->frames[next_i / MAX_PACKETS];
2060 next = &(f->descriptor_pool[next_i % MAX_PACKETS]);
2066 prev_i = (next_i == 0) ? (MAX_PACKETS * video->n_frames - 1) : (next_i - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c1377 int next_i = block; local
1378 int prev_i = (next_i == 0) ? (recv->nblocks - 1) : (next_i - 1);
1380 struct dma_cmd *next = &recv->block[next_i];
1395 sizeof(struct dma_cmd) * next_i)
1869 int next_i, prev_i; local
1897 next_i = iso->first_packet;
1898 prev_i = (next_i == 0) ? (iso->buf_packets - 1) : (next_i - 1);
1900 next = dma_region_i(&xmit->prog, struct iso_xmit_cmd, next_i);
[all...]
H A Ddv1394.c1965 int next_i, prev_i; local
2058 next_i = video->current_packet;
2059 f = video->frames[next_i / MAX_PACKETS];
2060 next = &(f->descriptor_pool[next_i % MAX_PACKETS]);
2066 prev_i = (next_i == 0) ? (MAX_PACKETS * video->n_frames - 1) : (next_i - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jbd2/
H A Dcommit.c269 struct jbd2_inode *jinode, *next_i; local
296 list_for_each_entry_safe(jinode, next_i,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jbd2/
H A Dcommit.c269 struct jbd2_inode *jinode, *next_i; local
296 list_for_each_entry_safe(jinode, next_i,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c3548 int next_i= i + run2 + 1; local
3549 int next_level= block[ perm_scantable[next_i] ] + 64;
3554 if(next_i < last_non_zero)
3575 int next_i= i + run2 + 1; local
3576 int next_level= block[ perm_scantable[next_i] ] + 64;
3581 if(next_i < last_non_zero)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c3548 int next_i= i + run2 + 1; local
3549 int next_level= block[ perm_scantable[next_i] ] + 64;
3554 if(next_i < last_non_zero)
3575 int next_i= i + run2 + 1; local
3576 int next_level= block[ perm_scantable[next_i] ] + 64;
3581 if(next_i < last_non_zero)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c3548 int next_i= i + run2 + 1; local
3549 int next_level= block[ perm_scantable[next_i] ] + 64;
3554 if(next_i < last_non_zero)
3575 int next_i= i + run2 + 1; local
3576 int next_level= block[ perm_scantable[next_i] ] + 64;
3581 if(next_i < last_non_zero)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-arm.c3703 unsigned int next_i = i + 4; local
3760 next_i = first_fmac + 4;
3800 i = next_i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-arm.c3703 unsigned int next_i = i + 4; local
3760 next_i = first_fmac + 4;
3800 i = next_i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-arm.c3703 unsigned int next_i = i + 4; local
3760 next_i = first_fmac + 4;
3800 i = next_i;

Completed in 470 milliseconds