Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
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()
/kernel/linux/linux-5.10/fs/jbd2/
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()
/kernel/linux/linux-5.10/fs/f2fs/
Dnode.c3197 struct free_nid *i, *next_i; in f2fs_destroy_node_manager() local
3208 list_for_each_entry_safe(i, next_i, &nm_i->free_nid_list, list) { in f2fs_destroy_node_manager()