Searched refs:next1 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.h | 306 u32 next1; member 333 u32 next1; /* Address of next descriptor, if any */ member
|
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 362 struct fw_node *node0, *node1, *next1; in update_tree() local 434 next1 = fw_node(node1->link.next); in update_tree() 436 node1 = next1; in update_tree()
|
| /linux/drivers/hwmon/ |
| H A D | ibmaem.c | 786 struct aem_data *p1, *next1; in aem_bmc_gone() local 788 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone() 1075 struct aem_data *p1, *next1; in aem_exit() local 1079 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_exit()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | pcm-test.c | 126 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local 132 snd_config_for_each(i1, next1, pcm_config) { in missing_devices()
|
| /linux/fs/ext4/ |
| H A D | extents.c | 5809 ext4_lblk_t next1, next2; in ext4_swap_extents() local 5812 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents() 5816 next1 = e1_blk; in ext4_swap_extents() 5820 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents() 5823 len = next1 - lblk1; in ext4_swap_extents()
|
| /linux/fs/btrfs/ |
| H A D | qgroup.c | 483 goto next1; in btrfs_read_qgroup_config() 488 goto next1; in btrfs_read_qgroup_config() 554 next1: in btrfs_read_qgroup_config()
|