Struct upisnd_ctx_t#
Public Attributes#
Type | Name |
---|---|
volatile int | refcount |
mtx_t | mutex |
const char * | sysfs_base |
upisnd_xoshiro128_star_star_seed_t | seed |
struct upisnd_elements_list_node_t * | elements |
struct upisnd_ctx_t * | next |
refcount#
volatile int upisnd_ctx_t::refcount;
mutex#
mtx_t upisnd_ctx_t::mutex;
sysfs_base#
const char* upisnd_ctx_t::sysfs_base;
seed#
upisnd_xoshiro128_star_star_seed_t upisnd_ctx_t::seed;
elements#
struct upisnd_elements_list_node_t* upisnd_ctx_t::elements;
next#
struct upisnd_ctx_t* upisnd_ctx_t::next;