Searched refs:turnstile_type_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | turnstile.h | 77 } turnstile_type_t; typedef 662 turnstile_lookup_by_proprietor(uintptr_t proprietor, turnstile_type_t type); 735 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type); 753 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… 779 turnstile_type_t type); 802 turnstile_type_t type); 826 turnstile_type_t type); 847 turnstile_type_t type); 872 turnstile_type_t type); 891 turnstile_type_t type);
|
| H A D | turnstile.c | 107 static turnstile_type_t 114 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type); 197 uint32_t ts_type:(8 * sizeof(turnstile_type_t)), 198 ts_gencount: (8 * (sizeof(uint32_t) - sizeof(turnstile_type_t))); 202 static turnstile_type_t 208 return (turnstile_type_t) type_and_gencount.ts_type; in turnstile_get_type() 255 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type) in turnstile_set_type_and_increment_gencount() 438 turnstile_get_bucket(uint32_t index, turnstile_type_t type) in turnstile_get_bucket() 468 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type) in turnstile_hash_bucket_lock() 515 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… in turnstile_hash_bucket_unlock() [all …]
|
| H A D | locks.c | 1239 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile() 1329 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; 1402 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor() 1641 turnstile_type_t type)
|