Home
last modified time | relevance | path

Searched refs:next_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/vm/
H A Dvm_object.c2261 vm_size_t prev_size, vm_size_t next_size, boolean_t reserved) in vm_object_coalesce() argument
2287 next_size >>= PAGE_SHIFT; in vm_object_coalesce()
2311 if (!reserved && !swap_reserve_by_cred(ptoa(next_size), in vm_object_coalesce()
2316 prev_object->charge += ptoa(next_size); in vm_object_coalesce()
2325 next_size, 0); in vm_object_coalesce()
2331 (uintmax_t)next_pindex, (uintmax_t)next_size)); in vm_object_coalesce()
2341 if (next_pindex + next_size > prev_object->size) in vm_object_coalesce()
2342 prev_object->size = next_pindex + next_size; in vm_object_coalesce()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2011 size_t next_size; in ib_uverbs_post_send() local
2064 next_size = sizeof(*ud); in ib_uverbs_post_send()
2065 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2087 next_size = sizeof(*rdma); in ib_uverbs_post_send()
2088 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2102 next_size = sizeof(*atomic); in ib_uverbs_post_send()
2103 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2118 next_size = sizeof(*next); in ib_uverbs_post_send()
2119 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2151 ALIGN(next_size, sizeof(struct ib_sge))); in ib_uverbs_post_send()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp970 size_t next_size = all ? remaining : std::min(page_size, remaining); in DisplayCompletions() local
972 PrintCompletion(editline.m_output_file, results.slice(cur_pos, next_size), in DisplayCompletions()
975 cur_pos += next_size; in DisplayCompletions()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c3085 uint64_t next_size; member
3129 if (cur_next_size > lca->next_size) { in spa_livelist_condense_sync()
3131 livelist_track_new_cb, &new_bps, lca->next_size)); in spa_livelist_condense_sync()
3171 uint64_t first_size, next_size; in spa_livelist_condense_cb() local
3196 t, &next_size); in spa_livelist_condense_cb()
3215 lca->next_size = next_size; in spa_livelist_condense_cb()