Searched refs:kmalloc_size_roundup (Results 1 – 13 of 13) sorted by relevance
274 len = kmalloc_size_roundup(len); in tomoyo_init_log()385 len = kmalloc_size_roundup(strlen(buf) + 1); in tomoyo_write_log2()390 entry->size = len + kmalloc_size_roundup(sizeof(*entry)); in tomoyo_write_log2()
2207 len = kmalloc_size_roundup(entry.query_len); in tomoyo_supervisor()
288 IS_ALIGNED(kmalloc_size_roundup(size), dma_get_cache_alignment())) in dma_kmalloc_size_aligned()
1181 size_t kmalloc_size_roundup(size_t size);
104 size = kmalloc_size_roundup(struct_size(list, table, max_fences)); in dma_resv_list_alloc()
108 alloc_size = kmalloc_size_roundup(alloc_size); in gsi_trans_pool_init()
743 size_t kmalloc_size_roundup(size_t size) in kmalloc_size_roundup() function764 EXPORT_SYMBOL(kmalloc_size_roundup);
105 *tot_size = kmalloc_size_roundup(*tot_size); in check_dr_size()
107 size = kmalloc_size_roundup(size); in expand_corename()
2287 sfa = kmalloc(kmalloc_size_roundup(sizeof(*sfa) + size), GFP_KERNEL); in nla_alloc_flow_actions()
598 obj_size = kmalloc_size_roundup(obj_size); in kmalloc_reserve()
507 len = kmalloc_size_roundup(len); in fs_path_ensure_buf()
1390 alloc_bytes = max(ksize(orig), kmalloc_size_roundup(bytes)); in copy_array()1415 alloc_size = kmalloc_size_roundup(size_mul(new_n, size)); in realloc_array()3959 alloc_size = kmalloc_size_roundup(size_mul(cnt, sizeof(*p))); in push_jmp_history()