Searched refs:mm_cid (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/kernel/ |
D | rseq.c | 93 u32 mm_cid = task_mm_cid(t); in rseq_update_cpu_node_id() local 95 WARN_ON_ONCE((int) mm_cid < 0); in rseq_update_cpu_node_id() 101 unsafe_put_user(mm_cid, &rseq->mm_cid, efault_end); in rseq_update_cpu_node_id() 120 mm_cid = 0; in rseq_reset_rseq_cpu_node_id() local 142 if (put_user(mm_cid, &t->rseq->mm_cid)) in rseq_reset_rseq_cpu_node_id()
|
D | fork.c | 1195 tsk->mm_cid = -1; in dup_task_struct()
|
/linux-6.6.21/include/trace/events/ |
D | rseq.h | 20 __field(s32, mm_cid) 26 __entry->mm_cid = task_mm_cid(t); 30 __entry->node_id, __entry->mm_cid)
|
/linux-6.6.21/tools/testing/selftests/rseq/ |
D | rseq-bits-template.h | 20 # define RSEQ_TEMPLATE_CPU_ID_FIELD mm_cid
|
D | rseq-abi.h | 165 __u32 mm_cid; member
|
D | rseq.h | 210 return (int) rseq_feature_size >= rseq_offsetofend(struct rseq_abi, mm_cid); in rseq_mm_cid_available() 215 return RSEQ_ACCESS_ONCE(rseq_get_abi()->mm_cid); in rseq_current_mm_cid()
|
/linux-6.6.21/include/uapi/linux/ |
D | rseq.h | 149 __u32 mm_cid; member
|
/linux-6.6.21/include/linux/ |
D | mm_types.h | 666 struct mm_cid { struct 735 struct mm_cid __percpu *pcpu_cid; 1075 struct mm_cid *pcpu_cid = per_cpu_ptr(mm->pcpu_cid, i); in mm_init_cid() 1085 mm->pcpu_cid = alloc_percpu(struct mm_cid); in mm_alloc_cid()
|
D | sched.h | 1319 int mm_cid; /* Current cid in mm */ member
|
D | mm.h | 2300 return t->mm_cid; in task_mm_cid()
|
/linux-6.6.21/kernel/sched/ |
D | sched.h | 3324 struct mm_cid __percpu *pcpu_cid = mm->pcpu_cid; in mm_cid_put_lazy() 3337 struct mm_cid __percpu *pcpu_cid = mm->pcpu_cid; in mm_cid_pcpu_unset() 3395 struct mm_cid *pcpu_cid = per_cpu_ptr(mm->pcpu_cid, cpu_of(rq)); in mm_cid_snapshot_time() 3455 struct mm_cid __percpu *pcpu_cid = mm->pcpu_cid; in mm_cid_get() 3514 prev->mm_cid = -1; in switch_mm_cid() 3517 next->last_mm_cid = next->mm_cid = mm_cid_get(rq, next->mm); in switch_mm_cid()
|
D | core.c | 11697 struct mm_cid *src_pcpu_cid) in __sched_mm_cid_migrate_from_fetch_cid() 11738 struct mm_cid *src_pcpu_cid, in __sched_mm_cid_migrate_from_try_steal_cid() 11802 struct mm_cid *src_pcpu_cid, *dst_pcpu_cid; in sched_mm_cid_migrate_to() 11853 static void sched_mm_cid_remote_clear(struct mm_struct *mm, struct mm_cid *pcpu_cid, in sched_mm_cid_remote_clear() 11915 struct mm_cid *pcpu_cid; in sched_mm_cid_remote_clear_old() 11948 struct mm_cid *pcpu_cid; in sched_mm_cid_remote_clear_weight() 12049 t->last_mm_cid = t->mm_cid = -1; in sched_mm_cid_exit_signals() 12073 t->last_mm_cid = t->mm_cid = -1; in sched_mm_cid_before_execve() 12096 t->last_mm_cid = t->mm_cid = mm_cid_get(rq, mm); in sched_mm_cid_after_execve() 12103 WARN_ON_ONCE(!t->mm || t->mm_cid != -1); in sched_mm_cid_fork()
|