Home
last modified time | relevance | path

Searched refs:kmem_cache_create_usercopy (Results 1 – 17 of 17) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst132 kmem_cache_create()或kmem_cache_create_usercopy()来设置缓存。如果缓存的一部分可能被复
/linux/kernel/
H A Dutsname.c157 uts_ns_cache = kmem_cache_create_usercopy( in uts_ns_init()
/linux/drivers/misc/lkdtm/
H A Dusercopy.c429 kmem_cache_create_usercopy("lkdtm-usercopy", cache_size, in lkdtm_usercopy_init()
/linux/drivers/gpu/drm/lima/
H A Dlima_gp.c359 lima_gp_task_slab = kmem_cache_create_usercopy( in lima_gp_pipe_init()
H A Dlima_pp.c475 lima_pp_task_slab = kmem_cache_create_usercopy( in lima_pp_pipe_init()
/linux/fs/orangefs/
H A Dsuper.c642 orangefs_inode_cache = kmem_cache_create_usercopy( in orangefs_inode_cache_initialize()
/linux/fs/proc/
H A Dinode.c101 proc_dir_entry_cache = kmem_cache_create_usercopy( in proc_init_kmemcache()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c368 dtl_cache = kmem_cache_create_usercopy("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst171 kmem_cache_create_usercopy() before it can be used. The second function
/linux/fs/smb/client/
H A Dcifsfs.c1838 cifs_req_cachep = kmem_cache_create_usercopy("cifs_request", in cifs_init_request_bufs()
1868 cifs_sm_req_cachep = kmem_cache_create_usercopy("cifs_small_rq", in cifs_init_request_bufs()
/linux/include/linux/
H A Dslab.h424 kmem_cache_create_usercopy(const char *name, unsigned int size, in kmem_cache_create_usercopy() function
/linux/drivers/dma/idxd/
H A Dinit.c418 idxd->evl_cache = kmem_cache_create_usercopy(idxd_name, evl_cache_size, in idxd_init_evl()
/linux/mm/
H A Dslab_common.c489 (*b)[aligned_idx] = kmem_cache_create_usercopy(cache_name, size, in kmem_buckets_create()
/linux/net/core/
H A Dskbuff.c5198 net_hotdata.skbuff_cache = kmem_cache_create_usercopy("skbuff_head_cache", in skb_init()
5217 net_hotdata.skb_small_head_cache = kmem_cache_create_usercopy("skbuff_small_head", in skb_init()
/linux/virt/kvm/
H A Dkvm_main.c6490 kmem_cache_create_usercopy("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init()
/linux/fs/
H A Dnamei.c139 __names_cache = kmem_cache_create_usercopy("names_cache", sizeof(struct filename), 0, in filename_init()
/linux/arch/x86/kvm/
H A Dx86.c562 return kmem_cache_create_usercopy("x86_emulator", size, in kvm_alloc_emulator_cache()