Home
last modified time | relevance | path

Searched refs:get_pid (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/lib/libutil/
H A Duucplock.c58 static pid_t get_pid (int fd,int *err);
94 if ((pid_old = get_pid (fd, &err)) == -1) in uu_lock()
137 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()
209 get_pid(int fd, int *err) in get_pid() function
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h98 #define get_pid(x) (x) macro
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c128 umem->pid = get_pid(task_pid(current)); in ib_umem_get()
H A Dib_umem_odp.c256 our_pid = get_pid(task_pid_group_leader(current)); in ib_umem_odp_get()
H A Dib_uverbs_cmd.c365 ucontext->tgid = get_pid(task_pid_group_leader(current)); in ib_uverbs_get_context()