Lines Matching refs:opd_proc
2 * @file opd_proc.c
13 #include "opd_proc.h"
68 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid)
70 struct opd_proc * proc;
73 proc = xmalloc(sizeof(struct opd_proc));
85 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid)
87 struct opd_proc * proc;
94 proc = list_entry(pos, struct opd_proc, next);
164 static int opd_lookup_maps(struct opd_proc * proc,
192 struct opd_proc * proc;
240 struct opd_proc * old;
241 struct opd_proc * proc;
288 struct opd_proc * proc;
319 struct opd_proc * proc;
333 typedef void (*opd_proc_cb)(struct opd_proc *);
338 * the callback receive a struct opd_proc * (not a const struct) and is
349 struct opd_proc * proc =
350 list_entry(pos, struct opd_proc, next);
364 static void opd_delete_proc(struct opd_proc * proc)
382 * opd_age_proc - age a struct opd_proc
386 * between two age_proc the opd_proc struct is deleted
388 static void opd_age_proc(struct opd_proc * proc)
407 * opd_remove_kernel_mapping - remove all kernel mapping for an opd_proc
414 static void opd_remove_kernel_mapping(struct opd_proc * proc)