Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h43 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() argument
46 assert(!is_internal || tcache == NULL); in iallocztm()
47 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in iallocztm()
54 if (config_stats && is_internal && likely(ret != NULL)) { in iallocztm()
68 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm() argument
73 assert(!is_internal || tcache == NULL); in ipallocztm()
74 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in ipallocztm()
80 if (config_stats && is_internal && likely(ret != NULL)) { in ipallocztm()
105 bool is_internal, bool slow_path) { in idalloctm() argument
107 assert(!is_internal || tcache == NULL); in idalloctm()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp156 bool is_internal = true; in IsInternal() local
160 is_internal = false; in IsInternal()
164 return is_internal; in IsInternal()
H A DBreakpointList.cpp28 BreakpointList::BreakpointList(bool is_internal)
29 : m_next_break_id(0), m_is_internal(is_internal) {}
25 BreakpointList(bool is_internal) BreakpointList() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp240 bool is_internal) { in CreateExceptionBreakpoint() argument
248 target.CreateBreakpoint(filter_sp, resolver_sp, is_internal, hardware, in CreateExceptionBreakpoint()
254 if (is_internal) in CreateExceptionBreakpoint()
H A DThreadPlanCallFunction.cpp295 bool is_internal = true; in DoPlanExplainsStop() local
304 is_internal = false; in DoPlanExplainsStop()
308 if (is_internal) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp352 const bool is_internal = true; in SetNextBranchBreakpoint() local
354 GetTarget().CreateBreakpoint(run_to_address, is_internal, false); in SetNextBranchBreakpoint()
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_request.h163 BOOL is_internal; member
H A Dscif_sas_task_request.c260 fw_task->parent.is_internal = TRUE; in scif_sas_internal_task_request_construct()
356 if (fw_task->parent.is_internal == FALSE) in scic_cb_task_request_complete()
H A Dscif_sas_request.c110 fw_request->is_internal = FALSE; in scif_sas_request_construct()
H A Dscif_sas_high_priority_request_queue.c146 if (fw_io->parent.is_internal) in scif_sas_high_priority_request_queue_purge_domain()
H A Dscif_sas_internal_io_request.c150 fw_io->parent.is_internal = TRUE; in scif_sas_internal_io_request_construct_smp()
H A Dscif_sas_task_request_state_handlers.c204 if (fw_request->is_internal == TRUE) in scif_sas_task_request_completed_destruct_handler()
H A Dscif_sas_remote_device_ready_substate_handlers.c673 if (fw_request->is_internal == TRUE) in scif_sas_remote_device_ready_task_management_complete_high_priority_io_handler()
H A Dscif_sas_controller_state_handlers.c1130 if (fw_io->parent.is_internal && status != SCI_SUCCESS ) in scif_sas_controller_common_start_high_priority_io_handler()
1221 if (fw_io->parent.is_internal) in scif_sas_controller_ready_start_high_priority_io_handler()
H A Dscif_sas_remote_device_state_handlers.c247 if (fw_request->is_internal == TRUE) in scif_sas_remote_device_stopping_complete_high_priority_io_handler()
H A Dscif_sas_smp_remote_device.c1001 if (fw_request->is_internal) in scif_sas_smp_remote_device_continue_current_activity()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
556 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal, in CreateExceptionBreakpoint()
566 const bool is_internal = true; in SetExceptionBreakpoints() local
576 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
H A DItaniumABILanguageRuntime.h92 bool is_internal);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h27 BreakpointList(bool is_internal);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h148 bool is_internal = false);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp420 const bool is_internal = true; in SetExceptionBreakpoints() local
425 is_internal); in SetExceptionBreakpoints()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c239 a0ialloc(size_t size, bool zero, bool is_internal) { in a0ialloc() argument
245 is_internal, arena_get(TSDN_NULL, 0, true), true); in a0ialloc()
249 a0idalloc(void *ptr, bool is_internal) { in a0idalloc() argument
250 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true); in a0idalloc()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c328 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
2936 else if (! entity->is_internal) in doContent()
5276 parser->m_declEntity->is_internal in doProlog()
5306 parser->m_declEntity->is_internal in doProlog()
5500 else if (! entity->is_internal) { in doProlog()
6098 else if (! entity->is_internal) in appendAttributeValue()
7143 newE->is_internal = oldE->is_internal; in copyEntityTable()