Searched refs:SIMPLE_LOCK_DECLARE (Results 1 – 14 of 14) sorted by relevance
| /xnu-10002.81.5/pexpert/arm/ |
| H A D | pe_kprintf.c | 29 static SIMPLE_LOCK_DECLARE(kprintf_lock, 0);
|
| /xnu-10002.81.5/pexpert/i386/ |
| H A D | pe_kprintf.c | 69 static SIMPLE_LOCK_DECLARE(kprintf_lock, 0);
|
| /xnu-10002.81.5/doc/ |
| H A D | startup.md | 88 - `SIMPLE_LOCK_DECLARE*`: automatically initialized simple locks. 96 `LCK_RW_DECLARE`, `SIMPLE_LOCK_DECLARE*`.
|
| /xnu-10002.81.5/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 82 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pt_pages_lock, 0); 126 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_page_reclaim_lock, 0); 141 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_ppl_free_page_lock, 0); 265 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pv_free_array_lock, 0); 266 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pv_kern_free_list_lock, 0); 396 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_ledger_lock, 0); 467 static MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_free_list_lock, 0);
|
| H A D | pmap.c | 381 MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmaps_lock, 0); 382 MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(tt1_lock, 0); 460 SIMPLE_LOCK_DECLARE(phys_backup_lock, 0); 498 MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(asid_lock, 0); 13839 MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_compilation_service_cdhash_lock, 0); 13949 MARK_AS_PMAP_DATA SIMPLE_LOCK_DECLARE(pmap_local_signing_cdhash_lock, 0);
|
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | simple_lock.h | 219 #define SIMPLE_LOCK_DECLARE(var, arg) \ macro
|
| H A D | stack.c | 59 static SIMPLE_LOCK_DECLARE(stack_lock_data, 0);
|
| H A D | printf.c | 792 SIMPLE_LOCK_DECLARE(log_lock, 0);
|
| H A D | processor.c | 136 SIMPLE_LOCK_DECLARE(processor_list_lock, 0);
|
| H A D | zalloc.c | 477 static SIMPLE_LOCK_DECLARE(all_zones_lock, 0);
|
| /xnu-10002.81.5/osfmk/x86_64/ |
| H A D | pmap.c | 196 SIMPLE_LOCK_DECLARE(pv_hashed_free_list_lock, 0); 197 SIMPLE_LOCK_DECLARE(pv_hashed_kern_free_list_lock, 0); 198 SIMPLE_LOCK_DECLARE(pv_hash_table_lock, 0); 199 SIMPLE_LOCK_DECLARE(phys_backup_lock, 0);
|
| /xnu-10002.81.5/osfmk/i386/ |
| H A D | mp.c | 131 SIMPLE_LOCK_DECLARE(debugger_callback_lock, 0); 138 SIMPLE_LOCK_DECLARE(mp_rv_lock, 0);
|
| H A D | machine_routines.c | 89 static SIMPLE_LOCK_DECLARE(ml_timer_evaluation_slock, 0);
|
| /xnu-10002.81.5/osfmk/vm/ |
| H A D | vm_pageout.c | 10088 SIMPLE_LOCK_DECLARE(vm_paging_lock, 0);
|