Home
last modified time | relevance | path

Searched refs:exp_obd_chain_timed (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h185 struct list_head exp_obd_chain_timed; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c616 exp_obd_chain_timed); in ping_evictor_main()
Dservice.c1051 if (list_empty(&exp->exp_obd_chain_timed)) { in ptlrpc_update_export_timer()
1057 list_move_tail(&exp->exp_obd_chain_timed, in ptlrpc_update_export_timer()
1061 struct obd_export, exp_obd_chain_timed); in ptlrpc_update_export_timer()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c892 list_add_tail(&export->exp_obd_chain_timed, in class_new_export()
924 list_del_init(&exp->exp_obd_chain_timed); in class_unlink_export()
Dobd_config.c538 list_del_init(&exp->exp_obd_chain_timed); in class_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2075 list_del_init(&ec->ec_exp->exp_obd_chain_timed); in echo_client_setup()