Home
last modified time | relevance | path

Searched refs:current_pid (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kernel/
H A Dprocess.c74 if (get_lowcore()->current_pid != current->pid) { in arch_setup_new_exec()
75 get_lowcore()->current_pid = current->pid; in arch_setup_new_exec()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c94 unsigned long long current_pid; member
521 tep_get_field_val(s, event, "next_pid", record, &taa_data->current_pid, 1); in timerlat_aa_sched_switch_handler()
775 printf(" [%.3d] %24s:%llu", cpu, taa_data->current_comm, taa_data->current_pid); in timerlat_auto_analysis()
/linux/arch/s390/include/asm/
H A Dlowcore.h156 __u32 current_pid; /* 0x039c */ member
/linux/arch/s390/boot/
H A Dstartup.c113 get_lowcore()->current_pid = 0; in setup_lpp()