Searched refs:KMEM_CACHE (Results 26 - 50 of 119) sorted by relevance

12345

/linux-master/drivers/usb/usbip/
H A Dstub_main.c368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
/linux-master/fs/
H A Dmbcache.c429 mb_entry_cache = KMEM_CACHE(mb_cache_entry, SLAB_RECLAIM_ACCOUNT);
H A Dbacking-file.c328 backing_aio_cachep = KMEM_CACHE(backing_aio, SLAB_HWCACHE_ALIGN);
/linux-master/net/ipv6/
H A Dxfrm6_tunnel.c358 xfrm6_tunnel_spi_kmem = KMEM_CACHE(xfrm6_tunnel_spi, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/net/wireguard/
H A Dallowedips.c379 node_cache = KMEM_CACHE(allowedips_node, 0);
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c580 slab_fences = KMEM_CACHE(mock_fence,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c2017 fanotify_mark_cache = KMEM_CACHE(fanotify_mark,
2019 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event,
2021 fanotify_path_event_cachep = KMEM_CACHE(fanotify_path_event,
2025 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC);
/linux-master/include/linux/
H A Dslab.h246 #define KMEM_CACHE(__struct, __flags) \ macro
252 * macro instead for KMEM_CACHE() above.
/linux-master/kernel/
H A Dnsproxy.c589 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT);
H A Dtaskstats.c699 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC);
H A Dcred.c609 cred_jar = KMEM_CACHE(cred,
/linux-master/drivers/md/
H A Ddm-io.c548 _dm_io_cache = KMEM_CACHE(io, 0);
H A Ddm-bio-prison-v1.c433 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0);
H A Ddm-log-userspace-base.c891 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0);
/linux-master/fs/notify/
H A Dfsnotify.c602 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector,
/linux-master/fs/nfsd/
H A Dnfs4layouts.c779 nfs4_layout_cache = KMEM_CACHE(nfs4_layout, 0);
783 nfs4_layout_stateid_cache = KMEM_CACHE(nfs4_layout_stateid, 0);
H A Dfilecache.c725 nfsd_file_slab = KMEM_CACHE(nfsd_file, 0);
731 nfsd_file_mark_slab = KMEM_CACHE(nfsd_file_mark, 0);
H A Dnfscache.c169 drc_slab = KMEM_CACHE(nfsd_cacherep, 0);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c864 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c888 slab_objects = KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c461 slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/sh/maple/
H A Dmaple.c828 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN);
/linux-master/block/
H A Dblk-crypto-fallback.c587 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c64 amdgpu_fence_slab = KMEM_CACHE(amdgpu_fence, SLAB_HWCACHE_ALIGN);
H A Damdgpu_ring_mux.c162 amdgpu_mux_chunk_slab = KMEM_CACHE(amdgpu_mux_chunk, SLAB_HWCACHE_ALIGN);

Completed in 457 milliseconds

12345