Home
last modified time | relevance | path

Searched refs:MH_WALK_CONTINUE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash.h116 #define MH_WALK_CONTINUE 0 macro
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c862 int res = MH_WALK_CONTINUE; in i_mod_hash_walk_nosync()
865 (hashidx < (hash->mh_nchains - 1)) && (res == MH_WALK_CONTINUE); in i_mod_hash_walk_nosync()
868 while ((e != NULL) && (res == MH_WALK_CONTINUE)) { in i_mod_hash_walk_nosync()