Home
last modified time | relevance | path

Searched refs:obd_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c479 struct list_head *obd_list) in ptlrpc_add_timeout_client() argument
489 list_add(obd_list, &ti->ti_obd_list); in ptlrpc_add_timeout_client()
495 int ptlrpc_del_timeout_client(struct list_head *obd_list, in ptlrpc_del_timeout_client() argument
500 if (list_empty(obd_list)) in ptlrpc_del_timeout_client()
503 list_del_init(obd_list); in ptlrpc_del_timeout_client()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2891 struct list_head *obd_list);
2892 int ptlrpc_del_timeout_client(struct list_head *obd_list,