HomeSort by: relevance | last modified time | path
    Searched defs:key_cmp_p (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_thmap.c 415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, function in typeref:typename:bool
710 if (!key_cmp_p(thmap, leaf, key, len)) {
783 if (key_cmp_p(thmap, other, key, len)) {
868 if (!leaf || !key_cmp_p(thmap, leaf, key, len)) {

Completed in 13 milliseconds