Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h434 atomic_t cl_resends; /* resend count */ member
1432 return atomic_read(&cli->cl_resends) ? in client_should_resend()
1433 atomic_read(&cli->cl_resends) > resend : 1; in client_should_resend()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c407 seq_printf(m, "%u\n", atomic_read(&obd->u.cli.cl_resends)); in osc_resend_count_seq_show()
425 atomic_set(&obd->u.cli.cl_resends, val); in osc_resend_count_seq_write()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c387 atomic_set(&cli->cl_resends, OSC_DEFAULT_RESENDS); in client_obd_setup()