函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-27 06:58:36
Last Modify:2021-07-28 10:30:23 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Does a critical section need to be broken due to another* task waiting?: (technically does not depend on CONFIG_PREEMPTION,* but a general need for low latency)

函数原型:static inline int spin_needbreak(spinlock_t *lock)

返回类型:int

参数:

类型参数名称
spinlock_t *lock
1818  返回:0
调用者
名称描述
__cond_resched_lock__cond_resched_lock() - if a reschedule is pending, drop the given lock,* call schedule, and on return reacquire the lock
cgroup_rstat_flush_lockedsee cgroup_rstat_flush()
copy_pte_range