Searched refs:owning_process (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c382 struct task_struct *owning_process = NULL; local
385 owning_process = get_pid_task(context->tgid,
387 if (owning_process == NULL)
394 owning_mm = get_task_mm(owning_process);
406 put_task_struct(owning_process);
524 struct task_struct *owning_process = NULL; local
548 owning_process = get_pid_task(umem->context->tgid, PIDTYPE_PID);
549 if (owning_process == NULL) {
554 owning_mm = get_task_mm(owning_process);
579 npages = get_user_pages_remote(owning_process, owning_m
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1412 struct task_struct *owning_process = NULL; local
1415 owning_process = get_pid_task(ibcontext->tgid, PIDTYPE_PID);
1416 if (!owning_process)
1419 owning_mm = get_task_mm(owning_process);
1423 put_task_struct(owning_process);
1425 owning_process = get_pid_task(ibcontext->tgid,
1427 if (!owning_process || owning_process->task_thread->
1433 if (owning_process)
1434 put_task_struct(owning_process);
[all...]

Completed in 117 milliseconds