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.c46 #define MAX_CHILDREN 16 macro
47 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()
95 for (i = 0; i < MAX_CHILDREN; i++) { in stop_children()
/external/libnl/tests/
Dcksuite-all-ematch-tree-clone.c12 #define MAX_CHILDREN 5 macro
54 num = generate_random(MAX_CHILDREN + 1); in build_children()
115 array_size = (MAX_DEPTH * my_pow(MAX_CHILDREN, MAX_DEPTH)) / 2; in START_TEST()