Searched refs:CK_RHS_PROBE_ROBIN_HOOD (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/ck/src/
H A Dck_rhs.c84 CK_RHS_PROBE_ROBIN_HOOD,/* Look for the first slot available for the entry we are about to replace, only used to internally implement Robin Hood */ enumerator in enum:ck_rhs_probe_behavior
609 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
645 behavior == CK_RHS_PROBE_ROBIN_HOOD) {
652 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
722 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
759 behavior == CK_RHS_PROBE_ROBIN_HOOD) {
766 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
935 CK_RHS_PROBE_NO_RH : CK_RHS_PROBE_ROBIN_HOOD);

Completed in 156 milliseconds