Searched refs:test_group (Results 1 – 4 of 4) sorted by relevance
83 char *test_group; in test_no_invasive_cgroup_shrink() local86 test_group = cg_name(root, "no_shrink_test"); in test_no_invasive_cgroup_shrink()87 if (!test_group) in test_no_invasive_cgroup_shrink()89 if (cg_create(test_group)) in test_no_invasive_cgroup_shrink()108 cg_destroy(test_group); in test_no_invasive_cgroup_shrink()109 free(test_group); in test_no_invasive_cgroup_shrink()158 char *test_group; in test_no_kmem_bypass() local183 if (!test_group) in test_no_kmem_bypass()188 if (cg_create(test_group)) in test_no_kmem_bypass()228 cg_destroy(test_group); in test_no_kmem_bypass()[all …]
42 test_group = {47 test_group.update(common_fields)48 return test_group61 test_group = _get_group_json(test, common_fields)62 test_group["name"] = "KUnit Test Group"63 return json.dumps(test_group, indent=4)
19 libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c
36 h5py/tests/test_group.py | 4 +--711 diff --git a/h5py/tests/test_group.py b/h5py/tests/test_group.py713 --- a/h5py/tests/test_group.py714 +++ b/h5py/tests/test_group.py