Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c887 INIT_LIST_HEAD(&bat->bat_cli_list); in lstcon_batch_add()
952 clilst = (test == NULL) ? &bat->bat_cli_list : in lstcon_batch_info()
1022 rc = lstcon_rpc_trans_ndlist(&bat->bat_cli_list, in lstcon_batch_op()
1108 while (!list_empty(&bat->bat_cli_list)) { in lstcon_batch_destroy()
1109 ndl = list_entry(bat->bat_cli_list.next, in lstcon_batch_destroy()
1160 head = &batch->bat_cli_list; in lstcon_testrpc_condition()
1416 ndlist = &batch->bat_cli_list; in lstcon_test_batch_query()
1612 rc = lstcon_debug_ndlist(client ? &bat->bat_cli_list : in lstcon_batch_debug()
Dconsole.h101 struct list_head bat_cli_list; /* list head of client nodes member