Searched refs:next_size (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_object.c | 2174 vm_size_t prev_size, vm_size_t next_size, boolean_t reserved) in vm_object_coalesce() argument 2200 next_size >>= PAGE_SHIFT; in vm_object_coalesce() 2224 if (!reserved && !swap_reserve_by_cred(ptoa(next_size), in vm_object_coalesce() 2229 prev_object->charge += ptoa(next_size); in vm_object_coalesce() 2238 next_size, 0); in vm_object_coalesce() 2244 (uintmax_t)next_pindex, (uintmax_t)next_size)); in vm_object_coalesce() 2254 if (next_pindex + next_size > prev_object->size) in vm_object_coalesce() 2255 prev_object->size = next_pindex + next_size; in vm_object_coalesce()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 2011 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 D | Editline.cpp | 956 size_t next_size = all ? remaining : std::min(page_size, remaining); in DisplayCompletions() local 958 PrintCompletion(editline.m_output_file, results.slice(cur_pos, next_size), in DisplayCompletions() 961 cur_pos += next_size; in DisplayCompletions()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 3143 uint64_t next_size; member 3187 if (cur_next_size > lca->next_size) { in spa_livelist_condense_sync() 3189 livelist_track_new_cb, &new_bps, lca->next_size)); in spa_livelist_condense_sync() 3229 uint64_t first_size, next_size; in spa_livelist_condense_cb() local 3254 t, &next_size); in spa_livelist_condense_cb() 3273 lca->next_size = next_size; in spa_livelist_condense_cb()
|