Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/tundra/
H A Dtsi108_eth.h306 u32 next1; member
333 u32 next1; /* Address of next descriptor, if any */ member
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-topology.c409 struct fw_node *node0, *node1, *next1; in update_tree() local
481 next1 = fw_node(node1->link.next); in update_tree()
483 node1 = next1; in update_tree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turns.hpp229 ever_circling_iterator<range1_iterator> next1(begin_range_1, end_range_1, it1, true); in apply() local
230 next1++; in apply()
235 for (prev1 = it1++, next1++; in apply()
237 ++prev1, ++it1, ++index1, ++next1, ++ndi1) in apply()
240 begin_range_1, end_range_1, next1, true); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dget_piece_turns.hpp232 iterator next1 = next_point(ring1, it1); in calculate_turns() local
255 turn_policy::apply(*prev1, *it1, *next1, in calculate_turns()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmaem.c797 struct aem_data *p1, *next1; in aem_bmc_gone() local
799 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone()
1086 struct aem_data *p1, *next1; in aem_exit() local
1090 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_exit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c3996 struct bpf_insn insn, next1, next2; in nfp_bpf_opt_ld_shift() local
3999 next1 = meta2->insn; in nfp_bpf_opt_ld_shift()
4010 if (!(next1.code == (BPF_LSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift()
4012 !(next1.code == (BPF_RSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift()
4016 if (next1.src_reg || next1.dst_reg || in nfp_bpf_opt_ld_shift()
4020 if (next1.imm != 0x20 || next2.imm != 0x20) in nfp_bpf_opt_ld_shift()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dinode.c923 goto next1; in ufs_trunc_direct()
937 next1: in ufs_trunc_direct()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c5664 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5667 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents()
5671 next1 = e1_blk; in ext4_swap_extents()
5675 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5678 len = next1 - lblk1; in ext4_swap_extents()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dqgroup.c399 goto next1; in btrfs_read_qgroup_config()
404 goto next1; in btrfs_read_qgroup_config()
449 next1: in btrfs_read_qgroup_config()