Searched refs:full (Results 1 – 5 of 5) sorted by relevance
141 bool full = false; in ftrace_enter() local155 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_enter()156 if (full) in ftrace_enter()157 full = !fbuf_make_room(fbuf, dump_size); in ftrace_enter()159 if (!full) in ftrace_enter()274 bool full = false; in ftrace_return() local277 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_return()278 if (full) in ftrace_return()279 full = !fbuf_make_room(fbuf, dump_size); in ftrace_return()281 if (!full) { in ftrace_return()
12 under the GNU GPL. The full text of the GPL can be found in the file19 BSD license (aka the ISC license). The full terms of that license can
189 …f the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc).244 …icenses/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this licens…
2108 * Certificate verification functions now set flags to -1 in case the full2922 full and polarssl_free() is called (found by Mark Hasemeyer)3114 * debug_set_log_mode() added to determine raw or full logging3122 * Debug module only outputs full lines instead of parts3134 ciphersuites, for full SSL frames of data.4212 handling of 'full' certificate chains (found by Mathias
783 is detected, except full rollback. Fixes [#1188][issue1188].1168 of an eMMC device. Check the [full documentation][rpmb_doc]
Completed in 19 milliseconds