函数逻辑报告 |
Source Code:include\linux\kref.h |
Create Date:2022-07-27 06:45:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:对象增加引用
函数原型:static inline void kref_get(struct kref *kref)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kref * | kref |
名称 | 描述 |
---|---|
kobject_get | 增加引用计数对象 |
klist_prev | klist_prev - Ante up prev node in list.*@i: Iterator structure.* First grab list lock. Decrement the reference count of the previous* node, if there was one. Grab the prev node, increment its reference* count, drop the lock, and return that prev node. |
klist_next | 列表的下一个节点 |
cpu_rmap_get | 得到cpu_rmap引用 |
autogroup_kref_get | |
psi_trigger_poll | |
relay_create_buf | lay_create_buf - allocate and initialize a channel buffer*@chan: the relay channel* Returns channel buffer if successful, %NULL otherwise. |
relay_file_open | lay_file_open - open file op for relay files*@inode: the inode*@filp: the file* Increments the channel buffer refcount. |
hugetlb_vm_op_open | |
__z3fold_alloc | rns _locked_ z3fold page header or NULL |
z3fold_free | z3fold_free() - frees the allocation associated with the given handle*@pool: pool in which the allocation resided*@handle: handle associated with the allocation returned by z3fold_alloc()* In the case that the z3fold page in which the allocation resides |
z3fold_reclaim_page | z3fold_reclaim_page() - evicts allocations from a pool page and frees it*@pool: pool from which a page will attempt to be evicted*@retries: number of pages on the LRU list for which eviction will* be attempted before failing* z3fold reclaim is different |
z3fold_page_isolate | |
get_multi_transaction | |
eventfd_ctx_fileget | ventfd_ctx_fileget - Acquires a reference to the internal eventfd context.*@file: [in] Eventfd file pointer.* Returns a pointer to the internal eventfd context, otherwise the error* pointer:* -EINVAL : The @fd file descriptor is not an eventfd file. |
tty_driver_kref_get | |
tty_kref_get | 取终端设备 |
bdi_get | |
aa_get_dfa | aa_get_dfa - increment refcount on dfa @p*@dfa: dfa (MAYBE NULL)* Returns: pointer to @dfa if @dfa is NULL will return NULL* Requires: @dfa must be held with valid refcount when called |
aa_get_str | |
aa_get_label | |
aa_get_proxy | |
aa_get_profile | aa_get_profile - increment refcount on profile @p*@p: profile (MAYBE NULL)* Returns: pointer to @p if @p is NULL will return NULL* Requires: @p must be held with valid refcount when called |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |