Home
last modified time | relevance | path

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

/linux/scripts/
A Dget_abi.pl775 my $next_i = 0;
785 $next_i = $num_files;
799 if ($i == $next_i || $cur_time > $last_time + 1) {
810 $next_i = int (($percent + 1) * $num_files / 100);
/linux/drivers/firewire/
A Dohci.c719 unsigned int i, next_i, last = ctx->last_buffer_index; in ar_search_last_active_buffer() local
729 next_i = ar_next_buffer_index(i); in ar_search_last_active_buffer()
731 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
745 next_i = ar_next_buffer_index(next_i); in ar_search_last_active_buffer()
747 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
756 i = next_i; in ar_search_last_active_buffer()
/linux/fs/jbd2/
A Dcommit.c287 struct jbd2_inode *jinode, *next_i; in journal_finish_inode_data_buffers() local
310 list_for_each_entry_safe(jinode, next_i, in journal_finish_inode_data_buffers()
/linux/fs/f2fs/
A Dnode.c3309 struct free_nid *i, *next_i; in f2fs_destroy_node_manager() local
3320 list_for_each_entry_safe(i, next_i, &nm_i->free_nid_list, list) { in f2fs_destroy_node_manager()

Completed in 19 milliseconds