Searched refs:slab_flags (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | scsi.c | 153 unsigned int slab_flags; member 160 .slab_flags = SLAB_HWCACHE_ALIGN, 166 .slab_flags = SLAB_HWCACHE_ALIGN|SLAB_CACHE_DMA, 375 pool->slab_flags = SLAB_HWCACHE_ALIGN; in scsi_alloc_host_cmd_pool() 377 pool->slab_flags |= SLAB_CACHE_DMA; in scsi_alloc_host_cmd_pool() 408 pool->slab_flags, NULL); in scsi_get_host_cmd_pool() 414 pool->slab_flags, NULL); in scsi_get_host_cmd_pool()
|
/linux-4.1.27/net/ipv4/ |
D | udplite.c | 58 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | tcp_ipv4.c | 2373 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | udp.c | 2274 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.1.27/net/ipv6/ |
D | udplite.c | 53 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | udp.c | 1543 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | tcp_ipv6.c | 1864 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 973 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | ipv6.c | 1041 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.1.27/net/llc/ |
D | af_llc.c | 143 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.1.27/net/core/ |
D | sock.c | 2776 SLAB_HWCACHE_ALIGN | prot->slab_flags, in proto_register() 2798 prot->slab_flags, in proto_register()
|
/linux-4.1.27/include/net/ |
D | sock.h | 1020 int slab_flags; member
|