Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c345 block = node->block_buf + node->next_block * block_sz; in hsr_get_seq_block()
358 node->next_block = in hsr_get_seq_block()
359 (node->next_block + 1) & (HSR_MAX_SEQ_BLOCKS - 1); in hsr_get_seq_block()
824 block_off = (node->next_block - 1) & (HSR_MAX_SEQ_BLOCKS - 1); in fill_last_seq_nrs()
/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.c1961 const char *next_block; in kmem_cache_flags()
1977 next_block = slub_debug_string; in kmem_cache_flags()
1979 while (next_block) { in kmem_cache_flags()
1980 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags()
1989 if (next_block && next_block < end) in kmem_cache_flags()
1990 end = next_block - 1; in kmem_cache_flags()
1948 const char *next_block; kmem_cache_flags() local