Searched refs:slab (Results 101 - 125 of 8977) sorted by relevance

1234567891011>>

/linux-master/fs/smb/client/
H A Dunc.c11 #include <linux/slab.h>
/linux-master/sound/firewire/
H A Dlib.c12 #include <linux/slab.h>
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.h11 #include <linux/slab.h>
H A Dqed_fcoe.h11 #include <linux/slab.h>
/linux-master/arch/powerpc/mm/
H A Dioremap_64.c4 #include <linux/slab.h>
/linux-master/drivers/video/fbdev/core/
H A Dfb_info.c6 #include <linux/slab.h>
/linux-master/scripts/gdb/
H A Dvmlinux-gdb.py50 import linux.slab namespace
/linux-master/arch/powerpc/sysdev/
H A Dof_rtc.c12 #include <linux/slab.h>
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-mipi-dsi.h17 #include <linux/slab.h>
/linux-master/drivers/thermal/
H A Dgov_user_space.c13 #include <linux/slab.h>
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dpd.c6 #include <linux/slab.h>
/linux-master/drivers/soc/apple/
H A Drtkit-internal.h17 #include <linux/slab.h>
/linux-master/drivers/gpu/drm/
H A Ddrm_pci.c30 #include <linux/slab.h>
/linux-master/fs/btrfs/
H A Drcu-string.h11 #include <linux/slab.h>
/linux-master/init/
H A Ddo_mounts.h7 #include <linux/slab.h>
/linux-master/arch/arm64/mm/
H A Dpgd.c12 #include <linux/slab.h>
/linux-master/tools/testing/memblock/
H A DMakefile11 DEP_OFILES = memblock.o lib/slab.o mmzone.o slab.o
/linux-master/include/linux/
H A Dkasan.h14 struct slab;
126 void __kasan_poison_slab(struct slab *slab);
127 static __always_inline void kasan_poison_slab(struct slab *slab) argument
130 __kasan_poison_slab(slab);
135 * kasan_unpoison_new_object - Temporarily unpoison a new slab object.
139 * This function is intended for the slab allocator's internal use. It
140 * temporarily unpoisons an object from a newly allocated slab without doing
153 * kasan_unpoison_new_object - Repoison a new slab objec
364 kasan_poison_slab(struct slab *slab) argument
[all...]
/linux-master/net/dccp/
H A Dccid.c11 #include <linux/slab.h>
81 struct kmem_cache *slab; local
88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0,
90 return slab;
93 static void ccid_kmem_cache_destroy(struct kmem_cache *slab) argument
95 kmem_cache_destroy(slab);
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h34 * code to omit more fine-grained locking for the various slab structures. Each physical zone
35 * maintains a separate copy of the slab summary to remove the need for explicit locking on that
40 * from the recovery journal to commit slab journal tail blocks must be scheduled from the recovery
70 /* A waiter object for updating the slab summary */
76 /* The parent slab reference of this journal */
77 struct vdo_slab *slab; member in struct:slab_journal
81 /* Whether the journal is updating the slab summary */
96 /* The tail sequence number that is written in the slab summary */
98 /* The tail sequence number that was last summarized in slab summary */
115 /* The recovery journal of the VDO (slab journa
160 struct vdo_slab *slab; member in struct:reference_block
293 struct vdo_slab *slab; member in struct:slab_scrubber
[all...]
/linux-master/include/net/
H A Drequest_sock.h14 #include <linux/slab.h>
30 struct kmem_cache *slab; member in struct:request_sock_ops
135 req = kmem_cache_alloc(ops->slab, GFP_ATOMIC | __GFP_NOWARN);
141 kmem_cache_free(ops->slab, req);
167 kmem_cache_free(req->rsk_ops->slab, req);
/linux-master/drivers/base/regmap/
H A Dregmap-ac97.c13 #include <linux/slab.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c7 #include <linux/slab.h>
/linux-master/drivers/input/misc/
H A Dretu-pwrbutton.c20 #include <linux/slab.h>
/linux-master/drivers/hwtracing/stm/
H A Dconsole.c12 #include <linux/slab.h>

Completed in 250 milliseconds

1234567891011>>