Searched refs:shared_count (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | lock_rw.h | 46 uint16_t shared_count; /* No. of shared granted request */ member 69 #define lck_rw_shared_count lck_rw.shared_count
|
| H A D | lock_rw.c | 649 if (word.r_waiting || word.w_waiting || (word.shared_count > machine_info.max_cpus)) { in lck_rw_deadline_for_spin() 1029 if (word.shared_count != 0 || word.want_upgrade) { 1346 ((word.shared_count == 0) || word.priv_excl)) { 1365 word.shared_count++; 1621 readers_at_sleep = word.shared_count; in lck_rw_lock_shared_to_exclusive_success() 1628 trace_lck, word.shared_count, 0, 0, 0); in lck_rw_lock_shared_to_exclusive_success() 1648 if (word.shared_count != 0) { in lck_rw_lock_shared_to_exclusive_success() 1650 trace_lck, word.shared_count, 0, 0, 0); in lck_rw_lock_shared_to_exclusive_success() 2165 if (fake_lck.shared_count <= 1) { in lck_rw_done_gen() 2174 if (fake_lck.shared_count) { in lck_rw_done_gen()
|
| H A D | task.h | 838 uint32_t *shared_count,
|
| H A D | task.c | 5042 uint32_t *shared_count, in task_freeze() argument 5077 shared_count, in task_freeze()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map_xnu.h | 1067 unsigned int *shared_count,
|
| H A D | vm_map.c | 22065 unsigned int *shared_count, in vm_map_freeze() argument 22076 *purgeable_count = *wired_count = *clean_count = *dirty_count = *shared_count = 0; in vm_map_freeze() 22252 *shared_count = (unsigned int) ((dirty_shared_count * PAGE_SIZE_64) / (1024 * 1024ULL)); in vm_map_freeze()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 2486 if lock_word.shared_count > 0: 2487 out_str += "{:#d}\n".format(lock_word.shared_count)
|