Searched refs:n_hazards (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 190 ck_hp_member_cache(struct ck_hp *global, void **cache, unsigned int *n_hazards) in ck_hp_member_cache() argument 216 *n_hazards = hazards; in ck_hp_member_cache() 225 unsigned int n_hazards; in ck_hp_reclaim() local 231 marker = ck_hp_member_cache(global, cache, &n_hazards); in ck_hp_reclaim() 236 qsort(cache, n_hazards, sizeof(void *), hazard_compare); in ck_hp_reclaim() 241 match = bsearch(&hazard->pointer, cache, n_hazards, in ck_hp_reclaim()
|