函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.c Create Date:2022-07-27 17:17:01
Last Modify:2022-05-23 17:02:55 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:next_reap_node

函数原型:static void next_reap_node(void)

返回类型:void

参数:

540  node等于Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(Special reaping functions for NUMA systems called from cache_reap().* These take care of doing round robin flushing of alien caches (containing* objects freed on different nodes from which they were allocated) and the)
542  node等于Find the next present node in src, starting after node n, wrapping around to* the first node in src if needed. Returns MAX_NUMNODES if src is empty.(node, node_online_map)
543  __this_cpu_write(Special reaping functions for NUMA systems called from cache_reap().* These take care of doing round robin flushing of alien caches (containing* objects freed on different nodes from which they were allocated) and the, node)
调用者
名称描述
cache_reapache_reap - Reclaim memory from caches