Searched refs:kmalloc_size_roundup (Results 1 – 15 of 15) 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()
2098 len = kmalloc_size_roundup(entry.query_len); in tomoyo_supervisor()
785 size_t kmalloc_size_roundup(size_t size);
310 IS_ALIGNED(kmalloc_size_roundup(size), dma_get_cache_alignment())) in dma_kmalloc_size_aligned()
727 size_t kmalloc_size_roundup(size_t size) in kmalloc_size_roundup() function748 EXPORT_SYMBOL(kmalloc_size_roundup);
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()
73 size = kmalloc_size_roundup(size); in expand_corename()
105 *tot_size = kmalloc_size_roundup(*tot_size); in check_dr_size()
2315 sfa = kmalloc(kmalloc_size_roundup(sizeof(*sfa) + size), GFP_KERNEL); in nla_alloc_flow_actions()
571 obj_size = kmalloc_size_roundup(obj_size); in kmalloc_reserve()
1571 alloc_bytes = max(ksize(orig), kmalloc_size_roundup(bytes)); in copy_array()1596 alloc_size = kmalloc_size_roundup(size_mul(new_n, size)); in realloc_array()3422 alloc_size = kmalloc_size_roundup(size_mul(cnt, sizeof(*p))); in push_jmp_history()
502 len = kmalloc_size_roundup(len); in fs_path_ensure_buf()
5401 bp->rx_buf_size = kmalloc_size_roundup( in bnx2_set_rx_ring_size()
1199 size = kmalloc_size_roundup(struct_size(q_vector, ring, ring_count)); in igb_alloc_q_vector()