Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Drestricted_in_port.h47 #define IS_RESTRICTED_IN_PORT(x) (bitmap_test(restricted_port_bitmap, ntohs((uint16_t)(x))))
/xnu-8019.80.24/osfmk/arm64/
H A Dbsd_arm64.c269 !bitmap_test(rejection_mask, call_number)) { in mach_syscall()
/xnu-8019.80.24/osfmk/prng/
H A Dentropy.c456 if (!bitmap_test(filter, i)) { in entropy_health_test()
/xnu-8019.80.24/osfmk/kern/
H A Dbits.h299 bitmap_test(const bitmap_t *__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()
3443 return bitmap_test(sched_edge_available_pset_bitmask, pset->pset_cluster_id); in sched_edge_pset_available()
4822 if (bitmap_test(sched_edge_available_pset_bitmask, dst_pset->pset_cluster_id)) { in sched_edge_pset_made_schedulable()
H A Dsched_prim.c226 assert(bitmap_test(map, i) == false); in check_rt_runq_consistency()
230 assert(bitmap_test(map, i) == true); in check_rt_runq_consistency()
4738 return bitmap_test(sched_preempt_pri, priority) ? TRUE : FALSE; in priority_is_urgent()
H A Dzalloc.c8402 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c179 !bitmap_test(uthread->syscall_rejection_mask, mach_trap_count + syscode)) { in unix_syscall()
/xnu-8019.80.24/osfmk/conf/
H A DMakefile.template182 bitmap_test.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles242 osfmk/tests/bitmap_test.c optional config_xnupost
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c1569 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid()
1617 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()