Searched refs:is_free (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_private.h | 262 bool is_free = LIST_EMPTY(&dwa->refs); in bhndb_dw_is_free() local 264 KASSERT(is_free == !bit_test(br->dwa_freelist, dwa->rnid), in bhndb_dw_is_free() 267 return (is_free); in bhndb_dw_is_free()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_lid_mgr.c | 297 boolean_t is_free; in lid_mgr_init_sweep() local 436 is_free = TRUE; in lid_mgr_init_sweep() 442 is_free = FALSE; in lid_mgr_init_sweep() 495 is_free = FALSE; in lid_mgr_init_sweep() 507 is_free = TRUE; in lid_mgr_init_sweep() 512 if (is_free == FALSE) { in lid_mgr_init_sweep() 524 if (is_free) { in lid_mgr_init_sweep()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 483 bool is_free = typ & kAccessFree; in RestoreStack() local 511 is_read == ev->is_read && is_atomic == ev->is_atomic && !is_free) in RestoreStack() 541 !is_free) in RestoreStack() 553 ev_addr, ev_size, ev->is_read, ev->is_free); in RestoreStack() 556 is_read == ev->is_read && !is_atomic && is_free == ev->is_free) in RestoreStack()
|
H A D | tsan_trace.h | 105 u64 is_free : 1; member
|
H A D | tsan_rtl_access.cpp | 69 ev->is_free = !!(typ & kAccessFree); in TryTraceMemoryAccessRange()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 164 M(int64_t, is_free, PerLiveRangeShape, \ 582 DoNotNormalize.set(FeatureIDs::is_free); in MLEvictAdvisor() 924 SET(is_free, int64_t, Intervals.empty()); in extractFeatures()
|