Searched refs:pm_type (Results 1 – 9 of 9) sorted by relevance
39 u8 pm_type; member82 return mptcp_get_pernet(net)->pm_type; in mptcp_get_pm_type()100 pernet->pm_type = MPTCP_PM_TYPE_KERNEL; in mptcp_pernet_set_defaults()266 table[5].data = &pernet->pm_type; in mptcp_pernet_new_table()
502 u8 pm_type = mptcp_get_pm_type(sock_net((struct sock *)msk)); in mptcp_pm_data_reset() local511 WRITE_ONCE(pm->pm_type, pm_type); in mptcp_pm_data_reset()513 if (pm_type == MPTCP_PM_TYPE_KERNEL) { in mptcp_pm_data_reset()
231 u8 pm_type; member1079 return READ_ONCE(msk->pm.pm_type) == MPTCP_PM_TYPE_USERSPACE; in mptcp_pm_is_userspace()1084 return READ_ONCE(msk->pm.pm_type) == MPTCP_PM_TYPE_KERNEL; in mptcp_pm_is_kernel()
620 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local629 pm_type = POWER_STATE_TYPE_BATTERY; in renoir_get_current_power_state()632 pm_type = POWER_STATE_TYPE_BALANCED; in renoir_get_current_power_state()635 pm_type = POWER_STATE_TYPE_PERFORMANCE; in renoir_get_current_power_state()639 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in renoir_get_current_power_state()641 pm_type = POWER_STATE_TYPE_DEFAULT; in renoir_get_current_power_state()645 return pm_type; in renoir_get_current_power_state()
482 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local491 pm_type = POWER_STATE_TYPE_BATTERY; in pp_dpm_get_current_power_state()494 pm_type = POWER_STATE_TYPE_BALANCED; in pp_dpm_get_current_power_state()497 pm_type = POWER_STATE_TYPE_PERFORMANCE; in pp_dpm_get_current_power_state()501 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in pp_dpm_get_current_power_state()503 pm_type = POWER_STATE_TYPE_DEFAULT; in pp_dpm_get_current_power_state()507 return pm_type; in pp_dpm_get_current_power_state()
75 pm_type - INTEGER
63 Path managers are controlled by the ``net.mptcp.pm_type`` sysctl knob -- see
122 ip netns exec "$i" sysctl -q net.mptcp.pm_type=1
102 ip netns exec $netns sysctl -q net.mptcp.pm_type=0 2>/dev/null || true1928 ip netns exec $ns sysctl -q net.mptcp.pm_type=1
Completed in 26 milliseconds