Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dobd.h358 atomic_t cl_resends; /* resend count */ member
1278 return atomic_read(&cli->cl_resends) ? in client_should_resend()
1279 atomic_read(&cli->cl_resends) > resend : 1; in client_should_resend()
/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c441 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()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c385 atomic_set(&cli->cl_resends, OSC_DEFAULT_RESENDS); in client_obd_setup()