Home | History | Annotate | Download | only in lib

Lines Matching full:splay

673      else the timenode will remain in the splay tree after
2146 * Simply remove all expired timers from the splay since handles are dealt
2148 * that already passed/handled expire times are removed from the splay.
2433 * when it has just been removed from the splay tree because the timeout has
2436 * the splay tree again.
2438 * The splay tree only has each sessionhandle as a single node and the nearest
2469 splay tree */
2477 /* Insert this node again into the splay. Keep the timer in the list in
2584 * to process in the splay and 'data' will be re-assigned for every expired
2726 /* splay the lowest to the bottom */
2907 /* This means that the struct is added as a node in the splay tree.
2913 /* The current splay tree entry is sooner than this new expiry time.
2914 We don't need to update our splay tree entry. */
2919 the splay tree first and then re-add the new value */
2924 infof(data, "Internal error removing splay node = %d\n", rc);
2927 /* Indicate that we are in the splay tree and insert the new timer expiry
2965 the splay tree */
2972 infof(data, "Internal error clearing splay node = %d\n", rc);