Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__vfree_deferred

Proto:static inline void __vfree_deferred(const void *addr)

Type:void

Parameter:

TypeParameterName
const void *addr
2326  p = raw_cpu_ptr( & vfree_deferred)
2328  If llist_add - add a new entry*@new: new entry to be added*@head: the head for your lock-less list* Returns true if the list was empty prior to adding this entry. Then schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
Caller
NameDescribe
vfree_atomicvfree_atomic - release memory allocated by vmalloc()*@addr: memory base address* This one is just like vfree() but can be called in any atomic context* except NMIs.
__vfree