/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_drv.c | 419 vfio_ccw_io_region = kmem_cache_create_usercopy("vfio_ccw_io_region", in vfio_ccw_sch_init() 428 vfio_ccw_cmd_region = kmem_cache_create_usercopy("vfio_ccw_cmd_region", in vfio_ccw_sch_init() 437 vfio_ccw_schib_region = kmem_cache_create_usercopy("vfio_ccw_schib_region", in vfio_ccw_sch_init() 447 vfio_ccw_crw_region = kmem_cache_create_usercopy("vfio_ccw_crw_region", in vfio_ccw_sch_init()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-allocation.rst | 132 kmem_cache_create()或kmem_cache_create_usercopy()来设置缓存。如果缓存的一部分可能被复
|
/openbmc/linux/kernel/ |
H A D | utsname.c | 171 uts_ns_cache = kmem_cache_create_usercopy( in uts_ns_init()
|
H A D | fork.c | 409 thread_stack_cache = kmem_cache_create_usercopy("thread_stack", in thread_stack_cache_init() 1054 task_struct_cachep = kmem_cache_create_usercopy("task_struct", in fork_init() 3269 mm_cachep = kmem_cache_create_usercopy("mm_struct", in mm_cache_init()
|
/openbmc/linux/include/linux/ |
H A D | slab.h | 192 struct kmem_cache *kmem_cache_create_usercopy(const char *name, 217 kmem_cache_create_usercopy(#__struct, \
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 306 vxfs_inode_cachep = kmem_cache_create_usercopy("vxfs_inode", in vxfs_init()
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | usercopy.c | 429 kmem_cache_create_usercopy("lkdtm-usercopy", cache_size, in lkdtm_usercopy_init()
|
/openbmc/linux/mm/ |
H A D | slab_common.c | 278 kmem_cache_create_usercopy(const char *name, in kmem_cache_create_usercopy() function 364 EXPORT_SYMBOL(kmem_cache_create_usercopy); 395 return kmem_cache_create_usercopy(name, size, align, flags, 0, 0, in kmem_cache_create()
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_gp.c | 350 lima_gp_task_slab = kmem_cache_create_usercopy( in lima_gp_pipe_init()
|
H A D | lima_pp.c | 454 lima_pp_task_slab = kmem_cache_create_usercopy( in lima_pp_pipe_init()
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 644 orangefs_inode_cache = kmem_cache_create_usercopy( in orangefs_inode_cache_initialize()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 712 flash_block_cache = kmem_cache_create_usercopy("rtas_flash_cache", in rtas_flash_init()
|
/openbmc/linux/fs/proc/ |
H A D | inode.c | 104 proc_dir_entry_cache = kmem_cache_create_usercopy( in proc_init_kmemcache()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 346 dtl_cache = kmem_cache_create_usercopy("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
|
/openbmc/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 168 kmem_cache_create_usercopy() before it can be used. The second function
|
/openbmc/linux/fs/befs/ |
H A D | linuxvfs.c | 435 befs_inode_cachep = kmem_cache_create_usercopy("befs_inode_cache", in befs_init_inodecache()
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 933 kmem_cache_create_usercopy("jfs_ip", sizeof(struct jfs_inode_info), in init_jfs_fs()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1710 cifs_req_cachep = kmem_cache_create_usercopy("cifs_request", in cifs_init_request_bufs() 1740 cifs_sm_req_cachep = kmem_cache_create_usercopy("cifs_small_rq", in cifs_init_request_bufs()
|
/openbmc/linux/net/rds/ |
H A D | ib_recv.c | 1067 kmem_cache_create_usercopy("rds_ib_incoming", in rds_ib_recv_init()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | init.c | 368 idxd->evl_cache = kmem_cache_create_usercopy(idxd_name, evl_cache_size, in idxd_init_evl()
|
/openbmc/linux/fs/ext2/ |
H A D | super.c | 214 ext2_inode_cachep = kmem_cache_create_usercopy("ext2_inode_cache", in init_inodecache()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 1422 s->workloads = kmem_cache_create_usercopy("gvt-g_vgpu_workload", in intel_vgpu_setup_submission()
|
/openbmc/linux/fs/ufs/ |
H A D | super.c | 1470 ufs_inode_cachep = kmem_cache_create_usercopy("ufs_inode_cache", in init_inodecache()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_lib.c | 68 kmem_cache_create_usercopy("scsi_sense_cache", in scsi_init_sense_cache()
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1050 kmem_cache_create_usercopy(cache_name, clnt->msize, in p9_client_create()
|