Searched refs:process_id (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-tegra124-dfll-fcpu.c | 42 .process_id = -1, 87 int process_id, speedo_id, speedo_value; in tegra124_dfll_fcpu_probe() local 91 process_id = tegra_sku_info.cpu_process_id; in tegra124_dfll_fcpu_probe() 113 process_id, speedo_id, speedo_value, in tegra124_dfll_fcpu_probe()
|
D | cvb.c | 113 size_t sz, int process_id, in tegra_cvb_build_opp_table() argument 125 if (d->process_id != -1 && d->process_id != process_id) in tegra_cvb_build_opp_table()
|
D | cvb.h | 48 int process_id; member 62 size_t sz, int process_id,
|
/linux-4.4.14/arch/tile/include/uapi/arch/ |
D | sim.h | 311 sim_add_watchpoint(unsigned int process_id, in sim_add_watchpoint() argument 317 return _sim_syscall(SIM_SYSCALL_ADD_WATCHPOINT, 5, process_id, in sim_add_watchpoint() 323 sim_remove_watchpoint(unsigned int process_id, in sim_remove_watchpoint() argument 329 return _sim_syscall(SIM_SYSCALL_REMOVE_WATCHPOINT, 5, process_id, in sim_remove_watchpoint() 358 sim_query_watchpoint(unsigned int process_id) in sim_query_watchpoint() argument 367 : "R00" (val), "R01" (process_id)); in sim_query_watchpoint()
|
/linux-4.4.14/drivers/isdn/sc/ |
D | message.c | 65 rspmsg->process_id, in receivemessage() 131 sndmsg.process_id = procid; in sendmessage() 157 sndmsg.process_id, in sendmessage()
|
D | message.h | 208 unsigned char process_id; member
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | palmz72.h | 80 u32 process_id; /* 0x48 */ member
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 662 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 663 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | palmz72.c | 236 .process_id = 0,
|