Function report |
Source Code:include\linux\percpu-refcount.h |
Create Date:2022-07-28 05:38:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:percpu_ref_get_many - increment a percpu refcount*@ref: percpu_ref to get*@nr: number of references to get* Analogous to atomic_long_add().* This function is safe to call as long as @ref is between init and exit.
Proto:static inline void percpu_ref_get_many(struct percpu_ref *ref, unsigned long nr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct percpu_ref * | ref | |
unsigned long | nr |
187 | __percpu * percpu_count |
193 | Else atomic_long_add(nr, & count) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |