Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:free_bucket_spinlocks

Proto:void free_bucket_spinlocks(spinlock_t *locks)

Type:void

Parameter:

TypeParameterName
spinlock_t *locks
52  kvfree() - Free memory.*@addr: Pointer to allocated memory.* kvfree frees memory allocated by any of vmalloc(), kmalloc() or kvmalloc().* It is slightly more efficient to use kfree() or vfree() if you are certain* that you know which one to use.