Home
last modified time | relevance | path

Searched refs:next_block (Results 1 – 6 of 6) sorted by relevance

/linux/net/hsr/
H A Dhsr_framereg.c354 block = node->block_buf + node->next_block * block_sz; in hsr_get_seq_block()
367 node->next_block = in hsr_get_seq_block()
368 (node->next_block + 1) & (HSR_MAX_SEQ_BLOCKS - 1); in hsr_get_seq_block()
839 block_off = (node->next_block - 1) & (HSR_MAX_SEQ_BLOCKS - 1); in fill_last_seq_nrs()
H A Dhsr_framereg.h117 unsigned int next_block; member
/linux/fs/ext4/
H A Ddir.c272 goto next_block; in ext4_readdir()
330 next_block: in ext4_readdir()
/linux/drivers/md/persistent-data/
H A Ddm-btree.c1341 uint64_t *result_key, dm_block_t *next_block) in find_key() argument
1363 if (next_block || flags & INTERNAL_NODE) { in find_key()
1372 if (next_block) in find_key()
1373 *next_block = block; in find_key()
/linux/drivers/hwtracing/intel_th/
H A Dmsu.c627 goto next_block; in msc_buffer_iterate()
650 next_block: in msc_buffer_iterate()
/linux/mm/
H A Dslub.c1985 const char *next_block; in kmem_cache_flags() local
2001 next_block = slub_debug_string; in kmem_cache_flags()
2003 while (next_block) { in kmem_cache_flags()
2004 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags()
2013 if (next_block && next_block < end) in kmem_cache_flags()
2014 end = next_block - 1; in kmem_cache_flags()