Function report |
Source Code:arch\x86\kernel\itmt.c |
Create Date:2022-07-28 08:50:23 |
Last Modify:2020-03-16 21:30:12 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sched_clear_itmt_support() - Revoke platform's support of ITMT* This function is used by the OS to indicate that it has* revoked the platform's support of ITMT feature
Proto:void sched_clear_itmt_support(void)
Type:void
Parameter:Nothing
148 | mutex_lock( & itmt_update_mutex) |
150 | If Not Boolean to track if system has ITMT capabilities Then |
151 | mutex_unlock( & itmt_update_mutex) |
152 | Return |
154 | Boolean to track if system has ITMT capabilities = false |
156 | If itmt_sysctl_header Then |
158 | itmt_sysctl_header = NULL |
165 | rebuild_sched_domains() |
168 | mutex_unlock( & itmt_update_mutex) |
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 |