Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\fork.c Create Date:2022-07-28 08:57:47
Last Modify:2020-03-17 11:04:53 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mmdrop_async

Proto:static void mmdrop_async(struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
712  If Value for the false possibility is greater at compile time(atomic_dec_and_test( & *@mm_count: The number of references to &struct mm_struct * (@mm_users count as 1). * Use mmgrab()/mmdrop() to modify. When this drops to 0, the * &struct mm_struct is freed.)) Then
713  INIT_WORK( & async_put_work, mmdrop_async_fn)
714  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
free_signal_struct