Home
last modified time | relevance | path

Searched refs:aligned_size (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_fb.c138 int aligned_size, size; in amdgpufb_create_pinned_object() local
151 aligned_size = ALIGN(size, PAGE_SIZE); in amdgpufb_create_pinned_object()
152 ret = amdgpu_gem_object_create(adev, aligned_size, 0, domain, in amdgpufb_create_pinned_object()
158 pr_err("failed to allocate framebuffer (%d)\n", aligned_size); in amdgpufb_create_pinned_object()
/dflybsd-src/sys/dev/raid/twe/
H A Dtwe_freebsd.c918 int aligned_size; in twe_allocate_request() local
926 aligned_size = (sizeof(struct twe_request) + TWE_ALIGNMASK) & in twe_allocate_request()
928 tr = kmalloc(aligned_size, TWE_MALLOC_CLASS, M_INTWAIT | M_ZERO); in twe_allocate_request()
1110 int aligned_size; in twe_map_request() local
1113 aligned_size = TWE_ALIGNMENT; in twe_map_request()
1114 while (aligned_size < tr->tr_length) in twe_map_request()
1115 aligned_size <<= 1; in twe_map_request()
1117 tr->tr_data = kmalloc(aligned_size, TWE_MALLOC_CLASS, M_INTWAIT); in twe_map_request()
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_fb.c142 int aligned_size, size; in radeonfb_create_pinned_object() local
155 aligned_size = ALIGN(size, PAGE_SIZE); in radeonfb_create_pinned_object()
156 ret = radeon_gem_object_create(rdev, aligned_size, 0, in radeonfb_create_pinned_object()
160 pr_err("failed to allocate framebuffer (%d)\n", aligned_size); in radeonfb_create_pinned_object()
/dflybsd-src/lib/libdmsg/
H A Dmsg.c279 size_t aligned_size; in dmsg_msg_alloc_locked() local
281 aligned_size = DMSG_DOALIGN(aux_size); in dmsg_msg_alloc_locked()
349 msg->aux_data = malloc(aligned_size); in dmsg_msg_alloc_locked()
351 if (aux_size != aligned_size) { in dmsg_msg_alloc_locked()
353 aligned_size - aux_size); in dmsg_msg_alloc_locked()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h708 struct aligned_size in _GLIBCXX_VISIBILITY()
719 char __M_unused[aligned_size<sizeof(value_type), in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h710 struct aligned_size in _GLIBCXX_VISIBILITY()
721 char __M_unused[aligned_size<sizeof(value_type), in _GLIBCXX_VISIBILITY()
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_vnops.c2167 int64_t aligned_size; in hammer_vop_setattr()
2316 aligned_size = (vap->va_size + (blksize - 1)) & in hammer_vop_setattr()
2318 if (truncating && vap->va_size < aligned_size) { in hammer_vop_setattr()
2319 aligned_size -= blksize; in hammer_vop_setattr()
2320 hammer_ip_frontend_trunc(ip, aligned_size); in hammer_vop_setattr()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Doutput.cc4385 uint64_t aligned_size = align_address(relro_size, max_align); in set_section_addresses() local
4387 last_relro_pad = aligned_size - relro_size; in set_section_addresses()
4393 uint64_t desired_align = page_align - (aligned_size % page_align); in set_section_addresses()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Doutput.cc4367 uint64_t aligned_size = align_address(relro_size, max_align); in set_section_addresses() local
4369 last_relro_pad = aligned_size - relro_size; in set_section_addresses()
4375 uint64_t desired_align = page_align - (aligned_size % page_align); in set_section_addresses()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexpr.c6792 tree aligned_size = TREE_OPERAND (exp, 3); in array_ref_element_size() local
6798 if (aligned_size) in array_ref_element_size()
6802 if (TREE_TYPE (aligned_size) != sizetype) in array_ref_element_size()
6803 aligned_size = fold_convert_loc (loc, sizetype, aligned_size); in array_ref_element_size()
6804 return size_binop_loc (loc, MULT_EXPR, aligned_size, in array_ref_element_size()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.c12773 tree aligned_size = TREE_OPERAND (exp, 3); in array_ref_element_size() local
12779 if (aligned_size) in array_ref_element_size()
12783 if (TREE_TYPE (aligned_size) != sizetype) in array_ref_element_size()
12784 aligned_size = fold_convert_loc (loc, sizetype, aligned_size); in array_ref_element_size()
12785 return size_binop_loc (loc, MULT_EXPR, aligned_size, in array_ref_element_size()