Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/kunit/
Dkunit_json.py44 test_group = {
55 json_obj = json.dumps(test_group, indent=4)
/Linux-v5.10/drivers/vfio/
Dvfio.c1784 bool vfio_external_group_match_file(struct vfio_group *test_group, in vfio_external_group_match_file() argument
1789 return (filep->f_op == &vfio_group_fops) && (group == test_group); in vfio_external_group_match_file()