| /src/external/bsd/nsd/dist/ |
| nsd.c | 280 sock->servers = xalloc_zero(nsd_bitset_size(nsd.child_count)); 282 nsd_bitset_init(sock->servers, nsd.child_count); 286 for(i = 0; i < (int)nsd.child_count; i++) { 299 } else if(server->last > (int)nsd.child_count) { 313 } else if(server->last > (int)nsd.child_count) { 899 nsd.child_count = 0; 987 nsd.child_count = i; 1104 if(nsd.child_count == 0) { 1105 nsd.child_count = nsd.options->server_count; 1124 if (nsd.child_count < nsd.xdp.xdp_server.queue_count) [all...] |
| ipc.c | 191 for(i=0; i<nsd->child_count; ++i) 343 for(i=0; i < nsd->child_count; i++) { 385 for(i=0; i < nsd->child_count; i++) {
|
| nsd.h | 248 size_t child_count; member in struct:nsd 353 /* statistics array, of size child_count*2, twice for old and new 356 /* statistics array of size child_count, twice */ 367 * arrays of size child_count * 2. Kept open for (re-)forks. */ 377 * NOTIFY messages, arrays of size child_count * 2.
|
| server.c | 438 for (i = 0; i < nsd->child_count; ++i) { 465 for (i = 0; i < nsd->child_count; ++i) { 508 nsd->child_count = 0; 728 size_t sz = sizeof(struct nsdst) * nsd->child_count * 2; 771 nsd->stats_per_child[1] = &nsd->stat_map[nsd->child_count]; 1529 rrl_mmap_init(nsd->child_count, nsd->options->rrl_size, 1581 for (i = 0; i < nsd->child_count; ++i) { 1628 for(i=0; i < nsd->child_count; ++i) 1716 nsd->region, 2 * nsd->child_count, sizeof(int)); 1718 nsd->region, 2 * nsd->child_count, sizeof(int)) [all...] |
| remote.c | 3178 for(i=0; i<xfrd->nsd->child_count; i++) { 3234 *stats = xmallocarray(xfrd->nsd->child_count*2, sizeof(struct nsdst)); 3250 xfrd->nsd->child_count*2*sizeof(struct nsdst)); 3271 count2 = stats[xfrd->nsd->child_count+0].reloadcount; 3275 dbd = stats[xfrd->nsd->child_count+0].db_disk; 3276 dbm = stats[xfrd->nsd->child_count+0].db_mem; 3283 for(i=0; i<xfrd->nsd->child_count; i++) { 3284 stats_add(&stats[i], &stats[xfrd->nsd->child_count+i]); 3301 for(i=0; i<xfrd->nsd->child_count; i++) { 3309 sizeof(struct nsdst)*xfrd->nsd->child_count); [all...] |
| metrics.c | 529 for(i=0; i<xfrd->nsd->child_count; i++) {
|
| xfrd.c | 195 xfrd->region, nsd->child_count * 2, sizeof(struct event)); 197 xfrd->region, nsd->child_count * 2, sizeof(struct xfrd_tcp)); 198 for(i = 0; i < 2 * nsd->child_count; i++) {
|
| /src/tests/kernel/ |
| t_sysv.c | 410 int child_count; local 461 for (child_count = 0; child_count < 5; child_count++) { 499 while (child_count-- > 0) {
|
| /src/usr.sbin/lpr/lpd/ |
| lpd.c | 138 int child_count; variable 303 while (child_max < child_count) { 359 child_count++; 400 child_count--; 583 child_count++;
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXComment.cpp | 94 return C->child_count(); 99 if (!C || ChildIdx >= C->child_count())
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap_collector.c | 45 dt_col->count = nsd->child_count * 2; 97 nsd->dt_collector_fd_swap = nsd->dt_collector_fd_send + nsd->child_count;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 854 unsigned int child_count; 928 child_count = read_leb128 (buf + off, buf + len, 0, &leblen, NULL); 931 for (i = 0; i < child_count; i++) 853 unsigned int child_count; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 854 unsigned int child_count; 928 child_count = read_leb128 (buf + off, buf + len, 0, &leblen, NULL); 931 for (i = 0; i < child_count; i++) 853 unsigned int child_count; local
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Comment.h | 229 unsigned child_count() const { function in class:clang::comments::Comment
|