Searched refs:coupled (Results 1 – 8 of 8) sorted by relevance
231 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()469 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_enter_state_coupled() local472 if (!coupled) in cpuidle_enter_state_coupled()648 coupled = other_dev->coupled; in cpuidle_coupled_register_device()655 if (!coupled) in cpuidle_coupled_register_device()661 dev->coupled = coupled; in cpuidle_coupled_register_device()667 coupled->refcnt++; in cpuidle_coupled_register_device()685 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_coupled_unregister_device() local691 kfree(coupled); in cpuidle_coupled_unregister_device()707 coupled->prevent++; in cpuidle_coupled_prevent_idle()[all …]
10 obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
2087 int coupled) in dpni_set_tx_shaping() argument2101 dpni_set_field(cmd_params->coupled, COUPLED, coupled); in dpni_set_tx_shaping()
656 u8 coupled; member
1072 int coupled);
120 cores. This bus is for per-CPU tightly coupled devices such as the
5690 struct regulator_dev **coupled; in regulator_init_coupling() local5698 coupled = kcalloc(n_phandles + 1, sizeof(*coupled), GFP_KERNEL); in regulator_init_coupling()5699 if (!coupled) in regulator_init_coupling()5702 rdev->coupling_desc.coupled_rdevs = coupled; in regulator_init_coupling()
1772 and could also have been called by other names when coupled with
Completed in 30 milliseconds