Home
last modified time | relevance | path

Searched refs:SLAB_HWCACHE_ALIGN (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/drivers/s390/
Dccwcache.c27 #define CCW_CACHE_SLAB_TYPE (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA)
30 #define CCW_CACHE_SLAB_TYPE (SLAB_HWCACHE_ALIGN)
/linux-2.4.37.9/include/linux/
Dslab.h39 #define SLAB_HWCACHE_ALIGN 0x00002000UL /* align objs on a h/w cache lines */ macro
/linux-2.4.37.9/kernel/
Dfork.c873 SLAB_HWCACHE_ALIGN, NULL, NULL); in proc_caches_init()
879 SLAB_HWCACHE_ALIGN, NULL, NULL); in proc_caches_init()
885 SLAB_HWCACHE_ALIGN, NULL, NULL); in proc_caches_init()
891 SLAB_HWCACHE_ALIGN, NULL, NULL); in proc_caches_init()
897 SLAB_HWCACHE_ALIGN, NULL, NULL); in proc_caches_init()
Duser.c145 SLAB_HWCACHE_ALIGN, NULL, NULL); in uid_cache_init()
/linux-2.4.37.9/fs/
Ddcache.c1199 SLAB_HWCACHE_ALIGN, in dcache_init()
1275 SLAB_HWCACHE_ALIGN, init_buffer_head, NULL); in vfs_caches_init()
1281 SLAB_HWCACHE_ALIGN, NULL, NULL); in vfs_caches_init()
1287 SLAB_HWCACHE_ALIGN, NULL, NULL); in vfs_caches_init()
1294 SLAB_HWCACHE_ALIGN, NULL, NULL); in vfs_caches_init()
Dchar_dev.c48 0, SLAB_HWCACHE_ALIGN, init_once, in cdev_cache_init()
Diobuf.c183 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in iobuf_cache_init()
Dblock_dev.c293 0, SLAB_HWCACHE_ALIGN, init_once, in bdev_cache_init()
/linux-2.4.37.9/mm/
Dslab.c112 SLAB_POISON | SLAB_HWCACHE_ALIGN | \
116 # define CREATE_MASK (SLAB_HWCACHE_ALIGN | SLAB_NO_REAP | \
455 0, SLAB_HWCACHE_ALIGN, NULL, NULL))) { in kmem_cache_sizes_init()
466 SLAB_CACHE_DMA|SLAB_HWCACHE_ALIGN, NULL, NULL); in kmem_cache_sizes_init()
694 flags &= ~SLAB_HWCACHE_ALIGN; in kmem_cache_create()
699 if (flags & SLAB_HWCACHE_ALIGN) in kmem_cache_create()
710 if (flags & SLAB_HWCACHE_ALIGN) { in kmem_cache_create()
/linux-2.4.37.9/fs/intermezzo/
Ddcache.c343 SLAB_HWCACHE_ALIGN, NULL, in presto_init_ddata_cache()
/linux-2.4.37.9/fs/nfs/
Dpagelist.c487 0, SLAB_HWCACHE_ALIGN, in nfs_init_nfspagecache()
Dread.c496 0, SLAB_HWCACHE_ALIGN, in nfs_init_readpagecache()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapi.c1802 SLAB_HWCACHE_ALIGN, in alloc_init()
1812 SLAB_HWCACHE_ALIGN, in alloc_init()
1822 SLAB_HWCACHE_ALIGN, in alloc_init()
1831 SLAB_HWCACHE_ALIGN, in alloc_init()
/linux-2.4.37.9/net/ipv4/
Dinetpeer.c127 0, SLAB_HWCACHE_ALIGN, in inet_initpeers()
Dtcp.c2555 0, SLAB_HWCACHE_ALIGN, in tcp_init()
2562 0, SLAB_HWCACHE_ALIGN, in tcp_init()
2569 0, SLAB_HWCACHE_ALIGN, in tcp_init()
Dfib_hash.c923 0, SLAB_HWCACHE_ALIGN, in fib_hash_init()
/linux-2.4.37.9/fs/jbd/
Drevoke.c167 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in journal_init_revoke_caches()
/linux-2.4.37.9/arch/i386/mm/
Dinit.c636 SLAB_HWCACHE_ALIGN | SLAB_MUST_HWCACHE_ALIGN, NULL, NULL); in pgtable_cache_init()
/linux-2.4.37.9/fs/hfsplus/
Dsuper.c504 sizeof(struct hfsplus_inode_info), 0, SLAB_HWCACHE_ALIGN, in init_hfsplus_fs()
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c435 0, SLAB_HWCACHE_ALIGN, in befs_init_inodecache()
/linux-2.4.37.9/fs/jffs/
Dinode-v23.c1749 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in init_jffs_fs()
1751 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in init_jffs_fs()
/linux-2.4.37.9/net/core/
Dsock.c634 SLAB_HWCACHE_ALIGN, 0, 0); in sk_init()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c357 VNODE_SIZE, 0, SLAB_HWCACHE_ALIGN, in init_inodecache()
/linux-2.4.37.9/net/sctp/
Dprotocol.c972 0, SLAB_HWCACHE_ALIGN, in sctp_init()
/linux-2.4.37.9/net/ipv6/
Dip6_fib.c1239 0, SLAB_HWCACHE_ALIGN, in fib6_init()

12