Searched refs:mm_cid (Results 1 – 5 of 5) sorted by relevance
20 __field(s32, mm_cid)26 __entry->mm_cid = task_mm_cid(t);30 __entry->node_id, __entry->mm_cid)
149 __u32 mm_cid; member
923 struct mm_cid { struct990 struct mm_cid __percpu *pcpu_cid;1381 struct mm_cid *pcpu_cid = per_cpu_ptr(mm->pcpu_cid, i); in mm_init_cid()1396 mm->pcpu_cid = alloc_percpu_noprof(struct mm_cid); in mm_alloc_cid_noprof()
1424 int mm_cid; /* Current cid in mm */ member
2320 return t->mm_cid; in task_mm_cid()
Completed in 28 milliseconds