Searched refs:new_start (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci_subr.c | 207 rman_res_t new_start, new_end; in pcib_host_res_alloc() local 231 new_start = ummax(start, rle->start); in pcib_host_res_alloc() 233 if (new_start > new_end || in pcib_host_res_alloc() 234 new_start + count - 1 > new_end || in pcib_host_res_alloc() 235 new_start + count < new_start) in pcib_host_res_alloc() 238 new_start, new_end, count, flags); in pcib_host_res_alloc()
|
H A D | pci_host_generic.c | 482 rman_res_t *new_start) in generic_pcie_translate_resource() argument 493 *new_start = start - range->pci_base + range->phys_base; in generic_pcie_translate_resource() 497 *new_start = start; in generic_pcie_translate_resource()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 57 lldb::addr_t new_start = range.GetRangeBase(); in ExpandToGranule() local 58 lldb::addr_t align_down_amount = new_start % granule; in ExpandToGranule() 59 new_start -= align_down_amount; in ExpandToGranule() 68 return TagRange(new_start, new_len); in ExpandToGranule()
|
/freebsd/sys/kern/ |
H A D | kern_lockf.c | 1160 lf_set_start(struct lockf *state, struct lockf_entry *lock, off_t new_start, in lf_set_start() argument 1164 KASSERT(new_start >= lock->lf_start, ("can't increase lock")); in lf_set_start() 1165 lock->lf_start = new_start; in lf_set_start()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 1634 zfs_btree_hdr_t **new_start = keep->btc_children + in zfs_btree_remove_from_node() local 1637 new_start[i]->bth_parent = keep; in zfs_btree_remove_from_node()
|