Searched defs:rdsv3_cong_generation (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c91 static atomic_t rdsv3_cong_generation = ATOMIC_INIT(0); variable
262 atomic_inc_32(&rdsv3_cong_generation);
291 unsigned long gen = atomic_get(&rdsv3_cong_generation);

Completed in 59 milliseconds