Searched refs:slab_flags (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | scsi.c | 107 unsigned int slab_flags; member 114 .slab_flags = SLAB_HWCACHE_ALIGN, 120 .slab_flags = SLAB_HWCACHE_ALIGN|SLAB_CACHE_DMA, 329 pool->slab_flags = SLAB_HWCACHE_ALIGN; in scsi_alloc_host_cmd_pool() 331 pool->slab_flags |= SLAB_CACHE_DMA; in scsi_alloc_host_cmd_pool() 362 pool->slab_flags, NULL); in scsi_get_host_cmd_pool() 368 pool->slab_flags, NULL); in scsi_get_host_cmd_pool()
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 58 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | tcp_ipv4.c | 2338 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | udp.c | 2289 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 53 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | udp.c | 1545 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | tcp_ipv6.c | 1884 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.4.14/net/core/ |
D | sock.c | 2827 prot->slab_flags, NULL); in req_prot_init() 2841 SLAB_HWCACHE_ALIGN | prot->slab_flags, in proto_register() 2863 prot->slab_flags, in proto_register()
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 951 .slab_flags = SLAB_DESTROY_BY_RCU,
|
D | ipv6.c | 1005 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.4.14/net/llc/ |
D | af_llc.c | 143 .slab_flags = SLAB_DESTROY_BY_RCU,
|
/linux-4.4.14/include/net/ |
D | sock.h | 1037 int slab_flags; member
|