Searched refs:cur_start (Results 1 – 2 of 2) sorted by relevance
530 pfn_t cur_start; /* start addr of subrange */ in plat_build_mem_nodes() local568 cur_start = start; in plat_build_mem_nodes()570 node = plat_pfn_to_mem_node(cur_start); in plat_build_mem_nodes()581 cur_start < lgrp_plat_memnode_info[node].start || in plat_build_mem_nodes()582 cur_start > lgrp_plat_memnode_info[node].end) { in plat_build_mem_nodes()585 cur_start); in plat_build_mem_nodes()607 mem_node_add_slice(cur_start, cur_end - endcnt); in plat_build_mem_nodes()612 cur_start = cur_end + 1; in plat_build_mem_nodes()
15911 off64_t cur_start, llp_ll_flock_end, lost_flp_end; in nfs4_reinstitute_local_lock_state() local15977 cur_start = lost_flp->l_start; in nfs4_reinstitute_local_lock_state()15988 if (llp->ll_flock.l_start <= cur_start) { in nfs4_reinstitute_local_lock_state()15989 cur_start = start_check(llp_ll_flock_end); in nfs4_reinstitute_local_lock_state()15995 cur_start, llp->ll_flock.l_start)); in nfs4_reinstitute_local_lock_state()15997 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()15998 ul_fl.l_len = end_to_len(cur_start, in nfs4_reinstitute_local_lock_state()16002 cur_start = start_check(llp_ll_flock_end); in nfs4_reinstitute_local_lock_state()16009 if (cur_start != start_check(lost_flp_end)) { in nfs4_reinstitute_local_lock_state()16013 cur_start, lost_flp->l_start + lost_flp->l_len)); in nfs4_reinstitute_local_lock_state()[all …]