函数逻辑报告 |
Source Code:kernel\sched\sched.h |
Create Date:2022-07-27 06:58:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:this_rq_lock_irq
函数原型:static inline struct rq *this_rq_lock_irq(struct rq_flags *rf)__acquires(rq->lock)
返回类型:struct rq
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rq_flags * | rf |
1257 | 禁止中断() |
1260 | 返回:rq |
名称 | 描述 |
---|---|
do_sched_yield | sys_sched_yield - yield the current processor to other threads.* This function yields the current CPU to other tasks. If there are no* other threads running on this CPU then this function will return.* Return: 0. |
psi_memstall_enter | psi_memstall_enter - mark the beginning of a memory stall section*@flags: flags to handle nested sections* Marks the calling task as being stalled due to a lack of memory,* such as waiting for a refault or performing reclaim. |
psi_memstall_leave | psi_memstall_leave - mark the end of an memory stall section*@flags: flags to handle nested memdelay sections* Marks the calling task as no longer stalled due to lack of memory. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |