HomeSort by relevance Sort by last modified time
    Searched defs:group_check (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 306 res = group_check(iph1,
1299 group_check(iph1, grp_list, grp_count) function
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 314 static void group_check(int run, int pages_shared, int pages_sharing, function
542 group_check(1, 2, size * num * pages - 2, 0, 0, 0, size * pages * num);
546 group_check(1, 3, size * num * pages - 3, 0, 0, 0, size * pages * num);
550 group_check(1, 1, size * num * pages - 1, 0, 0, 0, size * pages * num);
554 group_check(1, 1, size * num * pages - 2, 0, 1, 0, size * pages * num);
562 group_check(2, 0, 0, 0, 0, 0, size * pages * num);
566 group_check(0, 0, 0, 0, 0, 0, size * pages * num);
643 group_check(1, 1, nr_pages * num_nodes - 1, 0, 0, 0,
651 group_check(1, num_nodes, nr_pages * num_nodes - num_nodes,

Completed in 207 milliseconds