Searched refs:cl_resends (Results 1 – 3 of 3) sorted by relevance
358 atomic_t cl_resends; /* resend count */ member1278 return atomic_read(&cli->cl_resends) ? in client_should_resend()1279 atomic_read(&cli->cl_resends) > resend : 1; in client_should_resend()
441 return sprintf(buf, "%u\n", atomic_read(&obd->u.cli.cl_resends)); in resend_count_show()458 atomic_set(&obd->u.cli.cl_resends, val); in resend_count_store()
385 atomic_set(&cli->cl_resends, OSC_DEFAULT_RESENDS); in client_obd_setup()