Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify07.c44 #define MAX_CHILDREN 16 macro
45 static pid_t child_pid[MAX_CHILDREN];
72 for (i = 0; i < MAX_CHILDREN; i++) { in run_children()
88 for (i = 0; i < MAX_CHILDREN; i++) in stop_children()
91 for (i = 0; i < MAX_CHILDREN; i++) { in stop_children()
/external/libnl/tests/
Dcheck-ematch-tree-clone.c13 #define MAX_CHILDREN 5 macro
57 num = generate_random(MAX_CHILDREN + 1); in build_children()
113 array_size = (MAX_DEPTH * my_pow(MAX_CHILDREN, MAX_DEPTH)) / 2; in START_TEST()