Home
last modified time | relevance | path

Searched refs:sg_count (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c215 sgp->sg_count--; in fmd_serd_eng_discard()
218 sgp->sg_name, (int)sgp->sg_count); in fmd_serd_eng_discard()
240 while (sgp->sg_count >= sgp->sg_n) in fmd_serd_eng_record()
247 sgp->sg_count++; in fmd_serd_eng_record()
250 sgp->sg_name, (int)sgp->sg_count, (long long unsigned)hrt); in fmd_serd_eng_record()
258 if (sgp->sg_count >= sgp->sg_n && in fmd_serd_eng_record()
278 return (sgp->sg_count == 0); in fmd_serd_eng_empty()
286 while (sgp->sg_count != 0) in fmd_serd_eng_reset()
299 if (sgp->sg_count == 0 || (sgp->sg_flags & FMD_SERD_FIRED)) in fmd_serd_eng_gc()
H A Dfmd_serd.h48 uint_t sg_count; /* count of events in sg_list */ member
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c64 dpaa_sec_alloc_ctx(dpaa_sec_session *ses, int sg_count) in dpaa_sec_alloc_ctx() argument
82 for (i = 0; i < sg_count && i < MAX_JOB_SG_ENTRIES; i += 4) in dpaa_sec_alloc_ctx()