函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\quarantine.c Create Date:2022-07-27 17:28:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:per_cpu_remove_cache

函数原型:static void per_cpu_remove_cache(void *arg)

返回类型:void

参数:

类型参数名称
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)