Searched refs:next_size (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/vm/ |
| H A D | vm_object.c | 2177 vm_size_t prev_size, vm_size_t next_size, int cflags) in vm_object_coalesce() argument 2203 next_size >>= PAGE_SHIFT; in vm_object_coalesce() 2213 next_end = next_pindex + next_size; in vm_object_coalesce() 2255 swap_release_by_cred(ptoa(next_size), in vm_object_coalesce() 2286 (uintmax_t)prev_size, (uintmax_t)next_size)); in vm_object_coalesce()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_cmd.c | 2024 size_t next_size; in ib_uverbs_post_send() local 2077 next_size = sizeof(*ud); in ib_uverbs_post_send() 2078 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2100 next_size = sizeof(*rdma); in ib_uverbs_post_send() 2101 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2115 next_size = sizeof(*atomic); in ib_uverbs_post_send() 2116 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2131 next_size = sizeof(*next); in ib_uverbs_post_send() 2132 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2164 ALIGN(next_size, sizeof(struct ib_sge))); in ib_uverbs_post_send()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 3420 uint64_t next_size; member 3464 if (cur_next_size > lca->next_size) { in spa_livelist_condense_sync() 3466 livelist_track_new_cb, &new_bps, lca->next_size)); in spa_livelist_condense_sync() 3506 uint64_t first_size, next_size; in spa_livelist_condense_cb() local 3531 t, &next_size); in spa_livelist_condense_cb() 3550 lca->next_size = next_size; in spa_livelist_condense_cb()
|