Searched refs:pending_ref (Results 1 – 1 of 1) sorted by relevance
46 struct pending_ref { struct49 struct pending_ref *next; argument56 static struct pending_ref *references[EPOCH_MASK];76 struct pending_ref *old, *next; in epoch_shutdown()118 struct pending_ref *old, *ref = NULL; in epoch_join()169 struct pending_ref *p, *next, *old_refs = NULL, *current_refs = NULL; in epoch_leave()273 struct pending_ref *new; in epoch_append()284 new = ch_malloc( sizeof(struct pending_ref) ); in epoch_append()