Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:percpu_ref_switch_to_atomic - switch a percpu_ref to atomic mode*@ref: percpu_ref to switch to atomic mode*@confirm_switch: optional confirmation callback* There's no reason to use this function for the usual reference counting.

Proto:void percpu_ref_switch_to_atomic(struct percpu_ref *ref, percpu_ref_func_t *confirm_switch)

Type:void

Parameter:

TypeParameterName
struct percpu_ref *ref
percpu_ref_func_t *confirm_switch
266  spin_lock_irqsave( & percpu_ref_switch_lock, flags)
268  force_atomic = true
269  __percpu_ref_switch_mode(ref, confirm_switch)
271  spin_unlock_irqrestore( & percpu_ref_switch_lock, flags)
Caller
NameDescribe
percpu_ref_switch_to_atomic_syncpercpu_ref_switch_to_atomic_sync - switch a percpu_ref to atomic mode*@ref: percpu_ref to switch to atomic mode* Schedule switching the ref to atomic mode, and wait for the* switch to complete. Caller must ensure that no other thread