Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A Dether1.c446 int i, status, addr, next, next2; in ether1_init_for_open() local
480 next2 = next + RFD_SIZE + RBD_SIZE + ETH_FRAME_LEN + 10; in ether1_init_for_open()
482 if (next2 >= RX_AREA_END) { in ether1_init_for_open()
499 } while (next2 < RX_AREA_END); in ether1_init_for_open()
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c126 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local
139 snd_config_for_each(i2, next2, node1) { in missing_devices()
/linux/fs/ext4/
H A Dextents.c5809 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5813 next2 = ext4_ext_next_allocated_block(path2); in ext4_swap_extents()
5818 next2 = e2_blk; in ext4_swap_extents()
5820 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5824 if (len < next2 - lblk2) in ext4_swap_extents()
5825 len = next2 - lblk2; in ext4_swap_extents()
/linux/fs/btrfs/
H A Dqgroup.c580 goto next2; in btrfs_read_qgroup_config()
585 goto next2; in btrfs_read_qgroup_config()
604 next2: in btrfs_read_qgroup_config()