Searched defs:lstcon_group_find (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dconsole.c265 lstcon_group_find(const char *name, lstcon_group_t **grpp) function
530 rc = (lstcon_group_find(name, &grp) == 0)? -EEXIST: 0;
558 rc = lstcon_group_find(name, &grp);
586 rc = lstcon_group_find(name, &grp);
626 rc = lstcon_group_find(name, &grp);
659 rc = lstcon_group_find(name, &grp);
689 rc = lstcon_group_find(name, &grp);
791 rc = lstcon_group_find(name, &grp);
1258 rc = lstcon_group_find(name, grp);
1515 rc = lstcon_group_find(grp_nam
[all...]

Completed in 62 milliseconds