Home
last modified time | relevance | path

Searched refs:next_i (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/scripts/
Dget_abi.pl776 my $next_i = 0;
786 $next_i = $num_files;
800 if ($i == $next_i || $cur_time > $last_time + 1) {
811 $next_i = int (($percent + 1) * $num_files / 100);
/linux-6.6.21/drivers/firewire/
Dohci.c767 unsigned int i, next_i, last = ctx->last_buffer_index; in ar_search_last_active_buffer() local
777 next_i = ar_next_buffer_index(i); in ar_search_last_active_buffer()
779 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
793 next_i = ar_next_buffer_index(next_i); in ar_search_last_active_buffer()
795 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
804 i = next_i; in ar_search_last_active_buffer()
/linux-6.6.21/fs/jbd2/
Dcommit.c257 struct jbd2_inode *jinode, *next_i; in journal_finish_inode_data_buffers() local
281 list_for_each_entry_safe(jinode, next_i, in journal_finish_inode_data_buffers()
/linux-6.6.21/fs/f2fs/
Dnode.c3338 struct free_nid *i, *next_i; in f2fs_destroy_node_manager() local
3350 list_for_each_entry_safe(i, next_i, &nm_i->free_nid_list, list) { in f2fs_destroy_node_manager()