Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-ptl.c42 int portal_rotor = LNET_PTL_ROTOR_HASH_RT; variable
43 module_param(portal_rotor, int, 0644);
44 MODULE_PARM_DESC(portal_rotor, "redirect PUTs to different cpu-partitions");
284 if (portal_rotor == LNET_PTL_ROTOR_OFF || in lnet_mt_of_match()
285 (portal_rotor != LNET_PTL_ROTOR_ON && !routed)) { in lnet_mt_of_match()
292 if (portal_rotor == LNET_PTL_ROTOR_HASH_RT && routed) in lnet_mt_of_match()
Drouter_proc.c798 extern int portal_rotor;
817 if (portal_rotors[i].pr_value == portal_rotor) in __proc_lnet_portal_rotor()
821 LASSERT(portal_rotors[i].pr_value == portal_rotor); in __proc_lnet_portal_rotor()
850 portal_rotor = portal_rotors[i].pr_value; in __proc_lnet_portal_rotor()