Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/
Dtc-mq-visibility.sh8 n_children() { function
18 n=$(n_children)
/external/ppp/pppd/
Dmain.c192 static int n_children; /* # child processes still running */ variable
601 if (n_children > 0) {
606 dbglog("Waiting for %d child processes...", n_children);
610 while (n_children > 0 && !childwait_done) {
1904 ++n_children;
1949 --n_children;
1976 if (n_children == 0) in reap_kids()
/external/python/cpython2/Python/
Dast.c2570 int n_children; in ast_for_import_stmt() local
2594 n_children = 1; in ast_for_import_stmt()
2599 n_children = NCH(n); in ast_for_import_stmt()
2604 n_children = NCH(n); in ast_for_import_stmt()
2605 if (n_children % 2 == 0) { in ast_for_import_stmt()
2616 aliases = asdl_seq_new((n_children + 1) / 2, c->c_arena); in ast_for_import_stmt()
2671 int n_children = NCH(n); in ast_for_exec_stmt() local
2672 if (n_children != 2 && n_children != 4 && n_children != 6) { in ast_for_exec_stmt()
2675 n_children); in ast_for_exec_stmt()
2685 if (expr1->kind == Tuple_kind && n_children < 4 && in ast_for_exec_stmt()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c1241 const unsigned int n_children = n_readers + n_writers; in test_mutliproc() local
1262 for (child_id = 0; child_id < n_children; child_id++) { in test_mutliproc()
1271 for (i = 0; i < n_children; i++) { in test_mutliproc()