Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Duucplock.c55 static pid_t get_pid (int fd,int *err);
91 if ((pid_old = get_pid (fd, &err)) == -1) in uu_lock()
134 if (get_pid(fd, &err) != getpid()) in uu_lock_txfr()
206 get_pid(int fd, int *err) in get_pid() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h104 #define get_pid(x) (x) macro
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c126 umem->pid = get_pid(task_pid(current)); in ib_umem_get()
H A Dib_umem_odp.c254 our_pid = get_pid(task_pid_group_leader(current)); in ib_umem_odp_get()