governor_attr
static struct governor_attr _name = __ATTR_RO(_name)
static struct governor_attr _name = __ATTR_RW(_name)
static inline struct governor_attr *to_gov_attr(struct attribute *attr)
return container_of(attr, struct governor_attr, attr);
struct governor_attr *gattr = to_gov_attr(attr);
struct governor_attr *gattr = to_gov_attr(attr);
static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);