Searched refs:memcg_path (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | mmap_lock.h | 18 TP_PROTO(struct mm_struct *mm, const char *memcg_path, bool write), 20 TP_ARGS(mm, memcg_path, write), 24 __string(memcg_path, memcg_path) 30 __assign_str(memcg_path, memcg_path); 35 "mm=%p memcg_path=%s write=%s", 37 __get_str(memcg_path), 44 TP_PROTO(struct mm_struct *mm, const char *memcg_path, \ 46 TP_ARGS(mm, memcg_path, writ [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | mmap_lock.c | 43 struct memcg_path { struct 48 static DEFINE_PER_CPU(struct memcg_path, memcg_paths) = { 58 struct memcg_path *memcg_path; in free_memcg_path_bufs() local 63 memcg_path = per_cpu_ptr(&memcg_paths, cpu); in free_memcg_path_bufs() 64 *(old++) = rcu_dereference_protected(memcg_path->buf, in free_memcg_path_bufs() 66 rcu_assign_pointer(memcg_path->buf, NULL); in free_memcg_path_bufs() 135 struct memcg_path *memcg_path = this_cpu_ptr(&memcg_paths); in get_memcg_path_buf() local 140 buf = rcu_dereference(memcg_path in get_memcg_path_buf() [all...] |
/kernel/linux/linux-6.6/mm/damon/ |
H A D | sysfs-schemes.c | 287 char *memcg_path; member 365 filter->memcg_path ? filter->memcg_path : ""); in memcg_path_show() 379 filter->memcg_path = path; in memcg_path_store() 445 kfree(filter->memcg_path); in damon_sysfs_scheme_filter_release() 456 __ATTR_RW_MODE(memcg_path, 0600); 1507 static int damon_sysfs_memcg_path_to_id(char *memcg_path, unsigned short *id) in damon_sysfs_memcg_path_to_id() argument 1513 if (!memcg_path) in damon_sysfs_memcg_path_to_id() 1525 if (damon_sysfs_memcg_path_eq(memcg, path, memcg_path)) { in damon_sysfs_memcg_path_to_id() 1557 sysfs_filter->memcg_path, in damon_sysfs_set_scheme_filters() [all...] |
Completed in 4 milliseconds