Home
last modified time | relevance | path

Searched refs:kmalloc_size_roundup (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/security/tomoyo/
Daudit.c274 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()
Dcommon.c2098 len = kmalloc_size_roundup(entry.query_len); in tomoyo_supervisor()
/Linux-v6.6/include/linux/
Dslab.h784 size_t kmalloc_size_roundup(size_t size);
Ddma-map-ops.h310 IS_ALIGNED(kmalloc_size_roundup(size), dma_get_cache_alignment())) in dma_kmalloc_size_aligned()
/Linux-v6.6/mm/
Dslab_common.c746 size_t kmalloc_size_roundup(size_t size) in kmalloc_size_roundup() function
767 EXPORT_SYMBOL(kmalloc_size_roundup);
/Linux-v6.6/drivers/dma-buf/
Ddma-resv.c104 size = kmalloc_size_roundup(struct_size(list, table, max_fences)); in dma_resv_list_alloc()
/Linux-v6.6/drivers/net/ipa/
Dgsi_trans.c108 alloc_size = kmalloc_size_roundup(alloc_size); in gsi_trans_pool_init()
/Linux-v6.6/kernel/bpf/
Dmemalloc.c983 kmalloc_size = kmalloc_size_roundup(size); in bpf_mem_cache_adjust_size()
Dverifier.c1559 alloc_bytes = max(ksize(orig), kmalloc_size_roundup(bytes)); in copy_array()
1584 alloc_size = kmalloc_size_roundup(size_mul(new_n, size)); in realloc_array()
3190 alloc_size = kmalloc_size_roundup(size_mul(cnt, sizeof(*p))); in push_jmp_history()
/Linux-v6.6/drivers/base/
Ddevres.c105 *tot_size = kmalloc_size_roundup(*tot_size); in check_dr_size()
/Linux-v6.6/fs/
Dcoredump.c73 size = kmalloc_size_roundup(size); in expand_corename()
/Linux-v6.6/net/openvswitch/
Dflow_netlink.c2314 sfa = kmalloc(kmalloc_size_roundup(sizeof(*sfa) + size), GFP_KERNEL); in nla_alloc_flow_actions()
/Linux-v6.6/net/core/
Dskbuff.c571 obj_size = kmalloc_size_roundup(obj_size); in kmalloc_reserve()
/Linux-v6.6/fs/btrfs/
Dsend.c502 len = kmalloc_size_roundup(len); in fs_path_ensure_buf()
/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbnx2.c5401 bp->rx_buf_size = kmalloc_size_roundup( in bnx2_set_rx_ring_size()
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_main.c1198 size = kmalloc_size_roundup(struct_size(q_vector, ring, ring_count)); in igb_alloc_q_vector()