Home
last modified time | relevance | path

Searched refs:bitmap_test (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Drestricted_in_port.h47 #define IS_RESTRICTED_IN_PORT(x) (bitmap_test(restricted_port_bitmap, ntohs((uint16_t)(x))))
/xnu-8792.41.9/osfmk/arm64/
H A Dbsd_arm64.c268 !bitmap_test(rejection_mask, call_number)) { in mach_syscall()
/xnu-8792.41.9/osfmk/prng/
H A Dentropy.c456 if (!bitmap_test(filter, i)) { in entropy_health_test()
/xnu-8792.41.9/osfmk/kern/
H A Dbits.h293 bitmap_test(const bitmap_t *__header_indexable map, uint n) in bitmap_test() function
H A Dsched_clutch.c537 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_FIXPRI)) { in sched_clutch_root_unbound_select_aboveui()
540 if (!bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SHARE_FG)) { in sched_clutch_root_unbound_select_aboveui()
4820 if (bitmap_test(sched_edge_available_pset_bitmask, dst_pset->pset_cluster_id)) { in sched_edge_pset_made_schedulable()
H A Dsched_prim.c210 assert(bitmap_test(map, i) == false); in check_rt_runq_consistency()
214 assert(bitmap_test(map, i) == true); in check_rt_runq_consistency()
4764 return bitmap_test(sched_preempt_pri, priority) ? TRUE : FALSE; in priority_is_urgent()
H A Dzalloc.c9316 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()
/xnu-8792.41.9/bsd/dev/arm/
H A Dsystemcalls.c173 !bitmap_test(uthread->syscall_rejection_mask, call_number)) { in unix_syscall()
/xnu-8792.41.9/osfmk/conf/
H A Dfiles234 osfmk/tests/bitmap_test.c optional config_xnupost
H A DMakefile.template184 bitmap_test.o_CWARNFLAGS_ADD += -Wno-sign-conversion
/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap.c1637 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid()
1685 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()