Searched refs:slab (Results 51 - 75 of 8977) sorted by relevance

1234567891011>>

/linux-master/security/apparmor/include/
H A Dsecid.h13 #include <linux/slab.h>
/linux-master/arch/microblaze/include/asm/
H A Dpci.h12 #include <linux/slab.h>
/linux-master/security/integrity/platform_certs/
H A Dload_ipl_s390.c8 #include <linux/slab.h>
/linux-master/drivers/clk/hisilicon/
H A Dclk-hip04.c14 #include <linux/slab.h>
/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h11 #include <linux/slab.h>
/linux-master/fs/bcachefs/
H A Ddarray.c4 #include <linux/slab.h>
/linux-master/scripts/gdb/linux/
H A Dslab.py27 slab_type = utils.CachedType("struct slab")
38 def slab_folio(slab):
39 return slab.cast(gdb.lookup_type("struct folio").pointer())
41 def slab_address(slab):
43 folio = slab_folio(slab)
155 def __fill_map(obj_map, cache, slab):
156 p = slab['freelist']
157 addr = slab_address(slab)
163 # process every slab page on the slab_list (partial and full list)
165 for slab i
[all...]
/linux-master/rust/bindings/
H A Dbindings_helper.h17 #include <linux/slab.h>
/linux-master/drivers/interconnect/qcom/
H A Dicc-common.c7 #include <linux/slab.h>
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py18 This is a drgn script to provide slab statistics for memory cgroups.
73 for slab in list_for_each_entry('struct slab', n.partial.address_of_(),
75 nr_objs += fn(slab)
79 def count_free(slab):
80 return slab.objects - slab.inuse
136 err('Can\'t determine the slab allocator')
155 yield cast('struct slab *', page)
193 # look over all slab folio
[all...]
/linux-master/tools/testing/scatterlist/
H A DMakefile17 $(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h
31 @touch linux/slab.h
/linux-master/lib/
H A Ddebug_info.c22 #include <linux/slab.h>
H A Dtest_debug_virtual.c7 #include <linux/slab.h>
/linux-master/kernel/sched/
H A Dbuild_policy.c27 #include <linux/slab.h>
/linux-master/drivers/s390/char/
H A Dkeyboard.c12 #include <linux/slab.h>
/linux-master/net/xfrm/
H A Dxfrm_hash.c11 #include <linux/slab.h>
/linux-master/sound/hda/
H A Darray.c6 #include <linux/slab.h>
/linux-master/drivers/video/fbdev/via/
H A Dvia_aux_sii164.c9 #include <linux/slab.h>
H A Dvia_aux_vt1632.c9 #include <linux/slab.h>
/linux-master/net/dccp/ccids/lib/
H A Dloss_interval.h12 #include <linux/slab.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dlscsa_alloc.c12 #include <linux/slab.h>
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c15 #include <linux/slab.h>
/linux-master/drivers/iio/
H A Dindustrialio-configfs.c12 #include <linux/slab.h>
/linux-master/arch/csky/mm/
H A Dcontext.c6 #include <linux/slab.h>
/linux-master/arch/um/kernel/
H A Dreboot.c10 #include <linux/slab.h>

Completed in 294 milliseconds

1234567891011>>