Home
last modified time | relevance | path

Searched refs:process_id (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/clk/tegra/
Dclk-tegra124-dfll-fcpu.c42 .process_id = -1,
87 int process_id, speedo_id, speedo_value, err; in tegra124_dfll_fcpu_probe() local
90 process_id = tegra_sku_info.cpu_process_id; in tegra124_dfll_fcpu_probe()
114 process_id, speedo_id, speedo_value, in tegra124_dfll_fcpu_probe()
Dcvb.c112 size_t count, int process_id, int speedo_id, in tegra_cvb_add_opp_table() argument
124 if (table->process_id != -1 && table->process_id != process_id) in tegra_cvb_add_opp_table()
Dcvb.h48 int process_id; member
62 size_t count, int process_id, int speedo_id,
/Linux-v4.19/arch/arm/mach-pxa/
Dpalmz72.h80 u32 process_id; /* 0x48 */ member
Dpalmz72.c237 .process_id = 0,
/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py684 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
685 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)