/linux-2.4.37.9/drivers/s390/ |
D | ccwcache.c | 27 #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/ |
D | slab.h | 39 #define SLAB_HWCACHE_ALIGN 0x00002000UL /* align objs on a h/w cache lines */ macro
|
/linux-2.4.37.9/kernel/ |
D | fork.c | 873 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()
|
D | user.c | 145 SLAB_HWCACHE_ALIGN, NULL, NULL); in uid_cache_init()
|
/linux-2.4.37.9/fs/ |
D | dcache.c | 1199 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()
|
D | char_dev.c | 48 0, SLAB_HWCACHE_ALIGN, init_once, in cdev_cache_init()
|
D | iobuf.c | 183 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in iobuf_cache_init()
|
D | block_dev.c | 293 0, SLAB_HWCACHE_ALIGN, init_once, in bdev_cache_init()
|
/linux-2.4.37.9/mm/ |
D | slab.c | 112 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/ |
D | dcache.c | 343 SLAB_HWCACHE_ALIGN, NULL, in presto_init_ddata_cache()
|
/linux-2.4.37.9/fs/nfs/ |
D | pagelist.c | 487 0, SLAB_HWCACHE_ALIGN, in nfs_init_nfspagecache()
|
D | read.c | 496 0, SLAB_HWCACHE_ALIGN, in nfs_init_readpagecache()
|
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capi.c | 1802 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/ |
D | inetpeer.c | 127 0, SLAB_HWCACHE_ALIGN, in inet_initpeers()
|
D | tcp.c | 2555 0, SLAB_HWCACHE_ALIGN, in tcp_init() 2562 0, SLAB_HWCACHE_ALIGN, in tcp_init() 2569 0, SLAB_HWCACHE_ALIGN, in tcp_init()
|
D | fib_hash.c | 923 0, SLAB_HWCACHE_ALIGN, in fib_hash_init()
|
/linux-2.4.37.9/fs/jbd/ |
D | revoke.c | 167 0, SLAB_HWCACHE_ALIGN, NULL, NULL); in journal_init_revoke_caches()
|
/linux-2.4.37.9/arch/i386/mm/ |
D | init.c | 636 SLAB_HWCACHE_ALIGN | SLAB_MUST_HWCACHE_ALIGN, NULL, NULL); in pgtable_cache_init()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | super.c | 504 sizeof(struct hfsplus_inode_info), 0, SLAB_HWCACHE_ALIGN, in init_hfsplus_fs()
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 435 0, SLAB_HWCACHE_ALIGN, in befs_init_inodecache()
|
/linux-2.4.37.9/fs/jffs/ |
D | inode-v23.c | 1749 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/ |
D | sock.c | 634 SLAB_HWCACHE_ALIGN, 0, 0); in sk_init()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_super.c | 357 VNODE_SIZE, 0, SLAB_HWCACHE_ALIGN, in init_inodecache()
|
/linux-2.4.37.9/net/sctp/ |
D | protocol.c | 972 0, SLAB_HWCACHE_ALIGN, in sctp_init()
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_fib.c | 1239 0, SLAB_HWCACHE_ALIGN, in fib6_init()
|