Function report |
Source Code:kernel\cgroup\freezer.c |
Create Date:2022-07-28 11:13:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Conditionally leave frozen/stopped state
Proto:void cgroup_leave_frozen(bool always_leave)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
bool | always_leave |
135 | spin_lock_irq( & css_set_lock) |
136 | cgrp = task_dfl_cgroup(current process) |
140 | WARN_ON_ONCE(!frozen) |
141 | frozen = false |
142 | Else if Not (jobctl & JOBCTL_TRAP_FREEZE) Then |
144 | jobctl |= JOBCTL_TRAP_FREEZE |
146 | spin_unlock( & siglock) |
148 | spin_unlock_irq( & css_set_lock) |
Name | Describe |
---|---|
ptrace_stop | This must be called with current->sighand->siglock held.* This should be the path for all ptrace stops.* We always set current->last_siginfo while stopped here.* That makes it a way to test a stopped process for |
get_signal |
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 |