Searched refs:transitions (Results 1 – 25 of 58) sorted by relevance
123
/Linux-v4.19/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 40 about the frequency transitions before the stats driver insertion. 76 This gives the total number of frequency transitions on this CPU. The cat 78 transitions. 87 transitions. The cat output here is a two dimensional matrix, where an entry 88 <i,j> (row i, column j) represents the count of number of transitions from
|
D | amd-powernow.txt | 18 Frequency transitions will be unavailable if the BIOS does
|
D | core.txt | 33 frequency transitions), as well as to "notifiers". These are device
|
/Linux-v4.19/net/llc/ |
D | llc_s_st.c | 177 .transitions = llc_sap_inactive_state_transitions, 181 .transitions = llc_sap_active_state_transitions,
|
D | llc_c_st.c | 4900 .transitions = llc_adm_state_transitions, 4904 .transitions = llc_setup_state_transitions, 4908 .transitions = llc_normal_state_transitions, 4912 .transitions = llc_busy_state_transitions, 4916 .transitions = llc_reject_state_transitions, 4920 .transitions = llc_await_state_transitions, 4924 .transitions = llc_await_busy_state_transitions, 4928 .transitions = llc_await_rejct_state_transitions, 4932 .transitions = llc_d_conn_state_transitions, 4936 .transitions = llc_rst_state_transitions, [all …]
|
/Linux-v4.19/Documentation/trace/ |
D | events-power.rst | 5 The power tracing system captures events related to power transitions 11 - Power domains related changes and transitions 64 The power domain events are used for power domains transitions
|
/Linux-v4.19/include/net/ |
D | llc_s_st.h | 27 struct llc_sap_state_trans **transitions; member
|
D | llc_c_st.h | 44 struct llc_conn_state_trans **transitions; member
|
/Linux-v4.19/Documentation/devicetree/bindings/opp/ |
D | ti-omap5-opp-supply.txt | 7 an OPP transitions. 12 regulators to the device that will undergo OPP transitions we can make use
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-effect.rst | 15 two or more images or image streams. For example video transitions or
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | README.txt | 16 The sub graphs of DRBD's state transitions
|
/Linux-v4.19/fs/fscache/ |
D | object.c | 71 .transitions = { __VA_ARGS__, { 0, NULL } } \ 212 for (t = state->transitions; t->events; t++) { in fscache_object_sm_dispatcher() 265 for (t = state->transitions; t->events; t++) in fscache_object_sm_dispatcher() 340 for (t = object->state->transitions; t->events; t++) in fscache_object_init()
|
/Linux-v4.19/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 276 Details of the allowable transitions follow. 355 transitions to INBOUND_COMING_UP. Alternatively, individual 460 A CPU transitions to CPU_COMING_UP and then to CPU_UP via the 466 handle transitions from CLUSTER_UP to CLUSTER_GOING_DOWN 472 is needed for safe transitions at the cluster level. 474 A cluster transitions from CLUSTER_DOWN back to CLUSTER_UP via
|
/Linux-v4.19/drivers/soc/ti/ |
D | Kconfig | 60 low power transitions. This IPC driver provides the necessary API
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 16 state transitions such as guest mode entry and exit.
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 5 power-controller that transitions a piece of hardware (like a processor or
|
/Linux-v4.19/Documentation/power/ |
D | drivers-testing.txt | 7 resume transitions in a driver, it is necessary to suspend and resume a fully
|
/Linux-v4.19/Documentation/timers/ |
D | NO_HZ.txt | 150 2. The user/kernel transitions are slightly more expensive due 227 o Dyntick-idle slows transitions to and from idle slightly. 251 o Adaptive-ticks slows user/kernel transitions slightly. 253 workloads, which have few such transitions. Careful benchmarking
|
/Linux-v4.19/kernel/time/ |
D | Kconfig | 109 transitions: syscalls, exceptions and interrupts. Even when it's
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | sleep-states.rst | 56 are suspended during transitions into this state. For this reason, it should 78 are also carried out during transitions to S2RAM. Additional operations may 81 step during S2RAM transitions and that usually results in powering down some
|
D | strategies.rst | 39 for the same system in a sleep state. However, transitions from sleep states
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-timechart.txt | 49 Don't output processor state transitions
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 53 the number of transitions between states.
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 345 const struct fscache_transition transitions[]; member
|
/Linux-v4.19/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 44 it transitions to a NotFinished value of zero. The MIPI SoundWire spec 1.1
|
123