Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:qlink_free

Proto:static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache)

Type:void

Parameter:

TypeParameterName
struct qlist_node *qlink
struct kmem_cache *cache
142  object = qlink_to_object(qlink, cache)
145  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SLAB) Then local_irq_save(flags)
148  ___cache_free(cache, object, _THIS_IP_)
150  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SLAB) Then local_irq_restore(flags)
Caller
NameDescribe
qlist_free_all