Home
last modified time | relevance | path

Searched refs:memcg_path (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
A Dmmap_lock.h18 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);
37 __get_str(memcg_path),
44 TP_PROTO(struct mm_struct *mm, const char *memcg_path, \
46 TP_ARGS(mm, memcg_path, write), \
57 TP_ARGS(mm, memcg_path, write, success),
61 __string(memcg_path, memcg_path)
68 __assign_str(memcg_path, memcg_path);
[all …]
/linux/mm/
A Dmmap_lock.c43 struct memcg_path { struct
48 static DEFINE_PER_CPU(struct memcg_path, memcg_paths) = { argument
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->buf); in get_memcg_path_buf()
158 const char *memcg_path; \
160 memcg_path = get_mm_memcg_path(mm); \
[all …]

Completed in 5 milliseconds