Home
last modified time | relevance | path

Searched refs:slab (Results 76 – 100 of 108) sorted by relevance

12345

/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst142 3. Kernel user memory accounting and slab control
336 to trigger slab reclaim when those limits are reached.
346 slab pages:
350 skipped while the cache is being created. All objects in a slab page should
/openbmc/linux/Documentation/mm/
H A Dnuma.rst136 may revert to its own fallback path. The slab kernel memory allocator is an
/openbmc/linux/Documentation/core-api/
H A Dmemory-allocation.rst166 If you need to allocate many identical objects you can use the slab
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo-c-crates.inc248 crate://crates.io/sharded-slab/0.1.7 \
574 SRC_URI[sharded-slab-0.1.7.sha256sum] = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c49…
/openbmc/linux/Documentation/kernel-hacking/
H A Dhacking.rst302 Defined in ``include/linux/slab.h``
346 slab cache in ``include/linux/slab.h``
H A Dlocking.rst386 #include <linux/slab.h>
1147 #include <linux/slab.h>
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst320 Definite in ``include/linux/slab.h``
369 l'uso di una cache slab disponibile in ``include/linux/slab.h``.
H A Dlocking.rst406 #include <linux/slab.h>
1178 #include <linux/slab.h>
/openbmc/linux/include/linux/
H A Dpage-flags.h501 __PAGEFLAG(Slab, slab, PF_NO_TAIL)
/openbmc/linux/net/mptcp/
H A Dsubflow.c2021 subflow_ops->slab = kmem_cache_create(subflow_ops->slab_name, in subflow_ops_init()
2026 if (!subflow_ops->slab) in subflow_ops_init()
H A Dprotocol.c4143 mptcp_v6_prot.slab = NULL; in mptcp_proto_v6_init()
/openbmc/linux/net/ipv6/
H A Daf_inet6.c189 WARN_ON(!answer_prot->slab); in inet6_create()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst247 CONFIG_SLAB=y, thus avoiding the slab allocator's periodic
H A Dcgroup-v2.rst1373 (kernel_stack, pagetables, percpu, vmalloc, slab) in
1445 Part of "slab" that might be reclaimed, such as
1449 Part of "slab" that cannot be reclaimed on memory
1452 slab (npn)
H A Dkernel-parameters.txt3700 caches in the slab allocator. Saves per-node memory,
5840 culprit if slab objects become corrupted. Enabling
5853 The minimum number of objects per slab. SLUB will
5854 increase the slab order up to slub_max_order to
5855 generate a sufficiently large slab able to contain
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c937 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, in nfs4_alloc_stid() argument
943 stid = kmem_cache_zalloc(slab, GFP_KERNEL); in nfs4_alloc_stid()
976 kmem_cache_free(slab, stid); in nfs4_alloc_stid()
4469 static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4… in alloc_stateowner() argument
4473 sop = kmem_cache_alloc(slab, GFP_KERNEL); in alloc_stateowner()
4479 kmem_cache_free(slab, sop); in alloc_stateowner()
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c915 nreq = kmem_cache_alloc(req->rsk_ops->slab, GFP_ATOMIC | __GFP_NOWARN); in inet_reqsk_clone()
H A Daf_inet.c322 WARN_ON(!answer_prot->slab); in inet_create()
/openbmc/linux/tools/memory-model/Documentation/
H A Drecipes.txt238 in this way to safely initialize of a slab of the stack. Working out
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst317 The slab allocator is used to keep a cache of op structures handy.
H A Dproc.rst884 The slabinfo file gives information about memory usage at the slab level.
885 Linux uses slab pools for memory management above page level in version 2.2.
886 Commonly used objects have their own slab pool (such as network buffers,
1037 slab will be reclaimable, due to items being in use. The
H A Dxfs-online-fsck-design.rst4668 per-AG in-memory slab.
4679 parent_gen, dirent_pos)`` tuples in a per-file slab.
4683 3. Position one slab cursor at the start of the inode's records in the
4684 per-AG tuple slab.
4688 4. Position a second slab cursor at the start of the per-file tuple slab.
/openbmc/linux/include/net/
H A Dsock.h1345 struct kmem_cache *slab; member
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst304 a pool of pre-determined sizes. This pool of memory is maintained by the slab
/openbmc/linux/Documentation/RCU/
H A DwhatisRCU.rst942 slab cache marked ``SLAB_TYPESAFE_BY_RCU``. RCU operations may yield a

12345