Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\asm-generic\atomic-long.h Create Date:2022-07-28 05:34:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:atomic_long_inc

Proto:static inline void atomic_long_inc(atomic_long_t *v)

Type:void

Parameter:

TypeParameterName
atomic_long_t *v
654  atomic_inc(v)
Caller
NameDescribe
rcu_torture_timerRCU torture reader from timer handler. Dereferences rcu_torture_current,* incrementing the corresponding element of the pipeline array. The* counter in the element should never be greater than 1, otherwise, the* RCU implementation is broken.
audit_tree_lookupalled under rcu_read_lock
advance_inactive_age
get_swap_page_of_typeThe only caller of this function is now suspend routine
get_io_contextget_io_context - increment reference count to io_context*@ioc: io_context to get* Increment reference count to @ioc.
ima_add_digest_entryma_add_template_entry helper function:* - Add template entry to the measurement list and hash table, for* all entries except those carried across kexec.* (Called with ima_extend_list_mutex held.)
ima_add_violationma_add_violation - add violation to measurement list.* Violations are flagged in the measurement list with zero hash values.* By extending the PCR with 0xFF's instead of with zeroes, the PCR* value is invalidated.
drop_nlinkdrop_nlink - directly drop an inode's link count*@inode: inode* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink
clear_nlinklear_nlink - directly zero an inode's link count*@inode: inode* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink. See* drop_nlink() for why we care about i_nlink hitting zero.
fsnotify_detach_connector_from_object
ep_insertMust be called with "mtx" held.