Searched refs:is_internal (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h43 bool is_internal, arena_t *arena, bool slow_path) {
46 assert(!is_internal || tcache == NULL);
47 assert(!is_internal || arena == NULL || arena_is_auto(arena));
54 if (config_stats && is_internal && likely(ret != NULL)) {
68 tcache_t *tcache, bool is_internal, arena_t *arena) {
73 assert(!is_internal || tcache == NULL);
74 assert(!is_internal || arena == NULL || arena_is_auto(arena));
80 if (config_stats && is_internal && likely(ret != NULL)) {
105 bool is_internal, bool slow_path) {
107 assert(!is_internal || tcach
42 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, bool is_internal, arena_t *arena, bool slow_path) argument
67 ipallocztm(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, bool is_internal, arena_t *arena) argument
104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) argument
[all...]
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_request.h163 BOOL is_internal; member in struct:SCIF_SAS_REQUEST
H A Dscif_sas_request.c110 fw_request->is_internal = FALSE;
H A Dscif_sas_high_priority_request_queue.c146 if (fw_io->parent.is_internal)
H A Dscif_sas_internal_io_request.c149 //set the is_internal flag
150 fw_io->parent.is_internal = TRUE;
H A Dscif_sas_task_request_state_handlers.c204 if (fw_request->is_internal == TRUE)
H A Dscif_sas_task_request.c260 fw_task->parent.is_internal = TRUE;
356 if (fw_task->parent.is_internal == FALSE)
H A Dscif_sas_remote_device_ready_substate_handlers.c673 if (fw_request->is_internal == TRUE)
H A Dscif_sas_remote_device_state_handlers.c247 if (fw_request->is_internal == TRUE)
H A Dscif_sas_controller_state_handlers.c1130 if (fw_io->parent.is_internal && status != SCI_SUCCESS )
1221 if (fw_io->parent.is_internal)
H A Dscif_sas_smp_remote_device.c1001 if (fw_request->is_internal)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h27 BreakpointList(bool is_internal);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp156 bool is_internal = true; local
160 is_internal = false;
164 return is_internal;
H A DBreakpointList.cpp28 BreakpointList::BreakpointList(bool is_internal) argument
29 : m_next_break_id(0), m_is_internal(is_internal) {}
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp240 bool is_internal) {
248 target.CreateBreakpoint(filter_sp, resolver_sp, is_internal, hardware,
254 if (is_internal)
238 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DThreadPlanCallFunction.cpp295 bool is_internal = true; local
304 is_internal = false;
308 if (is_internal) {
H A DThreadPlanStepRange.cpp351 const bool is_internal = true; local
353 GetTarget().CreateBreakpoint(run_to_address, is_internal, false);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h92 bool is_internal);
H A DItaniumABILanguageRuntime.cpp560 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) {
568 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal,
578 const bool is_internal = true; local
588 catch_bp, throw_bp, for_expressions, is_internal);
559 CreateExceptionBreakpoint( bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h147 bool is_internal = false);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp414 const bool is_internal = true; local
419 is_internal);
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c327 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon11
2921 else if (! entity->is_internal)
5261 parser->m_declEntity->is_internal
5291 parser->m_declEntity->is_internal
5485 else if (! entity->is_internal) {
6088 else if (! entity->is_internal)
7123 newE->is_internal = oldE->is_internal;
/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c239 a0ialloc(size_t size, bool zero, bool is_internal) { argument
245 is_internal, arena_get(TSDN_NULL, 0, true), true);
249 a0idalloc(void *ptr, bool is_internal) { argument
250 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true);

Completed in 380 milliseconds