Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\list.h Create Date:2022-07-28 05:34:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Move a list from one list head to another. Fixup the pprev* reference of the first entry if it exists.

Proto:static inline void hlist_move_list(struct hlist_head *old, struct hlist_head *new)

Type:void

Parameter:

TypeParameterName
struct hlist_head *old
struct hlist_head *new
841  first = first
842  If first Then pprev = first
844  first = NULL
Caller
NameDescribe
free_obj_work
debug_objects_oomWe run out of memory. That means we probably have tons of objects* allocated.
debug_objects_replace_static_objectsConvert the statically allocated objects to dynamic ones:
__collect_expired_timers
namespace_unlock