Searched refs:kmem_cache_create_usercopy (Results 1 – 17 of 17) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 132 kmem_cache_create()或kmem_cache_create_usercopy()来设置缓存。如果缓存的一部分可能被复
|
| /linux/kernel/ |
| H A D | utsname.c | 157 uts_ns_cache = kmem_cache_create_usercopy( in uts_ns_init()
|
| /linux/drivers/misc/lkdtm/ |
| H A D | usercopy.c | 429 kmem_cache_create_usercopy("lkdtm-usercopy", cache_size, in lkdtm_usercopy_init()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_gp.c | 359 lima_gp_task_slab = kmem_cache_create_usercopy( in lima_gp_pipe_init()
|
| H A D | lima_pp.c | 475 lima_pp_task_slab = kmem_cache_create_usercopy( in lima_pp_pipe_init()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 642 orangefs_inode_cache = kmem_cache_create_usercopy( in orangefs_inode_cache_initialize()
|
| /linux/fs/proc/ |
| H A D | inode.c | 101 proc_dir_entry_cache = kmem_cache_create_usercopy( in proc_init_kmemcache()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 368 dtl_cache = kmem_cache_create_usercopy("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 171 kmem_cache_create_usercopy() before it can be used. The second function
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1838 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 D | slab.h | 424 kmem_cache_create_usercopy(const char *name, unsigned int size, in kmem_cache_create_usercopy() function
|
| /linux/drivers/dma/idxd/ |
| H A D | init.c | 418 idxd->evl_cache = kmem_cache_create_usercopy(idxd_name, evl_cache_size, in idxd_init_evl()
|
| /linux/mm/ |
| H A D | slab_common.c | 489 (*b)[aligned_idx] = kmem_cache_create_usercopy(cache_name, size, in kmem_buckets_create()
|
| /linux/net/core/ |
| H A D | skbuff.c | 5198 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 D | kvm_main.c | 6490 kmem_cache_create_usercopy("kvm_vcpu", vcpu_size, vcpu_align, in kvm_init()
|
| /linux/fs/ |
| H A D | namei.c | 139 __names_cache = kmem_cache_create_usercopy("names_cache", sizeof(struct filename), 0, in filename_init()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 562 return kmem_cache_create_usercopy("x86_emulator", size, in kvm_alloc_emulator_cache()
|