Home
last modified time | relevance | path

Searched refs:bringup (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/kernel/
Dcpu.c75 bool bringup; member
101 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
103 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
106 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
108 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
112 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
113 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
152 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument
154 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
170 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument
[all …]
/linux-6.12.1/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/linux-6.12.1/Documentation/arch/arc/
Darc.rst50 SoC bringup and software development in general.
/linux-6.12.1/Documentation/arch/x86/
Dpti.rst167 * Crashes in early boot, especially around CPU bringup. Bugs
/linux-6.12.1/Documentation/admin-guide/LSM/
DSmack.rst849 configuration and system bringup easier. Configure the kernel with
850 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup
856 Another feature of bringup mode is the "unconfined" option. Writing
/linux-6.12.1/arch/xtensa/
DKconfig543 during board bringup.
/linux-6.12.1/Documentation/networking/
Dip-sysctl.rst2785 neighbor advertisements on interface bringup. This setting should be
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt915 [SMP] Enable/disable parallel bringup of secondary CPUs