user_credit_return_threshold 2086 drivers/infiniband/hw/hfi1/hfi.h extern unsigned int user_credit_return_threshold;
user_credit_return_threshold  121 drivers/infiniband/hw/hfi1/init.c unsigned int user_credit_return_threshold = 33;	/* default is 33% */
user_credit_return_threshold  122 drivers/infiniband/hw/hfi1/init.c module_param(user_credit_return_threshold, uint, S_IRUGO);
user_credit_return_threshold  123 drivers/infiniband/hw/hfi1/init.c MODULE_PARM_DESC(user_credit_return_threshold, "Credit return threshold for user send contexts, return when unreturned credits passes this many blocks (in percent of allocated blocks, 0 is off)");
user_credit_return_threshold 1451 drivers/infiniband/hw/hfi1/init.c 	if (user_credit_return_threshold > 100)
user_credit_return_threshold 1452 drivers/infiniband/hw/hfi1/init.c 		user_credit_return_threshold = 100;
user_credit_return_threshold  816 drivers/infiniband/hw/hfi1/pio.c 						 user_credit_return_threshold);