Searched refs:ts_a (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | zalloc_bounds.c | 76 struct turnstile *__bidi_indexable ts_a; in kalloc_type_bound_checks() local 82 ts_a = kalloc_type(struct turnstile, 10, Z_WAITOK); in kalloc_type_bound_checks() 84 ts_a = krealloc_type(struct turnstile, 10, 20, in kalloc_type_bound_checks() 85 ts_a, Z_WAITOK | Z_REALLOCF); in kalloc_type_bound_checks() 87 kfree_type(struct turnstile, 20, ts_a); in kalloc_type_bound_checks() 89 ts_a = kalloc_type(struct turnstile, struct turnstile, 10, Z_WAITOK); in kalloc_type_bound_checks() 91 ts_a = krealloc_type(struct turnstile, struct turnstile, 10, 20, in kalloc_type_bound_checks() 92 ts_a, Z_WAITOK | Z_REALLOCF); in kalloc_type_bound_checks() 94 kfree_type(struct turnstile, struct turnstile, 20, ts_a); in kalloc_type_bound_checks()
|