Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c888 INIT_LIST_HEAD(&bat->bat_cli_list); in lstcon_batch_add()
953 clilst = (test == NULL) ? &bat->bat_cli_list : in lstcon_batch_info()
1023 rc = lstcon_rpc_trans_ndlist(&bat->bat_cli_list, in lstcon_batch_op()
1109 while (!list_empty(&bat->bat_cli_list)) { in lstcon_batch_destroy()
1110 ndl = list_entry(bat->bat_cli_list.next, in lstcon_batch_destroy()
1161 head = &batch->bat_cli_list; in lstcon_testrpc_condition()
1418 ndlist = &batch->bat_cli_list; in lstcon_test_batch_query()
1614 rc = lstcon_debug_ndlist(client ? &bat->bat_cli_list : in lstcon_batch_debug()
Dconsole.h99 struct list_head bat_cli_list; /* list head of client nodes (lstcon_node_t) */ member