Lines Matching refs:allocated
350 callback. The statically allocated states are described by constants in
364 dynamic allocation is the preferred method. The state number is allocated
391 The @state argument is either a statically allocated state or one of the
392 constants for dynamically allocated states - CPUHP_BP_PREPARE_DYN,
394 which a dynamic state should be allocated.
447 allocation the allocated state is freed.
456 0 Statically allocated state was successfully set up
458 >0 Dynamically allocated state was successfully set up.
460 The returned number is the state number which was allocated. If
464 multi-instance states the dynamically allocated state number is
481 The @state argument is either a statically allocated state or the state
482 number which was allocated in the dynamic range by cpuhp_setup_state*(). If
517 The @state argument is either a statically allocated state or the state
518 number which was allocated in the dynamic range by cpuhp_setup_state_multi().
573 Setup and teardown a statically allocated state in the STARTING section for
582 Setup and teardown a dynamically allocated state in the ONLINE section
591 Setup and teardown a dynamically allocated state in the ONLINE section
600 Setup, use and teardown a dynamically allocated multi-instance state in the