Home
last modified time | relevance | path

Searched refs:eproc (Results 1 – 2 of 2) sorted by relevance

/drivers/android/
Dbinder_internal.h471 struct binder_proc_ext *eproc; in binder_get_cred() local
473 eproc = container_of(proc, struct binder_proc_ext, proc); in binder_get_cred()
474 return eproc->cred; in binder_get_cred()
Dbinder.c4996 struct binder_proc_ext *eproc = in binder_free_proc() local
5011 put_cred(eproc->cred); in binder_free_proc()
5014 kfree(eproc); in binder_free_proc()
5700 struct binder_proc_ext *eproc; in binder_open() local
5709 eproc = kzalloc(sizeof(*eproc), GFP_KERNEL); in binder_open()
5710 proc = &eproc->proc; in binder_open()
5717 eproc->cred = get_cred(filp->f_cred); in binder_open()