Searched refs:memcg_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/trace/events/ |
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); 37 __get_str(memcg_path), 44 TP_PROTO(struct mm_struct *mm, const char *memcg_path, \ 46 TP_ARGS(mm, memcg_path, write), \ 54 TP_PROTO(struct mm_struct *mm, const char *memcg_path, bool write, 57 TP_ARGS(mm, memcg_path, write, success), 61 __string(memcg_path, memcg_path) [all …]
|
/linux-6.1.9/mm/ |
D | mmap_lock.c | 43 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() 145 idx = local_add_return(MEMCG_PATH_BUF_SIZE, &memcg_path->buf_idx) - in get_memcg_path_buf() 158 const char *memcg_path; \ [all …]
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | multigen_lru.rst | 111 memcg memcg_id memcg_path
|