Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slub.c Create Date:2022-07-28 15:48:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Unfreeze all the cpu partial slabs.* This function must be called with interrupts disabled* for the cpu using c (or some other guarantee must be there* to guarantee no concurrent accesses).

Proto:static void unfreeze_partials(struct kmem_cache *s, struct kmem_cache_cpu *c)

Type:void

Parameter:

TypeParameterName
struct kmem_cache *s
struct kmem_cache_cpu *c

NULL

Caller
NameDescribe
__flush_cpu_slabFlush cpu slab.* Called from IPI handler with interrupts disabled.