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.h45 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm()
48 assert(!is_internal || tcache == NULL); in iallocztm()
49 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in iallocztm()
56 if (config_stats && is_internal && likely(ret != NULL)) { in iallocztm()
70 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm()
75 assert(!is_internal || tcache == NULL); in ipallocztm()
76 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in ipallocztm()
82 if (config_stats && is_internal && likely(ret != NULL)) { in ipallocztm()
107 emap_alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) { in idalloctm()
109 assert(!is_internal || tcach in idalloctm()
43 iallocztm(tsdn_t * tsdn,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena,bool slow_path) iallocztm() argument
68 ipallocztm(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena) ipallocztm() argument
105 idalloctm(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool is_internal,bool slow_path) idalloctm() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp154 bool is_internal = true; in IsInternal() local
158 is_internal = false; in IsInternal()
162 return is_internal; in IsInternal()
H A DBreakpointList.cpp28 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() argument
29 : m_next_break_id(0), m_is_internal(is_internal) {} in BreakpointList()
/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.cpp306 bool is_internal = true; in DoPlanExplainsStop() local
315 is_internal = false; in DoPlanExplainsStop()
319 if (is_internal) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp377 const bool is_internal = true; in SetNextBranchBreakpoint() local
379 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.cpp544 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
552 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal, in CreateExceptionBreakpoint()
562 const bool is_internal = true; in SetExceptionBreakpoints() local
572 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.h152 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.c314 a0ialloc(size_t size, bool zero, bool is_internal) { in a0ialloc() argument
320 is_internal, arena_get(TSDN_NULL, 0, true), true); in a0ialloc()
324 a0idalloc(void *ptr, bool is_internal) { in a0idalloc() argument
325 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true); in a0idalloc()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c332 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
3344 else if (! entity->is_internal)
5713 parser->m_declEntity->is_internal
5743 parser->m_declEntity->is_internal
5939 else if (! entity->is_internal) {
6622 else if (! entity->is_internal)
7758 newE->is_internal = oldE->is_internal;