Home
last modified time | relevance | path

Searched refs:ck_hp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ck/src/
H A Dck_hp.c68 ck_hp_init(struct ck_hp *state, in CK_STACK_CONTAINER()
86 ck_hp_set_threshold(struct ck_hp *state, unsigned int threshold) in ck_hp_set_threshold()
94 ck_hp_recycle(struct ck_hp *global) in ck_hp_recycle()
134 ck_hp_register(struct ck_hp *state, in ck_hp_register()
190 ck_hp_member_cache(struct ck_hp *global, void **cache, unsigned int *n_hazards) in ck_hp_member_cache()
224 struct ck_hp *global = thread->global; in ck_hp_reclaim()
294 struct ck_hp *global; in ck_hp_free()
/freebsd/sys/contrib/ck/include/
H A Dck_hp.h42 struct ck_hp { struct
50 typedef struct ck_hp ck_hp_t; argument
68 struct ck_hp *global;
/freebsd/sys/conf/
H A Dfiles410 contrib/ck/src/ck_hp.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"