Lines Matching refs:applyfn
932 * The applyfn has to drop zonehash_lock if it does some work, and
940 * It is safe to restart the loop at list_head since the applyfn
942 * pass through will have no effect in applyfn, hence the loop will terminate
946 zsd_apply_all_zones(zsd_applyfn_t *applyfn, zone_key_t key)
953 if ((applyfn)(&zonehash_lock, B_FALSE, zone, key)) {
966 * The applyfn has to drop zonehash_lock if it does some work, and
974 * It is safe to restart the loop at list_head since the applyfn
976 * pass through will have no effect in applyfn, hence the loop will terminate
980 zsd_apply_all_keys(zsd_applyfn_t *applyfn, zone_t *zone)
987 if ((applyfn)(NULL, B_TRUE, zone, t->zsd_key)) {