Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c196 lstcon_group_alloc(char *name, lstcon_group_t **grpp) in lstcon_group_alloc()
198 lstcon_group_t *grp; in lstcon_group_alloc()
201 LIBCFS_ALLOC(grp, offsetof(lstcon_group_t, in lstcon_group_alloc()
223 lstcon_group_addref(lstcon_group_t *grp) in lstcon_group_addref()
228 static void lstcon_group_ndlink_release(lstcon_group_t *, lstcon_ndlink_t *);
231 lstcon_group_drain(lstcon_group_t *grp, int keep) in lstcon_group_drain()
243 lstcon_group_decref(lstcon_group_t *grp) in lstcon_group_decref()
259 LIBCFS_FREE(grp, offsetof(lstcon_group_t, in lstcon_group_decref()
264 lstcon_group_find(const char *name, lstcon_group_t **grpp) in lstcon_group_find()
266 lstcon_group_t *grp; in lstcon_group_find()
[all …]
Dconsole.h79 } lstcon_group_t; /* (alias of nodes) group descriptor */ typedef
123 lstcon_group_t *tes_src_grp; /* group run the test */
124 lstcon_group_t *tes_dst_grp; /* target group */
Dconrpc.c721 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()