Lines Matching refs:tgid
181 int tgid; member
229 int tgid; member
483 ctx->tgid = user->tgid; in fastrpc_context_alloc()
915 msg->pid = fl->tgid; in fastrpc_invoke_send()
1039 inbuf.pgid = fl->tgid; in fastrpc_init_create_process()
1150 int tgid = 0; in fastrpc_release_current_dsp_process() local
1153 tgid = fl->tgid; in fastrpc_release_current_dsp_process()
1154 args[0].ptr = (u64)(uintptr_t) &tgid; in fastrpc_release_current_dsp_process()
1155 args[0].length = sizeof(tgid); in fastrpc_release_current_dsp_process()
1227 fl->tgid = current->tgid; in fastrpc_device_open()
1287 int tgid = fl->tgid; in fastrpc_init_attach() local
1290 args[0].ptr = (u64)(uintptr_t) &tgid; in fastrpc_init_attach()
1291 args[0].length = sizeof(tgid); in fastrpc_init_attach()
1354 req_msg.pgid = fl->tgid; in fastrpc_req_munmap_impl()
1419 req_msg.pgid = fl->tgid; in fastrpc_req_mmap()