Lines Matching refs:tgid
153 int tgid; member
200 int tgid; member
452 ctx->tgid = user->tgid; in fastrpc_context_alloc()
891 msg->pid = fl->tgid; in fastrpc_invoke_send()
1003 inbuf.pgid = fl->tgid; in fastrpc_init_create_process()
1114 int tgid = 0; in fastrpc_release_current_dsp_process() local
1117 tgid = fl->tgid; in fastrpc_release_current_dsp_process()
1118 args[0].ptr = (u64)(uintptr_t) &tgid; in fastrpc_release_current_dsp_process()
1119 args[0].length = sizeof(tgid); in fastrpc_release_current_dsp_process()
1184 fl->tgid = current->tgid; in fastrpc_device_open()
1244 int tgid = fl->tgid; in fastrpc_init_attach() local
1247 args[0].ptr = (u64)(uintptr_t) &tgid; in fastrpc_init_attach()
1248 args[0].length = sizeof(tgid); in fastrpc_init_attach()