Home
last modified time | relevance | path

Searched refs:slab_flags (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi.c107 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/
Dudplite.c58 .slab_flags = SLAB_DESTROY_BY_RCU,
Dtcp_ipv4.c2338 .slab_flags = SLAB_DESTROY_BY_RCU,
Dudp.c2289 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/net/ipv6/
Dudplite.c53 .slab_flags = SLAB_DESTROY_BY_RCU,
Dudp.c1545 .slab_flags = SLAB_DESTROY_BY_RCU,
Dtcp_ipv6.c1884 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/net/core/
Dsock.c2827 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/
Dipv4.c951 .slab_flags = SLAB_DESTROY_BY_RCU,
Dipv6.c1005 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/net/llc/
Daf_llc.c143 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/include/net/
Dsock.h1037 int slab_flags; member