Home
last modified time | relevance | path

Searched refs:group_check (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/mem/lib/
Dmem.c314 static void group_check(int run, int pages_shared, int pages_sharing, in group_check() function
542 group_check(1, 2, size * num * pages - 2, 0, 0, 0, size * pages * num); in create_same_memory()
546 group_check(1, 3, size * num * pages - 3, 0, 0, 0, size * pages * num); in create_same_memory()
550 group_check(1, 1, size * num * pages - 1, 0, 0, 0, size * pages * num); in create_same_memory()
554 group_check(1, 1, size * num * pages - 2, 0, 1, 0, size * pages * num); in create_same_memory()
562 group_check(2, 0, 0, 0, 0, 0, size * pages * num); in create_same_memory()
566 group_check(0, 0, 0, 0, 0, 0, size * pages * num); in create_same_memory()
643 group_check(1, 1, nr_pages * num_nodes - 1, 0, 0, 0, in test_ksm_merge_across_nodes()
651 group_check(1, num_nodes, nr_pages * num_nodes - num_nodes, in test_ksm_merge_across_nodes()
/external/ipsec-tools/src/racoon/
Disakmp_xauth.h106 int group_check(struct ph1handle *, char **, int);
Disakmp_xauth.c306 res = group_check(iph1,
1299 group_check(iph1, grp_list, grp_count) in group_check() function
Disakmp_quick.c1880 if(group_check(iph2->ph1,&iph2->sainfo->group->v,1))