Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c780 int pr_value; member
787 .pr_value = LNET_PTL_ROTOR_OFF,
792 .pr_value = LNET_PTL_ROTOR_ON,
797 .pr_value = LNET_PTL_ROTOR_RR_RT,
802 .pr_value = LNET_PTL_ROTOR_HASH_RT,
807 .pr_value = -1,
831 for (i = 0; portal_rotors[i].pr_value >= 0; i++) { in __proc_lnet_portal_rotor()
832 if (portal_rotors[i].pr_value == portal_rotor) in __proc_lnet_portal_rotor()
836 LASSERT(portal_rotors[i].pr_value == portal_rotor); in __proc_lnet_portal_rotor()
865 portal_rotor = portal_rotors[i].pr_value; in __proc_lnet_portal_rotor()