HomeSort by: relevance | last modified time | path
    Searched refs:nowait (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/libpcap/dist/rpcapd/
rpcapd.inetd.conf 1 2002 stream tcp nowait root /usr/local/sbin/rpcapd rpcapd -i
  /src/tests/usr.sbin/inetd/
inetd_ratelimit.conf 64 #STREAM NOWAIT SERVICE
74 args = test_server stream nowait;
83 args = test_server stream nowait;
92 args = test_server stream nowait;
101 args = test_server stream nowait;
t_accept_max.sh 37 $(pwd)/sock stream,2 unix nowait $(whoami) $(pwd)/run run
  /src/sys/arch/m68k/m68k/
pmap_68k.c 407 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "pmap pv_alloc", "nowait");
445 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "pmap enter", "nowait");
644 pmap_page_alloc(bool nowait)
647 const int flags = nowait ? UVM_PGA_USERESERVE : 0;
650 if (nowait) {
661 pmap_ptpage_alloc(bool segtab, bool nowait)
670 const int uvm_f_nowait = nowait ? UVM_KMF_NOWAIT : 0;
673 ptp = kmem_zalloc(size, nowait ? KM_NOSLEEP : KM_SLEEP);
687 pg = pmap_page_alloc(nowait);
791 pmap_pv_alloc(bool nowait)
2675 const bool nowait = !!(flags & PMAP_CANFAIL); local
    [all...]
  /src/sys/uvm/
uvm_amap.c 152 const bool nowait = (flags & UVM_FLAG_NOWAIT) != 0; local
153 const km_flag_t kmflags = nowait ? KM_NOSLEEP : KM_SLEEP;
158 amap = pool_cache_get(&uvm_amap_cache, nowait ? PR_NOWAIT : PR_WAITOK);
216 if (nowait) {
  /src/sys/kern/
vfs_trans.c 766 vfs_suspend(struct mount *mp, int nowait)
778 if (nowait) {
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
config.pm 1045 $WAIT = 0 if defined $options{nowait};
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
config.pm 1026 $WAIT = 0 if defined $options{nowait};
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 5582 if (cp->ext.omp_clauses->nowait && new_st.ext.omp_bool)
5583 gfc_error_now ("Duplicated NOWAIT clause on %s and %s at %C",
5586 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool;
6134 if (cp->ext.omp_clauses->nowait && new_st.ext.omp_bool)
6135 gfc_error_now ("Duplicated NOWAIT clause on %s and %s at %C",
6138 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool;
6152 if (cp->ext.omp_clauses->nowait && new_st.ext.omp_clauses->nowait)
6153 gfc_error_now ("Duplicated NOWAIT clause on %s and %s at %C",
6156 cp->ext.omp_clauses->nowait |= new_st.ext.omp_clauses->nowait
    [all...]
trans-openmp.cc 4324 if (clauses->nowait)
6843 clausesa[GFC_OMP_SPLIT_TARGET].nowait
6844 = code->ext.omp_clauses->nowait;
6920 clausesa[GFC_OMP_SPLIT_DO].nowait
6921 = code->ext.omp_clauses->nowait;
7102 clausesa[GFC_OMP_SPLIT_DO].nowait = true;
7330 section_clauses.nowait = true;
7356 workshare_clauses.nowait = true;
8011 if (code->next == NULL && clauses->nowait)
8113 clauses->nowait
    [all...]
openmp.cc 3250 && (m = gfc_match_dupl_check (!c->nowait, "nowait")) != MATCH_NO)
3254 c->nowait = needs_space = true;
7105 bool nowait = false; local
7106 if (gfc_match ("% nowait") == MATCH_YES)
7107 nowait = true;
7110 if (nowait)
7111 gfc_error ("Unexpected junk after NOWAIT clause at %C");
7117 new_st.ext.omp_bool = nowait;
8272 if (omp_clauses->nowait)
    [all...]
gfortran.h 1584 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
  /src/external/mpl/dhcp/dist/client/
dhclient.c 105 int nowait = 0; variable
505 nowait = 1;
1061 if (nowait)
1066 if (no_daemon || nowait)
1172 if (nowait)
1177 if (no_daemon || nowait)
dhc6.c 1511 if (nowait)
1555 if (nowait)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 3836 if (clauses->nowait)
6089 clausesa[GFC_OMP_SPLIT_TARGET].nowait
6090 = code->ext.omp_clauses->nowait;
6166 clausesa[GFC_OMP_SPLIT_DO].nowait
6167 = code->ext.omp_clauses->nowait;
6348 clausesa[GFC_OMP_SPLIT_DO].nowait = true;
6573 section_clauses.nowait = true;
6599 workshare_clauses.nowait = true;
7245 if (code->next == NULL && clauses->nowait)
7347 clauses->nowait
    [all...]
openmp.cc 2465 && (m = gfc_match_dupl_check (!c->nowait, "nowait")) != MATCH_NO)
2469 c->nowait = needs_space = true;
6015 bool nowait = false; local
6016 if (gfc_match ("% nowait") == MATCH_YES)
6017 nowait = true;
6020 if (nowait)
6021 gfc_error ("Unexpected junk after NOWAIT clause at %C");
6027 new_st.ext.omp_bool = nowait;
6036 if (gfc_match ("% nowait") == MATCH_YES
    [all...]
parse.cc 5293 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool;
5729 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool;
gfortran.h 1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 12036 int nowait = -1;
12172 if (nowait == -1)
12173 nowait = omp_find_clause (*list_p,
12175 if (nowait
12181 "with a %<nowait%> clause");
13134 nowait = 1;
14972 bool nowait = false;
14990 nowait = true;
14991 if (nowait && !has_depend)
14994 "%<taskwait%> construct with %<nowait%> clause but no
12033 int nowait = -1; local
14969 bool nowait = false; local
    [all...]
omp-low.cc 3436 "%<nowait%> for construct");
3461 "%<nowait%> sections construct");
3474 "%<nowait%> sections construct");
8473 region and it isn't nowait, add lhs to its GIMPLE_OMP_RETURN
8650 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt),
8652 t = gimple_build_omp_return (nowait);
8669 [ GOMP_barrier (); ] -> unless 'nowait' is present.
8816 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt),
8818 gimple *g = gimple_build_omp_return (nowait);
8907 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt)
8648 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt), local
8814 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt), local
8905 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt), local
    [all...]
  /src/crypto/external/bsd/openssl/dist/
Configure 902 $guess_opts{nowait} = 1;
  /src/crypto/external/apache2/openssl/dist/
Configure 1004 $guess_opts{nowait} = 1;
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 3394 "%<nowait%> for construct");
3419 "%<nowait%> sections construct");
3432 "%<nowait%> sections construct");
8515 region and it isn't nowait, add lhs to its GIMPLE_OMP_RETURN
8692 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt),
8694 t = gimple_build_omp_return (nowait);
8711 [ GOMP_barrier (); ] -> unless 'nowait' is present.
8858 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt),
8860 gimple *g = gimple_build_omp_return (nowait);
8949 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt)
8690 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt), local
8856 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt), local
8947 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt), local
    [all...]
gimplify.cc 9164 int nowait = -1;
9274 if (nowait == -1)
9275 nowait = omp_find_clause (*list_p,
9277 if (nowait
9283 "with a %<nowait%> clause");
10749 nowait = 1;
9161 int nowait = -1; local
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2977 extern int nowait;

Completed in 95 milliseconds

1 2