Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:per_cpu_remove_cache

Proto:static void per_cpu_remove_cache(void *arg)

Type:void

Parameter:

TypeParameterName
void *arg
290  cache = arg
291  to_free = QLIST_INIT
294  q = this_cpu_ptr( & The object quarantine consists of per-cpu queues and a global queue,* guarded by quarantine_lock.)
295  qlist_move_cache(q, & to_free, cache)
296  qlist_free_all( & to_free, cache)