Lines Matching defs:path
373 char *path = kmalloc(sizeof(*path) * (count + 1), GFP_KERNEL);
375 if (!path)
378 strscpy(path, buf, count + 1);
379 filter->memcg_path = path;
1497 char *memcg_path_buf, char *path)
1501 if (sysfs_streq(memcg_path_buf, path))
1510 char *path;
1516 path = kmalloc(sizeof(*path) * PATH_MAX, GFP_KERNEL);
1517 if (!path)
1525 if (damon_sysfs_memcg_path_eq(memcg, path, memcg_path)) {
1532 kfree(path);