Home
last modified time | relevance | path

Searched refs:cur_start (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c531 pfn_t cur_start; /* start addr of subrange */ in plat_build_mem_nodes() local
569 cur_start = start; in plat_build_mem_nodes()
571 node = plat_pfn_to_mem_node(cur_start); in plat_build_mem_nodes()
582 cur_start < lgrp_plat_memnode_info[node].start || in plat_build_mem_nodes()
583 cur_start > lgrp_plat_memnode_info[node].end) { in plat_build_mem_nodes()
586 cur_start); in plat_build_mem_nodes()
608 mem_node_add_slice(cur_start, cur_end - endcnt); in plat_build_mem_nodes()
613 cur_start = cur_end + 1; in plat_build_mem_nodes()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c15854 off64_t cur_start, llp_ll_flock_end, lost_flp_end; in nfs4_reinstitute_local_lock_state() local
15920 cur_start = lost_flp->l_start; in nfs4_reinstitute_local_lock_state()
15931 if (llp->ll_flock.l_start <= cur_start) { in nfs4_reinstitute_local_lock_state()
15932 cur_start = start_check(llp_ll_flock_end); in nfs4_reinstitute_local_lock_state()
15938 cur_start, llp->ll_flock.l_start)); in nfs4_reinstitute_local_lock_state()
15940 ul_fl.l_start = cur_start; in nfs4_reinstitute_local_lock_state()
15941 ul_fl.l_len = end_to_len(cur_start, in nfs4_reinstitute_local_lock_state()
15945 cur_start = start_check(llp_ll_flock_end); in nfs4_reinstitute_local_lock_state()
15952 if (cur_start != start_check(lost_flp_end)) { in nfs4_reinstitute_local_lock_state()
15956 cur_start, lost_flp->l_start + lost_flp->l_len)); in nfs4_reinstitute_local_lock_state()
[all …]