Searched refs:total_size (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetdb.c277 size_t total_size; local
351 total_size = sizeof(struct addrinfo) + sizeof(struct sockaddr_storage);
358 LWIP_ASSERT("namelen is too long", total_size + namelen + 1 > total_size);
359 total_size += namelen + 1;
362 LWIP_ASSERT("total_size <= NETDB_ELEM_SIZE: please report this!",
363 total_size <= NETDB_ELEM_SIZE);
368 memset(ai, 0, total_size);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c78 s64 total_size = 0; local
148 profile[i].start = mem_base + total_size;
149 total_size += profile[i].size;
151 if (total_size > mem_avail) {
154 (unsigned long long) total_size,
170 (int) (total_size >> 10));
173 (int) (total_size >> 10), (int) (mem_avail >> 10),
174 (int) ((mem_avail - total_size) >> 10));
284 return total_size;
H A Dmthca_mr.c433 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr)
474 mpt_entry->length = cpu_to_be64(total_size);
531 int list_len, u64 iova, u64 total_size,
547 total_size, access, mr);
432 mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
529 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
H A Dmthca_dev.h472 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
477 int list_len, u64 iova, u64 total_size,
H A Dmthca_provider.c934 u64 total_size; local
942 total_size = 0;
949 total_size += buffer_list[i].size;
994 *iova_start, total_size,
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dprofile.c73 u64 total_size = 0; local
132 profile[i].start = total_size;
133 total_size += profile[i].size;
136 if (total_size > dev_cap->max_icm_sz) {
139 (unsigned long long ) total_size,
153 (int ) (total_size >> 10));
234 return total_size;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_umem.h95 unsigned long total_size,
/barrelfish-2018-10-04/tools/fastmodels/
H A Dtest_mkmb.c77 uint32_t total_size= *((uint32_t *)cursor); local
83 while(cursor < mb_data + offset + total_size) {
/barrelfish-2018-10-04/lib/net_device_manager/
H A Dsoft_filt_cl_impl.c250 size_t total_size = size * 7; local
256 err = bulk_create(total_size, size, &frame, &bt_filter_tx);
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Ddevif_backend_solarflare.c532 size_t total_size; local
544 total_size = sizeof(uint64_t)*(TX_ENTRIES + RX_ENTRIES + EV_ENTRIES);
545 tx_virt = alloc_map_frame(VREGION_FLAGS_READ_WRITE, total_size, &frame);
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c1194 size_t total_size= end_of_segment - loadable_segment_offset; local
1195 if(total_size > ram_region->length)
1205 out_phdr->p_memsz= round_up(total_size + 1, BASE_PAGE_SIZE);
1206 out_phdr->p_filesz= total_size;

Completed in 107 milliseconds