Searched refs:slab (Results 451 - 475 of 8981) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv4/netfilter/
H A Diptable_filter.c12 #include <linux/slab.h>
/linux-master/net/ipv6/netfilter/
H A Dip6table_filter.c12 #include <linux/slab.h>
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_muram.c9 #include <linux/slab.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adapter.c8 #include <linux/slab.h>
/linux-master/drivers/mfd/
H A Daxp20x-i2c.c23 #include <linux/slab.h>
/linux-master/security/integrity/ima/
H A Dima_init.c16 #include <linux/slab.h>
H A Dima_iint.c12 #include <linux/slab.h>
/linux-master/net/xfrm/
H A Dxfrm_sysctl.c3 #include <linux/slab.h>
/linux-master/arch/arm/kernel/
H A Dsuspend.c4 #include <linux/slab.h>
/linux-master/sound/soc/codecs/
H A Dcs35l41-i2c.c18 #include <linux/slab.h>
H A Dcs35l56-i2c.c13 #include <linux/slab.h>
H A Dcs42l42-i2c.c11 #include <linux/slab.h>
H A Dlm4857.c15 #include <linux/slab.h>
/linux-master/include/linux/
H A Ddevcoredump.h13 #include <linux/slab.h>
/linux-master/sound/soc/sof/intel/
H A Dskl.c20 #include <linux/slab.h>
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_if.c11 #include <linux/slab.h>
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h129 chtls_tcp_ops->slab = tcp_prot->rsk_prot->slab;
137 kmem_cache_free(req->rsk_ops->slab, req);
/linux-master/mm/kfence/
H A Dreport.c89 * into the slab allocators. Includes the *_bulk() variants by
293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
313 kpp->kp_slab = slab;
/linux-master/mm/
H A Dslab_common.c7 #include <linux/slab.h>
33 #include "slab.h"
49 * Set of flags that will prevent slab merging
59 * Merge control. If this is set then no merging of slab caches will occur.
82 * Determine the size of a slab object
137 * Find a mergeable slab cache
153 * We may have set a slab to be unmergeable during bootstrap.
260 * %SLAB_POISON - Poison the slab with a known test pattern (a5a5a5a5)
348 panic("%s: Failed to create slab '%s'. Error %d\n",
374 * %SLAB_POISON - Poison the slab wit
530 kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
556 struct slab *slab; local
[all...]
/linux-master/block/
H A Dbio.c11 #include <linux/slab.h>
40 struct kmem_cache *slab; member in struct:biovec_slab
74 * Our slab pool management
77 struct kmem_cache *slab; member in struct:bio_slab
93 bslab->slab = kmem_cache_create(bslab->name, size,
96 if (!bslab->slab)
105 kmem_cache_destroy(bslab->slab);
131 return bslab->slab;
143 if (WARN(!bslab, KERN_ERR "bio: unable to find slab!\n"))
146 WARN_ON_ONCE(bslab->slab !
[all...]
/linux-master/drivers/clk/mmp/
H A Dreset.c2 #include <linux/slab.h>
/linux-master/drivers/clk/berlin/
H A Dberlin2-pll.c13 #include <linux/slab.h>
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-alsa-main.c10 #include <linux/slab.h>
/linux-master/arch/sh/drivers/dma/
H A Ddmabrg.c10 #include <linux/slab.h>
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c37 #include <linux/slab.h>

Completed in 210 milliseconds

<<11121314151617181920>>