damon_sysfs_probe
static struct damon_sysfs_probe *damon_sysfs_probe_alloc(void)
return kzalloc_obj(struct damon_sysfs_probe);
static int damon_sysfs_probe_add_dirs(struct damon_sysfs_probe *attr)
static void damon_sysfs_probe_rm_dirs(struct damon_sysfs_probe *attr)
kfree(container_of(kobj, struct damon_sysfs_probe, kobj));
ATTRIBUTE_GROUPS(damon_sysfs_probe);
struct damon_sysfs_probe **probes_arr;
struct damon_sysfs_probe **probes_arr = probes->probes_arr;
struct damon_sysfs_probe **probes_arr, *probe;