Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 44) sorted by relevance

12

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_mn.c89 atomic_t recursion; member
188 if (atomic_inc_return(&amn->recursion) == 1) in amdgpu_mn_read_lock()
202 if (atomic_dec_return(&amn->recursion) == 0) in amdgpu_mn_read_unlock()
414 atomic_set(&amn->recursion, 0); in amdgpu_mn_get()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpredict.def96 DEF_PREDICTOR (PRED_LOOP_EXIT_WITH_RECURSION, "loop exit with recursion",
161 /* Same but for loops containing recursion. */
162 DEF_PREDICTOR (PRED_LOOP_GUARD_WITH_RECURSION, "loop guard with recursion",
H A Dpredict.c1871 bool recursion = with_recursion.contains (loop); in predict_loops() local
1885 loop->num, recursion ? " (with recursion)":"", n_exits); in predict_loops()
1969 [recursion in predict_loops()
2057 [recursion in predict_loops()
2072 recursion ? PRED_LOOP_EXIT_WITH_RECURSION in predict_loops()
2133 recursion in predict_loops()
2144 recursion in predict_loops()
H A Dparams.def351 /* The maximum level of recursion in unswitch_single_loop. */
963 /* Set maximum recursion depth for var tracking expression expansion
968 "Max. recursion depth for expanding var tracking expressions.",
1033 "ipa-cp-recursion-penalty",
1274 "Maximum recursion depth allowed when querying a property of an"
/dflybsd-src/sys/vfs/hammer2/
H A DTODO190 * Check flush race upward recursion setting SUBMODIFIED vs downward
191 recursion checking SUBMODIFIED then locking (must clear before the
192 recursion and might need additional synchronization)
H A DFREEMAP201 blockmap algorithm used for file blocks but restricts any recursion to
/dflybsd-src/sys/dev/disk/ahci/
H A DTODO10 Locking serialize_enter/exit. Lots of recursion. Needs help. Use
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dcp-demangle.c349 int recursion; member
4089 if (dc == NULL || dc->d_counting > 1 || dpi->recursion > MAX_RECURSION_COUNT) in d_count_templates_scopes()
4180 if (dpi->recursion > DEMANGLE_RECURSION_LIMIT) in d_count_templates_scopes()
4185 ++ dpi->recursion; in d_count_templates_scopes()
4188 -- dpi->recursion; in d_count_templates_scopes()
4236 dpi->recursion = 0; in d_print_init()
4253 if (dpi->recursion < DEMANGLE_RECURSION_LIMIT) in d_print_init()
4254 dpi->recursion = 0; in d_print_init()
5779 if (dc == NULL || dc->d_printing > 1 || dpi->recursion > MAX_RECURSION_COUNT) in d_print_comp()
5786 dpi->recursion++; in d_print_comp()
[all …]
/dflybsd-src/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c78 u_char recursion:3; /* recursion control */ member
93 u_char recursion:3; /* recursion control */
/dflybsd-src/sys/netgraph/pptpgre/
H A Dng_pptpgre.c78 u_char recursion:3; /* recursion control */ member
93 u_char recursion:3; /* recursion control */
/dflybsd-src/contrib/file/
H A DChangeLog473 * Change indirect recursion limit to indirect use count and
614 * Split name/use and indirect magic recursion limits.
618 * Adjust ELF parameters and the default recursion
620 * Allow setting the recursion level dynamically.
629 - reduce the number of recursion levels from 20 to 10
764 * Count recursion levels through indirect magic
768 * Prevent infinite recursion on files with indirect offsets of 0
846 * limit recursion level for mget
/dflybsd-src/contrib/openpam/
H A DHISTORY282 - ENHANCE: Detect recursion in openpam_borrow_cred()
300 - ENHANCE: Improve recursion detection in openpam_dispatch().
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dparams.def320 /* The maximum level of recursion in unswitch_single_loop. */
861 /* Set maximum recursion depth for var tracking expression expansion
866 "Max. recursion depth for expanding var tracking expressions",
/dflybsd-src/contrib/file/magic/Magdir/
H A Djpeg50 # This uses recursion...
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcp-demangle.c349 int recursion; member
4182 dpi->recursion = 0; in d_print_init()
5715 if (dc == NULL || dc->d_printing > 1 || dpi->recursion > MAX_RECURSION_COUNT) in d_print_comp()
5722 dpi->recursion++; in d_print_comp()
5732 dpi->recursion--; in d_print_comp()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dtuple76 * inheritance recursion.
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dtuple76 * inheritance recursion.
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dgprof.texi1097 * Cycles:: When there are cycles of recursion,
1165 If the function is part of a cycle of recursion, the cycle number is
1224 If the caller is part of a recursion cycle, the cycle number is
1280 If the caller is part of a recursion cycle, the cycle number is
1287 @cindex recursion cycle
1290 recursion} in the call graph. A cycle exists if a function calls
1417 when recursion is going on.
H A Dgprof.info893 * Cycles:: When there are cycles of recursion,
960 If the function is part of a cycle of recursion, the cycle number
1015 If the caller is part of a recursion cycle, the cycle number is
1067 If the caller is part of a recursion cycle, the cycle number is
1076 The graph may be complicated by the presence of "cycles of recursion"
1199 defining meanings for them when recursion is going on.
/dflybsd-src/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt707 Allocate local variables on the stack to allow indirect recursion.
/dflybsd-src/contrib/bmake/
H A Dconfigure971 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2039 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi370 @item Tail recursion elimination
372 This pass transforms tail recursion into a loop. It is located in
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtuple182 * inheritance recursion.
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc.opt756 -fconstexpr-depth=<number> Specify maximum constexpr recursion depth
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtuple341 // Basis case of inheritance recursion.

12