Searched refs:current_pid (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/s390/kernel/ |
A D | process.c | 70 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec() 71 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
|
A D | asm-offsets.c | 140 OFFSET(__LC_CURRENT_PID, lowcore, current_pid); in main()
|
A D | smp.c | 287 lc->current_pid = tsk->pid; in pcpu_attach_task()
|
/linux-6.3-rc2/tools/tracing/rtla/src/ |
A D | timerlat_aa.c | 90 unsigned long long current_pid; member 488 tep_get_field_val(s, event, "next_pid", record, &taa_data->current_pid, 1); in timerlat_aa_sched_switch_handler() 716 printf(" [%.3d] %24s:%llu", cpu, taa_data->current_comm, taa_data->current_pid); in timerlat_auto_analysis()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | lowcore.h | 151 __u32 current_pid; /* 0x039c */ member
|
/linux-6.3-rc2/arch/s390/boot/ |
A D | startup.c | 66 S390_lowcore.current_pid = 0; in setup_lpp()
|
Completed in 11 milliseconds