Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c197 lstcon_group_alloc(char *name, lstcon_group_t **grpp) in lstcon_group_alloc()
199 lstcon_group_t *grp; in lstcon_group_alloc()
202 LIBCFS_ALLOC(grp, offsetof(lstcon_group_t, in lstcon_group_alloc()
224 lstcon_group_addref(lstcon_group_t *grp) in lstcon_group_addref()
229 static void lstcon_group_ndlink_release(lstcon_group_t *, lstcon_ndlink_t *);
232 lstcon_group_drain(lstcon_group_t *grp, int keep) in lstcon_group_drain()
244 lstcon_group_decref(lstcon_group_t *grp) in lstcon_group_decref()
260 LIBCFS_FREE(grp, offsetof(lstcon_group_t, in lstcon_group_decref()
265 lstcon_group_find(const char *name, lstcon_group_t **grpp) in lstcon_group_find()
267 lstcon_group_t *grp; in lstcon_group_find()
[all …]
Dconsole.h79 } lstcon_group_t; /*** (alias of nodes) group descriptor */ typedef
120 lstcon_group_t *tes_src_grp; /* group run the test */
121 lstcon_group_t *tes_dst_grp; /* target group */
Dconrpc.c722 lstcon_dstnodes_prep(lstcon_group_t *grp, int idx, in lstcon_dstnodes_prep()
815 lstcon_group_t *sgrp = test->tes_src_grp; in lstcon_testrpc_prep()
816 lstcon_group_t *dgrp = test->tes_dst_grp; in lstcon_testrpc_prep()