Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\cpu_rmap.c Create Date:2022-07-28 07:17:52
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:q_cpu_rmap_release - reclaiming callback for IRQ subsystem*@ref: kref to struct irq_affinity_notify passed by irq/manage.c

Proto:static void irq_cpu_rmap_release(struct kref *ref)

Type:void

Parameter:

TypeParameterName
struct kref *ref
267  glue = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(ref, structirq_glue, kref)
270  pu_rmap_put - release ref on a cpu_rmap*@rmap: reverse-map allocated with alloc_cpu_rmap()
271  kfree(glue)