Searched refs:bitmap_test (Results 1 – 11 of 11) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | restricted_in_port.h | 47 #define IS_RESTRICTED_IN_PORT(x) (bitmap_test(restricted_port_bitmap, ntohs((uint16_t)(x))))
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | bsd_arm64.c | 269 !bitmap_test(rejection_mask, call_number)) { in mach_syscall()
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | entropy.c | 456 if (!bitmap_test(filter, i)) { in entropy_health_test()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | bits.h | 299 bitmap_test(const bitmap_t *__indexable map, uint n) in bitmap_test() function
|
| H A D | sched_clutch.c | 537 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 D | sched_prim.c | 226 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 D | zalloc.c | 8402 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | systemcalls.c | 179 !bitmap_test(uthread->syscall_rejection_mask, mach_trap_count + syscode)) { in unix_syscall()
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | Makefile.template | 182 bitmap_test.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 242 osfmk/tests/bitmap_test.c optional config_xnupost
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | pmap.c | 1569 assert(bitmap_test(&asid_bitmap[0], (unsigned int)vasid)); in alloc_asid() 1617 assert(!bitmap_test(&asid_bitmap[0], vasid)); in free_asid()
|